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 FetchAclResponseFetchAclResponse.Builder. build()FetchAclResponseFetchAclResponse.Builder. buildPartial()FetchAclResponseDocumentServiceClient. fetchAcl(FetchAclRequest request)Gets the access control policy for a resource.FetchAclResponseDocumentServiceClient. fetchAcl(String resource)Gets the access control policy for a resource.FetchAclResponseDocumentServiceGrpc.DocumentServiceBlockingStub. fetchAcl(FetchAclRequest request)Gets the access control policy for a resource.static FetchAclResponseFetchAclResponse. getDefaultInstance()FetchAclResponseFetchAclResponse.Builder. getDefaultInstanceForType()FetchAclResponseFetchAclResponse. getDefaultInstanceForType()static FetchAclResponseFetchAclResponse. parseDelimitedFrom(InputStream input)static FetchAclResponseFetchAclResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAclResponseFetchAclResponse. parseFrom(byte[] data)static FetchAclResponseFetchAclResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAclResponseFetchAclResponse. parseFrom(com.google.protobuf.ByteString data)static FetchAclResponseFetchAclResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAclResponseFetchAclResponse. parseFrom(com.google.protobuf.CodedInputStream input)static FetchAclResponseFetchAclResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAclResponseFetchAclResponse. parseFrom(InputStream input)static FetchAclResponseFetchAclResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAclResponseFetchAclResponse. parseFrom(ByteBuffer data)static FetchAclResponseFetchAclResponse. 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.BuilderFetchAclResponse.Builder. mergeFrom(FetchAclResponse other)static FetchAclResponse.BuilderFetchAclResponse. newBuilder(FetchAclResponse prototype)Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type FetchAclResponse Modifier and Type Method Description default voidDocumentServiceGrpc.AsyncService. fetchAcl(FetchAclRequest request, io.grpc.stub.StreamObserver<FetchAclResponse> responseObserver)Gets the access control policy for a resource.voidDocumentServiceGrpc.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.
-