Uses of Class
com.google.cloud.resourcemanager.ResourceManager.ListOption
-
Packages that use ResourceManager.ListOption Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers. -
-
Uses of ResourceManager.ListOption in com.google.cloud.resourcemanager
Methods in com.google.cloud.resourcemanager that return ResourceManager.ListOption Modifier and Type Method Description static ResourceManager.ListOption
ResourceManager.ListOption. pageSize(int pageSize)
The maximum number of records to return per RPC.static ResourceManager.ListOption
ResourceManager.ListOption. pageToken(String pageToken)
Returns an option to specify a page token.Methods in com.google.cloud.resourcemanager with parameters of type ResourceManager.ListOption Modifier and Type Method Description com.google.api.gax.paging.Page<ConstraintInfo>
ResourceManager. listAvailableOrgPolicyConstraints(String resource, ResourceManager.ListOption... options)
Deprecated.com.google.api.gax.paging.Page<OrgPolicyInfo>
ResourceManager. listOrgPolicies(String resource, ResourceManager.ListOption... options)
Deprecated.
-