Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
FolderName |
FolderName.Builder.build() |
static FolderName |
FolderName.of(String folder) |
static FolderName |
FolderName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<FolderName> |
FolderName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
FolderName.toStringList(List<FolderName> values) |
Copyright © 2021 Google LLC. All rights reserved.