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