Uses of Class
com.google.cloud.contentwarehouse.v1.FetchAclResponse
-
Packages that use FetchAclResponse Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of FetchAclResponse in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return FetchAclResponse Modifier and Type Method Description FetchAclResponse
FetchAclResponse.Builder. build()
FetchAclResponse
FetchAclResponse.Builder. buildPartial()
FetchAclResponse
DocumentServiceClient. fetchAcl(FetchAclRequest request)
Gets the access control policy for a resource.FetchAclResponse
DocumentServiceClient. fetchAcl(String resource)
Gets the access control policy for a resource.FetchAclResponse
DocumentServiceGrpc.DocumentServiceBlockingStub. fetchAcl(FetchAclRequest request)
Gets the access control policy for a resource.static FetchAclResponse
FetchAclResponse. getDefaultInstance()
FetchAclResponse
FetchAclResponse.Builder. getDefaultInstanceForType()
FetchAclResponse
FetchAclResponse. getDefaultInstanceForType()
static FetchAclResponse
FetchAclResponse. parseDelimitedFrom(InputStream input)
static FetchAclResponse
FetchAclResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAclResponse
FetchAclResponse. parseFrom(byte[] data)
static FetchAclResponse
FetchAclResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAclResponse
FetchAclResponse. parseFrom(com.google.protobuf.ByteString data)
static FetchAclResponse
FetchAclResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAclResponse
FetchAclResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static FetchAclResponse
FetchAclResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAclResponse
FetchAclResponse. parseFrom(InputStream input)
static FetchAclResponse
FetchAclResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAclResponse
FetchAclResponse. parseFrom(ByteBuffer data)
static FetchAclResponse
FetchAclResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type FetchAclResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FetchAclResponse>
DocumentServiceGrpc.DocumentServiceFutureStub. fetchAcl(FetchAclRequest request)
Gets the access control policy for a resource.com.google.api.gax.rpc.UnaryCallable<FetchAclRequest,FetchAclResponse>
DocumentServiceClient. fetchAclCallable()
Gets the access control policy for a resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchAclRequest,FetchAclResponse>
DocumentServiceSettings.Builder. fetchAclSettings()
Returns the builder for the settings used for calls to fetchAcl.com.google.api.gax.rpc.UnaryCallSettings<FetchAclRequest,FetchAclResponse>
DocumentServiceSettings. fetchAclSettings()
Returns the object with the settings used for calls to fetchAcl.static io.grpc.MethodDescriptor<FetchAclRequest,FetchAclResponse>
DocumentServiceGrpc. getFetchAclMethod()
com.google.protobuf.Parser<FetchAclResponse>
FetchAclResponse. getParserForType()
static com.google.protobuf.Parser<FetchAclResponse>
FetchAclResponse. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type FetchAclResponse Modifier and Type Method Description FetchAclResponse.Builder
FetchAclResponse.Builder. mergeFrom(FetchAclResponse other)
static FetchAclResponse.Builder
FetchAclResponse. newBuilder(FetchAclResponse prototype)
Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type FetchAclResponse Modifier and Type Method Description default void
DocumentServiceGrpc.AsyncService. fetchAcl(FetchAclRequest request, io.grpc.stub.StreamObserver<FetchAclResponse> responseObserver)
Gets the access control policy for a resource.void
DocumentServiceGrpc.DocumentServiceStub. fetchAcl(FetchAclRequest request, io.grpc.stub.StreamObserver<FetchAclResponse> responseObserver)
Gets the access control policy for a resource. -
Uses of FetchAclResponse in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type FetchAclResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchAclRequest,FetchAclResponse>
DocumentServiceStub. fetchAclCallable()
com.google.api.gax.rpc.UnaryCallable<FetchAclRequest,FetchAclResponse>
GrpcDocumentServiceStub. fetchAclCallable()
com.google.api.gax.rpc.UnaryCallable<FetchAclRequest,FetchAclResponse>
HttpJsonDocumentServiceStub. fetchAclCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchAclRequest,FetchAclResponse>
DocumentServiceStubSettings.Builder. fetchAclSettings()
Returns the builder for the settings used for calls to fetchAcl.com.google.api.gax.rpc.UnaryCallSettings<FetchAclRequest,FetchAclResponse>
DocumentServiceStubSettings. fetchAclSettings()
Returns the object with the settings used for calls to fetchAcl.
-