Package | Description |
---|---|
com.google.cloud.orgpolicy.v2 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.orgpolicy.v2.stub |
Modifier and Type | Method and Description |
---|---|
ListConstraintsResponse |
ListConstraintsResponse.Builder.build() |
ListConstraintsResponse |
ListConstraintsResponse.Builder.buildPartial() |
static ListConstraintsResponse |
ListConstraintsResponse.getDefaultInstance() |
ListConstraintsResponse |
ListConstraintsResponse.getDefaultInstanceForType() |
ListConstraintsResponse |
ListConstraintsResponse.Builder.getDefaultInstanceForType() |
ListConstraintsResponse |
OrgPolicyGrpc.OrgPolicyBlockingStub.listConstraints(ListConstraintsRequest request)
Lists `Constraints` that could be applied on the specified resource.
|
static ListConstraintsResponse |
ListConstraintsResponse.parseDelimitedFrom(InputStream input) |
static ListConstraintsResponse |
ListConstraintsResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(byte[] data) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(ByteBuffer data) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(ByteString data) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(CodedInputStream input) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(InputStream input) |
static ListConstraintsResponse |
ListConstraintsResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListConstraintsRequest,ListConstraintsResponse> |
OrgPolicyGrpc.getListConstraintsMethod() |
Parser<ListConstraintsResponse> |
ListConstraintsResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<ListConstraintsResponse> |
OrgPolicyGrpc.OrgPolicyFutureStub.listConstraints(ListConstraintsRequest request)
Lists `Constraints` that could be applied on the specified resource.
|
UnaryCallable<ListConstraintsRequest,ListConstraintsResponse> |
OrgPolicyClient.listConstraintsCallable()
Lists `Constraints` that could be applied on the specified resource.
|
PagedCallSettings<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicySettings.listConstraintsSettings()
Returns the object with the settings used for calls to listConstraints.
|
PagedCallSettings.Builder<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicySettings.Builder.listConstraintsSettings()
Returns the builder for the settings used for calls to listConstraints.
|
static Parser<ListConstraintsResponse> |
ListConstraintsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
protected OrgPolicyClient.ListConstraintsPage |
OrgPolicyClient.ListConstraintsPage.createPage(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
ListConstraintsResponse response) |
ListConstraintsResponse.Builder |
ListConstraintsResponse.Builder.mergeFrom(ListConstraintsResponse other) |
static ListConstraintsResponse.Builder |
ListConstraintsResponse.newBuilder(ListConstraintsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyClient.ListConstraintsPagedResponse.createAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse) |
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) |
com.google.api.core.ApiFuture<OrgPolicyClient.ListConstraintsPage> |
OrgPolicyClient.ListConstraintsPage.createPageAsync(PageContext<ListConstraintsRequest,ListConstraintsResponse,Constraint> context,
com.google.api.core.ApiFuture<ListConstraintsResponse> futureResponse) |
void |
OrgPolicyGrpc.OrgPolicyImplBase.listConstraints(ListConstraintsRequest request,
StreamObserver<ListConstraintsResponse> responseObserver)
Lists `Constraints` that could be applied on the specified resource.
|
void |
OrgPolicyGrpc.OrgPolicyStub.listConstraints(ListConstraintsRequest request,
StreamObserver<ListConstraintsResponse> responseObserver)
Lists `Constraints` that could be applied on the specified resource.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListConstraintsRequest,ListConstraintsResponse> |
GrpcOrgPolicyStub.listConstraintsCallable() |
UnaryCallable<ListConstraintsRequest,ListConstraintsResponse> |
OrgPolicyStub.listConstraintsCallable() |
PagedCallSettings<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyStubSettings.listConstraintsSettings()
Returns the object with the settings used for calls to listConstraints.
|
PagedCallSettings.Builder<ListConstraintsRequest,ListConstraintsResponse,OrgPolicyClient.ListConstraintsPagedResponse> |
OrgPolicyStubSettings.Builder.listConstraintsSettings()
Returns the builder for the settings used for calls to listConstraints.
|
Copyright © 2021 Google LLC. All rights reserved.