Uses of Class
com.google.cloud.resourcemanager.ResourceManagerOptions
-
Packages that use ResourceManagerOptions Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers.com.google.cloud.resourcemanager.spi.v1beta1 com.google.cloud.resourcemanager.testing A testing helper for Google Cloud Resource Manager. -
-
Uses of ResourceManagerOptions in com.google.cloud.resourcemanager
Methods in com.google.cloud.resourcemanager that return ResourceManagerOptions Modifier and Type Method Description ResourceManagerOptionsResourceManagerOptions.Builder. build()static ResourceManagerOptionsResourceManagerOptions. getDefaultInstance()Deprecated.Returns a defaultResourceManagerOptionsinstance.Methods in com.google.cloud.resourcemanager with parameters of type ResourceManagerOptions Modifier and Type Method Description ResourceManagerResourceManagerOptions.DefaultResourceManagerFactory. create(ResourceManagerOptions options)com.google.cloud.ServiceRpcResourceManagerOptions.DefaultResourceManagerRpcFactory. create(ResourceManagerOptions options) -
Uses of ResourceManagerOptions in com.google.cloud.resourcemanager.spi.v1beta1
Constructors in com.google.cloud.resourcemanager.spi.v1beta1 with parameters of type ResourceManagerOptions Constructor Description HttpResourceManagerRpc(ResourceManagerOptions options)Deprecated. -
Uses of ResourceManagerOptions in com.google.cloud.resourcemanager.testing
Methods in com.google.cloud.resourcemanager.testing that return ResourceManagerOptions Modifier and Type Method Description ResourceManagerOptionsLocalResourceManagerHelper. getOptions()Deprecated.Returns aResourceManagerOptionsinstance that sets the host to use the mock server.
-