Uses of Class
com.google.cloud.dataplex.v1.GetContentRequest
-
Packages that use GetContentRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetContentRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetContentRequest Modifier and Type Method Description GetContentRequestGetContentRequest.Builder. build()GetContentRequestGetContentRequest.Builder. buildPartial()static GetContentRequestGetContentRequest. getDefaultInstance()GetContentRequestGetContentRequest.Builder. getDefaultInstanceForType()GetContentRequestGetContentRequest. getDefaultInstanceForType()static GetContentRequestGetContentRequest. parseDelimitedFrom(InputStream input)static GetContentRequestGetContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContentRequestGetContentRequest. parseFrom(byte[] data)static GetContentRequestGetContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContentRequestGetContentRequest. parseFrom(com.google.protobuf.ByteString data)static GetContentRequestGetContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContentRequestGetContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetContentRequestGetContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContentRequestGetContentRequest. parseFrom(InputStream input)static GetContentRequestGetContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetContentRequestGetContentRequest. parseFrom(ByteBuffer data)static GetContentRequestGetContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>ContentServiceClient. getContentCallable()Get a content resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContentRequest,Content>ContentServiceSettings.Builder. getContentSettings()Returns the builder for the settings used for calls to getContent.com.google.api.gax.rpc.UnaryCallSettings<GetContentRequest,Content>ContentServiceSettings. getContentSettings()Returns the object with the settings used for calls to getContent.static io.grpc.MethodDescriptor<GetContentRequest,Content>ContentServiceGrpc. getGetContentMethod()com.google.protobuf.Parser<GetContentRequest>GetContentRequest. getParserForType()static com.google.protobuf.Parser<GetContentRequest>GetContentRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type GetContentRequest Modifier and Type Method Description ContentContentServiceClient. getContent(GetContentRequest request)Get a content resource.default voidContentServiceGrpc.AsyncService. getContent(GetContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Get a content resource.ContentContentServiceGrpc.ContentServiceBlockingStub. getContent(GetContentRequest request)Get a content resource.com.google.common.util.concurrent.ListenableFuture<Content>ContentServiceGrpc.ContentServiceFutureStub. getContent(GetContentRequest request)Get a content resource.voidContentServiceGrpc.ContentServiceStub. getContent(GetContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Get a content resource.GetContentRequest.BuilderGetContentRequest.Builder. mergeFrom(GetContentRequest other)static GetContentRequest.BuilderGetContentRequest. newBuilder(GetContentRequest prototype) -
Uses of GetContentRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>ContentServiceStub. getContentCallable()com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>GrpcContentServiceStub. getContentCallable()com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>HttpJsonContentServiceStub. getContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContentRequest,Content>ContentServiceStubSettings.Builder. getContentSettings()Returns the builder for the settings used for calls to getContent.com.google.api.gax.rpc.UnaryCallSettings<GetContentRequest,Content>ContentServiceStubSettings. getContentSettings()Returns the object with the settings used for calls to getContent.
-