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 GetContentRequest
GetContentRequest.Builder. build()
GetContentRequest
GetContentRequest.Builder. buildPartial()
static GetContentRequest
GetContentRequest. getDefaultInstance()
GetContentRequest
GetContentRequest.Builder. getDefaultInstanceForType()
GetContentRequest
GetContentRequest. getDefaultInstanceForType()
static GetContentRequest
GetContentRequest. parseDelimitedFrom(InputStream input)
static GetContentRequest
GetContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContentRequest
GetContentRequest. parseFrom(byte[] data)
static GetContentRequest
GetContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContentRequest
GetContentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetContentRequest
GetContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContentRequest
GetContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetContentRequest
GetContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContentRequest
GetContentRequest. parseFrom(InputStream input)
static GetContentRequest
GetContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetContentRequest
GetContentRequest. parseFrom(ByteBuffer data)
static GetContentRequest
GetContentRequest. 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 Content
ContentServiceClient. getContent(GetContentRequest request)
Get a content resource.default void
ContentServiceGrpc.AsyncService. getContent(GetContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)
Get a content resource.Content
ContentServiceGrpc.ContentServiceBlockingStub. getContent(GetContentRequest request)
Get a content resource.com.google.common.util.concurrent.ListenableFuture<Content>
ContentServiceGrpc.ContentServiceFutureStub. getContent(GetContentRequest request)
Get a content resource.void
ContentServiceGrpc.ContentServiceStub. getContent(GetContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)
Get a content resource.GetContentRequest.Builder
GetContentRequest.Builder. mergeFrom(GetContentRequest other)
static GetContentRequest.Builder
GetContentRequest. 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.
-