Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
Constraint.Builder.build() |
Constraint |
Constraint.Builder.buildPartial() |
Constraint |
ListConstraintsResponseOrBuilder.getConstraints(int index)
The collection of constraints that are available on the targeted resource.
|
Constraint |
ListConstraintsResponse.getConstraints(int index)
The collection of constraints that are available on the targeted resource.
|
Constraint |
ListConstraintsResponse.Builder.getConstraints(int index)
The collection of constraints that are available on the targeted resource.
|
static Constraint |
Constraint.getDefaultInstance() |
Constraint |
Constraint.getDefaultInstanceForType() |
Constraint |
Constraint.Builder.getDefaultInstanceForType() |
static Constraint |
Constraint.parseDelimitedFrom(InputStream input) |
static Constraint |
Constraint.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(byte[] data) |
static Constraint |
Constraint.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(ByteBuffer data) |
static Constraint |
Constraint.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(ByteString data) |
static Constraint |
Constraint.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(CodedInputStream input) |
static Constraint |
Constraint.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(InputStream input) |
static Constraint |
Constraint.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Constraint> |
ListConstraintsResponseOrBuilder.getConstraintsList()
The collection of constraints that are available on the targeted resource.
|
List<Constraint> |
ListConstraintsResponse.getConstraintsList()
The collection of constraints that are available on the targeted resource.
|
List<Constraint> |
ListConstraintsResponse.Builder.getConstraintsList()
The collection of constraints that are available on the targeted resource.
|
Parser<Constraint> |
Constraint.getParserForType() |
static Parser<Constraint> |
Constraint.parser() |
Modifier and Type | Method and Description |
---|---|
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.addConstraints(Constraint value)
The collection of constraints that are available on the targeted resource.
|
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.addConstraints(int index,
Constraint value)
The collection of constraints that are available on the targeted resource.
|
Constraint.Builder |
Constraint.Builder.mergeFrom(Constraint other) |
static Constraint.Builder |
Constraint.newBuilder(Constraint prototype) |
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.setConstraints(int index,
Constraint value)
The collection of constraints that are available on the targeted resource.
|
Modifier and Type | Method and Description |
---|---|
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.addAllConstraints(Iterable<? extends Constraint> values)
The collection of constraints that are available on the targeted resource.
|
static com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyClient.ListConstraintsPagedResponse.createAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse) |
protected OrgPolicyClient.ListConstraintsPage |
OrgPolicyClient.ListConstraintsPage.createPage(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
ListConstraintsResponse response) |
com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPage> |
OrgPolicyClient.ListConstraintsPage.createPageAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse) |
Copyright © 2021 Google LLC. All rights reserved.