public class ResourceManagerOptions extends HttpServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceManagerOptions.Builder |
static class |
ResourceManagerOptions.DefaultResourceManagerFactory |
static class |
ResourceManagerOptions.DefaultResourceManagerRpcFactory |
HttpServiceOptions.DefaultHttpTransportFactory, HttpServiceOptions.HttpTransportFactory| Modifier and Type | Method and Description |
|---|---|
static ResourceManagerOptions.Builder |
builder() |
protected String |
defaultHost() |
static ResourceManagerOptions |
defaultInstance()
Returns a default
ResourceManagerOptions instance. |
protected ResourceManagerRpcFactory |
defaultRpcFactory() |
protected ResourceManagerFactory |
defaultServiceFactory() |
boolean |
equals(Object obj) |
int |
hashCode() |
protected boolean |
projectIdRequired() |
protected Set<String> |
scopes() |
ResourceManagerOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, connectTimeout, httpRequestInitializer, httpTransportFactory, readTimeoutappEngineAppId, appEngineProjectId, applicationName, authCredentials, baseEquals, clock, defaultProject, defaultRetryParams, googleCloudProjectId, host, libraryName, libraryVersion, projectId, retryParams, rpc, service, serviceAccountProjectIdpublic static ResourceManagerOptions defaultInstance()
ResourceManagerOptions instance.protected String defaultHost()
defaultHost in class ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>protected boolean projectIdRequired()
projectIdRequired in class ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>protected ResourceManagerFactory defaultServiceFactory()
defaultServiceFactory in class ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>protected ResourceManagerRpcFactory defaultRpcFactory()
defaultRpcFactory in class ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>protected Set<String> scopes()
scopes in class ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>public ResourceManagerOptions.Builder toBuilder()
toBuilder in class ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>public static ResourceManagerOptions.Builder builder()
Copyright © 2016 Google. All rights reserved.