Uses of Class
com.google.cloud.resourcemanager.ResourceManager.ProjectGetOption
-
Packages that use ResourceManager.ProjectGetOption Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers. -
-
Uses of ResourceManager.ProjectGetOption in com.google.cloud.resourcemanager
Methods in com.google.cloud.resourcemanager that return ResourceManager.ProjectGetOption Modifier and Type Method Description static ResourceManager.ProjectGetOption
ResourceManager.ProjectGetOption. fields(ResourceManager.ProjectField... fields)
Returns an option to specify the project's fields to be returned by the RPC call.Methods in com.google.cloud.resourcemanager with parameters of type ResourceManager.ProjectGetOption Modifier and Type Method Description Project
ResourceManager. get(String projectId, ResourceManager.ProjectGetOption... options)
Deprecated.Please useProjectsClient.getProject(GetProjectRequest)
instead
-