Uses of Class
com.google.cloud.orgpolicy.v2.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy API -
-
Uses of ProjectName in com.google.cloud.orgpolicy.v2
Methods in com.google.cloud.orgpolicy.v2 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Methods in com.google.cloud.orgpolicy.v2 with parameters of type ProjectName Modifier and Type Method Description PolicyOrgPolicyClient. createPolicy(ProjectName parent, Policy policy)Creates a Policy.OrgPolicyClient.ListConstraintsPagedResponseOrgPolicyClient. listConstraints(ProjectName parent)Lists `Constraints` that could be applied on the specified resource.OrgPolicyClient.ListPoliciesPagedResponseOrgPolicyClient. listPolicies(ProjectName parent)Retrieves all of the `Policies` that exist on a particular resource.Method parameters in com.google.cloud.orgpolicy.v2 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-