public class ResourceManagerOptions extends ServiceOptions<ResourceManager,ResourceManagerOptions>
Modifier and Type | Class and Description |
---|---|
static class |
ResourceManagerOptions.Builder |
static class |
ResourceManagerOptions.DefaultResourceManagerFactory |
static class |
ResourceManagerOptions.DefaultResourceManagerRpcFactory |
CREDENTIAL_ENV_NAME, credentials
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected String |
getDefaultHost() |
static HttpTransportOptions |
getDefaultHttpTransportOptions() |
static ResourceManagerOptions |
getDefaultInstance()
Returns a default
ResourceManagerOptions instance. |
protected ResourceManagerRpc |
getResourceManagerRpcV1Beta1() |
protected Set<String> |
getScopes() |
int |
hashCode() |
static ResourceManagerOptions.Builder |
newBuilder() |
protected boolean |
projectIdRequired()
Returns whether a service requires a project ID.
|
ResourceManagerOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClock, getCredentials, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance
public static ResourceManagerOptions getDefaultInstance()
ResourceManagerOptions
instance.protected String getDefaultHost()
getDefaultHost
in class ServiceOptions<ResourceManager,ResourceManagerOptions>
protected boolean projectIdRequired()
ServiceOptions
projectIdRequired
in class ServiceOptions<ResourceManager,ResourceManagerOptions>
public static HttpTransportOptions getDefaultHttpTransportOptions()
protected Set<String> getScopes()
getScopes
in class ServiceOptions<ResourceManager,ResourceManagerOptions>
protected ResourceManagerRpc getResourceManagerRpcV1Beta1()
public ResourceManagerOptions.Builder toBuilder()
toBuilder
in class ServiceOptions<ResourceManager,ResourceManagerOptions>
public static ResourceManagerOptions.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.