public class ResourceManagerOptions extends ServiceOptions<ResourceManager,ResourceManagerRpc,ResourceManagerOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceManagerOptions.Builder |
static class |
ResourceManagerOptions.DefaultResourceManagerFactory |
static class |
ResourceManagerOptions.DefaultResourceManagerRpcFactory |
ServiceOptions.DefaultHttpTransportFactory, ServiceOptions.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() |
appEngineAppId, appEngineProjectId, applicationName, authCredentials, baseEquals, baseHashCode, clock, connectTimeout, defaultProject, defaultRetryParams, googleCloudProjectId, host, httpRequestInitializer, httpTransportFactory, projectId, readTimeout, 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.