Package com.google.cloud.resourcemanager
Class ResourceManager.ProjectGetOption
- java.lang.Object
-
- com.google.cloud.resourcemanager.ResourceManager.ProjectGetOption
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ResourceManager
public static class ResourceManager.ProjectGetOption extends Object
Class for specifying project get options.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.static ResourceManager.ProjectGetOptionfields(ResourceManager.ProjectField... fields)Returns an option to specify the project's fields to be returned by the RPC call.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
fields
public static ResourceManager.ProjectGetOption fields(ResourceManager.ProjectField... fields)
Returns an option to specify the project's fields to be returned by the RPC call.If this option is not provided all project fields are returned.
ProjectGetOption.fieldscan be used to specify only the fields of interest. Project ID is always returned, even if not specified.ResourceManager.ProjectFieldprovides a list of fields that can be used.
-
-