Uses of Class
com.google.cloud.resourcemanager.ResourceManager.ProjectField
-
Packages that use ResourceManager.ProjectField Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers. -
-
Uses of ResourceManager.ProjectField in com.google.cloud.resourcemanager
Methods in com.google.cloud.resourcemanager that return ResourceManager.ProjectField Modifier and Type Method Description static ResourceManager.ProjectFieldResourceManager.ProjectField. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceManager.ProjectField[]ResourceManager.ProjectField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.resourcemanager with parameters of type ResourceManager.ProjectField Modifier and Type Method Description static ResourceManager.ProjectGetOptionResourceManager.ProjectGetOption. fields(ResourceManager.ProjectField... fields)Returns an option to specify the project's fields to be returned by the RPC call.static ResourceManager.ProjectListOptionResourceManager.ProjectListOption. fields(ResourceManager.ProjectField... fields)Returns an option to specify the project's fields to be returned by the RPC call.
-