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 GetPolicyRequestGetPolicyRequest.Builder. build()GetPolicyRequestGetPolicyRequest.Builder. buildPartial()static GetPolicyRequestGetPolicyRequest. getDefaultInstance()GetPolicyRequestGetPolicyRequest.Builder. getDefaultInstanceForType()GetPolicyRequestGetPolicyRequest. getDefaultInstanceForType()static GetPolicyRequestGetPolicyRequest. parseDelimitedFrom(InputStream input)static GetPolicyRequestGetPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(byte[] data)static GetPolicyRequestGetPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPolicyRequestGetPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(InputStream input)static GetPolicyRequestGetPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPolicyRequestGetPolicyRequest. parseFrom(ByteBuffer data)static GetPolicyRequestGetPolicyRequest. 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 PolicyOrgPolicyClient. getPolicy(GetPolicyRequest request)Gets a `Policy` on a resource.default voidOrgPolicyGrpc.AsyncService. getPolicy(GetPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)Gets a `Policy` on a resource.PolicyOrgPolicyGrpc.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.voidOrgPolicyGrpc.OrgPolicyStub. getPolicy(GetPolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)Gets a `Policy` on a resource.GetPolicyRequest.BuilderGetPolicyRequest.Builder. mergeFrom(GetPolicyRequest other)static GetPolicyRequest.BuilderGetPolicyRequest. 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.
-