Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
OrganizationName |
OrganizationName.Builder.build() |
static OrganizationName |
OrganizationName.of(String organization) |
static OrganizationName |
OrganizationName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<OrganizationName> |
OrganizationName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Policy |
OrgPolicyClient.createPolicy(OrganizationName parent,
Policy policy)
Creates a Policy.
|
OrgPolicyClient.ListConstraintsPagedResponse |
OrgPolicyClient.listConstraints(OrganizationName parent)
Lists `Constraints` that could be applied on the specified resource.
|
OrgPolicyClient.ListPoliciesPagedResponse |
OrgPolicyClient.listPolicies(OrganizationName parent)
Retrieves all of the `Policies` that exist on a particular resource.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
OrganizationName.toStringList(List<OrganizationName> values) |
Copyright © 2021 Google LLC. All rights reserved.