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