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 UpdateContentRequestUpdateContentRequest.Builder. build()UpdateContentRequestUpdateContentRequest.Builder. buildPartial()static UpdateContentRequestUpdateContentRequest. getDefaultInstance()UpdateContentRequestUpdateContentRequest.Builder. getDefaultInstanceForType()UpdateContentRequestUpdateContentRequest. getDefaultInstanceForType()static UpdateContentRequestUpdateContentRequest. parseDelimitedFrom(InputStream input)static UpdateContentRequestUpdateContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContentRequestUpdateContentRequest. parseFrom(byte[] data)static UpdateContentRequestUpdateContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContentRequestUpdateContentRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateContentRequestUpdateContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContentRequestUpdateContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateContentRequestUpdateContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContentRequestUpdateContentRequest. parseFrom(InputStream input)static UpdateContentRequestUpdateContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateContentRequestUpdateContentRequest. parseFrom(ByteBuffer data)static UpdateContentRequestUpdateContentRequest. 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.BuilderUpdateContentRequest.Builder. mergeFrom(UpdateContentRequest other)static UpdateContentRequest.BuilderUpdateContentRequest. newBuilder(UpdateContentRequest prototype)ContentContentServiceClient. updateContent(UpdateContentRequest request)Update a content.default voidContentServiceGrpc.AsyncService. updateContent(UpdateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Update a content.ContentContentServiceGrpc.ContentServiceBlockingStub. updateContent(UpdateContentRequest request)Update a content.com.google.common.util.concurrent.ListenableFuture<Content>ContentServiceGrpc.ContentServiceFutureStub. updateContent(UpdateContentRequest request)Update a content.voidContentServiceGrpc.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.
-