Uses of Class
com.google.cloud.orgpolicy.v2.GetEffectivePolicyRequest
-
Packages that use GetEffectivePolicyRequest Package Description com.google.cloud.orgpolicy.v2 A client to Organization Policy APIcom.google.cloud.orgpolicy.v2.stub -
-
Uses of GetEffectivePolicyRequest in com.google.cloud.orgpolicy.v2
Methods in com.google.cloud.orgpolicy.v2 that return GetEffectivePolicyRequest Modifier and Type Method Description GetEffectivePolicyRequestGetEffectivePolicyRequest.Builder. build()GetEffectivePolicyRequestGetEffectivePolicyRequest.Builder. buildPartial()static GetEffectivePolicyRequestGetEffectivePolicyRequest. getDefaultInstance()GetEffectivePolicyRequestGetEffectivePolicyRequest.Builder. getDefaultInstanceForType()GetEffectivePolicyRequestGetEffectivePolicyRequest. getDefaultInstanceForType()static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseDelimitedFrom(InputStream input)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(byte[] data)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(InputStream input)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(ByteBuffer data)static GetEffectivePolicyRequestGetEffectivePolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.orgpolicy.v2 that return types with arguments of type GetEffectivePolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEffectivePolicyRequest,Policy>OrgPolicyClient. getEffectivePolicyCallable()Gets the effective `Policy` on a resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEffectivePolicyRequest,Policy>OrgPolicySettings.Builder. getEffectivePolicySettings()Returns the builder for the settings used for calls to getEffectivePolicy.com.google.api.gax.rpc.UnaryCallSettings<GetEffectivePolicyRequest,Policy>OrgPolicySettings. getEffectivePolicySettings()Returns the object with the settings used for calls to getEffectivePolicy.static io.grpc.MethodDescriptor<GetEffectivePolicyRequest,Policy>OrgPolicyGrpc. getGetEffectivePolicyMethod()com.google.protobuf.Parser<GetEffectivePolicyRequest>GetEffectivePolicyRequest. getParserForType()static com.google.protobuf.Parser<GetEffectivePolicyRequest>GetEffectivePolicyRequest. parser()Methods in com.google.cloud.orgpolicy.v2 with parameters of type GetEffectivePolicyRequest Modifier and Type Method Description PolicyOrgPolicyClient. getEffectivePolicy(GetEffectivePolicyRequest request)Gets the effective `Policy` on a resource.default voidOrgPolicyGrpc.AsyncService. getEffectivePolicy(GetEffectivePolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)Gets the effective `Policy` on a resource.PolicyOrgPolicyGrpc.OrgPolicyBlockingStub. getEffectivePolicy(GetEffectivePolicyRequest request)Gets the effective `Policy` on a resource.com.google.common.util.concurrent.ListenableFuture<Policy>OrgPolicyGrpc.OrgPolicyFutureStub. getEffectivePolicy(GetEffectivePolicyRequest request)Gets the effective `Policy` on a resource.voidOrgPolicyGrpc.OrgPolicyStub. getEffectivePolicy(GetEffectivePolicyRequest request, io.grpc.stub.StreamObserver<Policy> responseObserver)Gets the effective `Policy` on a resource.GetEffectivePolicyRequest.BuilderGetEffectivePolicyRequest.Builder. mergeFrom(GetEffectivePolicyRequest other)static GetEffectivePolicyRequest.BuilderGetEffectivePolicyRequest. newBuilder(GetEffectivePolicyRequest prototype) -
Uses of GetEffectivePolicyRequest in com.google.cloud.orgpolicy.v2.stub
Methods in com.google.cloud.orgpolicy.v2.stub that return types with arguments of type GetEffectivePolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEffectivePolicyRequest,Policy>GrpcOrgPolicyStub. getEffectivePolicyCallable()com.google.api.gax.rpc.UnaryCallable<GetEffectivePolicyRequest,Policy>HttpJsonOrgPolicyStub. getEffectivePolicyCallable()com.google.api.gax.rpc.UnaryCallable<GetEffectivePolicyRequest,Policy>OrgPolicyStub. getEffectivePolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEffectivePolicyRequest,Policy>OrgPolicyStubSettings.Builder. getEffectivePolicySettings()Returns the builder for the settings used for calls to getEffectivePolicy.com.google.api.gax.rpc.UnaryCallSettings<GetEffectivePolicyRequest,Policy>OrgPolicyStubSettings. getEffectivePolicySettings()Returns the object with the settings used for calls to getEffectivePolicy.
-