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 |
---|---|
static MethodDescriptor<GetPolicyRequest,Policy> |
OrgPolicyGrpc.getGetPolicyMethod() |
Parser<GetPolicyRequest> |
GetPolicyRequest.getParserForType() |
UnaryCallable<GetPolicyRequest,Policy> |
OrgPolicyClient.getPolicyCallable()
Gets a `Policy` on a resource.
|
UnaryCallSettings<GetPolicyRequest,Policy> |
OrgPolicySettings.getPolicySettings()
Returns the object with the settings used for calls to getPolicy.
|
UnaryCallSettings.Builder<GetPolicyRequest,Policy> |
OrgPolicySettings.Builder.getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.
|
static Parser<GetPolicyRequest> |
GetPolicyRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Policy |
OrgPolicyGrpc.OrgPolicyBlockingStub.getPolicy(GetPolicyRequest request)
Gets a `Policy` on a resource.
|
com.google.common.util.concurrent.ListenableFuture<Policy> |
OrgPolicyGrpc.OrgPolicyFutureStub.getPolicy(GetPolicyRequest request)
Gets a `Policy` on a resource.
|
Policy |
OrgPolicyClient.getPolicy(GetPolicyRequest request)
Gets a `Policy` on a resource.
|
void |
OrgPolicyGrpc.OrgPolicyImplBase.getPolicy(GetPolicyRequest request,
StreamObserver<Policy> responseObserver)
Gets a `Policy` on a resource.
|
void |
OrgPolicyGrpc.OrgPolicyStub.getPolicy(GetPolicyRequest request,
StreamObserver<Policy> responseObserver)
Gets a `Policy` on a resource.
|
GetPolicyRequest.Builder |
GetPolicyRequest.Builder.mergeFrom(GetPolicyRequest other) |
static GetPolicyRequest.Builder |
GetPolicyRequest.newBuilder(GetPolicyRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetPolicyRequest,Policy> |
GrpcOrgPolicyStub.getPolicyCallable() |
UnaryCallable<GetPolicyRequest,Policy> |
OrgPolicyStub.getPolicyCallable() |
UnaryCallSettings<GetPolicyRequest,Policy> |
OrgPolicyStubSettings.getPolicySettings()
Returns the object with the settings used for calls to getPolicy.
|
UnaryCallSettings.Builder<GetPolicyRequest,Policy> |
OrgPolicyStubSettings.Builder.getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.
|
Copyright © 2021 Google LLC. All rights reserved.