Uses of Class
com.google.cloud.orgpolicy.v2.FolderName
-
Packages that use FolderName Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy API -
-
Uses of FolderName in com.google.cloud.orgpolicy.v2
Methods in com.google.cloud.orgpolicy.v2 that return FolderName Modifier and Type Method Description FolderName
FolderName.Builder. build()
static FolderName
FolderName. of(String folder)
static FolderName
FolderName. parse(String formattedString)
Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type FolderName Modifier and Type Method Description static List<FolderName>
FolderName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.orgpolicy.v2 with parameters of type FolderName Modifier and Type Method Description Policy
OrgPolicyClient. createPolicy(FolderName parent, Policy policy)
Creates a Policy.OrgPolicyClient.ListConstraintsPagedResponse
OrgPolicyClient. listConstraints(FolderName parent)
Lists `Constraints` that could be applied on the specified resource.OrgPolicyClient.ListPoliciesPagedResponse
OrgPolicyClient. listPolicies(FolderName 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 FolderName Modifier and Type Method Description static List<String>
FolderName. toStringList(List<FolderName> values)
-