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