Uses of Class
com.google.cloud.resourcemanager.OrgPolicyInfo
-
Packages that use OrgPolicyInfo Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers. -
-
Uses of OrgPolicyInfo in com.google.cloud.resourcemanager
Methods in com.google.cloud.resourcemanager that return OrgPolicyInfo Modifier and Type Method Description OrgPolicyInfoResourceManager. getEffectiveOrgPolicy(String resource, String constraint)Deprecated.OrgPolicyInfoResourceManager. getOrgPolicy(String resource, String constraint)Deprecated.Gets the Policy on a resource.OrgPolicyInfoResourceManager. replaceOrgPolicy(String resource, OrgPolicyInfo orgPolicy)Deprecated.Methods in com.google.cloud.resourcemanager that return types with arguments of type OrgPolicyInfo Modifier and Type Method Description com.google.api.gax.paging.Page<OrgPolicyInfo>ResourceManager. listOrgPolicies(String resource, ResourceManager.ListOption... options)Deprecated.Methods in com.google.cloud.resourcemanager with parameters of type OrgPolicyInfo Modifier and Type Method Description voidResourceManager. clearOrgPolicy(String resource, OrgPolicyInfo orgPolicy)Deprecated.Clears a Policy from a resource.OrgPolicyInfoResourceManager. replaceOrgPolicy(String resource, OrgPolicyInfo orgPolicy)Deprecated.
-