Uses of Class
com.google.cloud.orgpolicy.v2.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy APIcom.google.cloud.orgpolicy.v2.stub -
-
Uses of GetPolicyRequest in com.google.cloud.orgpolicy.v2
Methods in com.google.cloud.orgpolicy.v2 that return GetPolicyRequest Modifier and Type Method Description GetPolicyRequest
GetPolicyRequest.Builder. build()
GetPolicyRequest
GetPolicyRequest.Builder. buildPartial()
static GetPolicyRequest
GetPolicyRequest. getDefaultInstance()
GetPolicyRequest
GetPolicyRequest.Builder. getDefaultInstanceForType()
GetPolicyRequest
GetPolicyRequest. getDefaultInstanceForType()
static GetPolicyRequest
GetPolicyRequest. parseDelimitedFrom(InputStream input)
static GetPolicyRequest
GetPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(byte[] data)
static GetPolicyRequest
GetPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPolicyRequest
GetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(InputStream input)
static GetPolicyRequest
GetPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPolicyRequest
GetPolicyRequest. parseFrom(ByteBuffer data)
static GetPolicyRequest
GetPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type GetPolicyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPolicyRequest,Policy>
OrgPolicyGrpc. getGetPolicyMethod()
com.google.protobuf.Parser<GetPolicyRequest>
GetPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
OrgPolicyClient. getPolicyCallable()
Gets a `Policy` on a resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPolicyRequest,Policy>
OrgPolicySettings.Builder. getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetPolicyRequest,Policy>
OrgPolicySettings. getPolicySettings()
Returns the object with the settings used for calls to getPolicy.static com.google.protobuf.Parser<GetPolicyRequest>
GetPolicyRequest. parser()
Methods in com.google.cloud.orgpolicy.v2 with parameters of type GetPolicyRequest Modifier and Type Method Description Policy
OrgPolicyClient. getPolicy(GetPolicyRequest request)
Gets a `Policy` on a resource.default void
OrgPolicyGrpc.AsyncService. getPolicy(GetPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Gets a `Policy` on a resource.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.void
OrgPolicyGrpc.OrgPolicyStub. getPolicy(GetPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)
Gets a `Policy` on a resource.GetPolicyRequest.Builder
GetPolicyRequest.Builder. mergeFrom(GetPolicyRequest other)
static GetPolicyRequest.Builder
GetPolicyRequest. newBuilder(GetPolicyRequest prototype)
-
Uses of GetPolicyRequest in com.google.cloud.orgpolicy.v2.stub
Methods in com.google.cloud.orgpolicy.v2.stub that return types with arguments of type GetPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
GrpcOrgPolicyStub. getPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
HttpJsonOrgPolicyStub. getPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetPolicyRequest,Policy>
OrgPolicyStub. getPolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPolicyRequest,Policy>
OrgPolicyStubSettings.Builder. getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetPolicyRequest,Policy>
OrgPolicyStubSettings. getPolicySettings()
Returns the object with the settings used for calls to getPolicy.
-