Uses of Class
com.google.cloud.dataplex.v1.UpdateEntityRequest
-
Packages that use UpdateEntityRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of UpdateEntityRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return UpdateEntityRequest Modifier and Type Method Description UpdateEntityRequestUpdateEntityRequest.Builder. build()UpdateEntityRequestUpdateEntityRequest.Builder. buildPartial()static UpdateEntityRequestUpdateEntityRequest. getDefaultInstance()UpdateEntityRequestUpdateEntityRequest.Builder. getDefaultInstanceForType()UpdateEntityRequestUpdateEntityRequest. getDefaultInstanceForType()static UpdateEntityRequestUpdateEntityRequest. parseDelimitedFrom(InputStream input)static UpdateEntityRequestUpdateEntityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestUpdateEntityRequest. parseFrom(byte[] data)static UpdateEntityRequestUpdateEntityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestUpdateEntityRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateEntityRequestUpdateEntityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestUpdateEntityRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateEntityRequestUpdateEntityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestUpdateEntityRequest. parseFrom(InputStream input)static UpdateEntityRequestUpdateEntityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntityRequestUpdateEntityRequest. parseFrom(ByteBuffer data)static UpdateEntityRequestUpdateEntityRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type UpdateEntityRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateEntityRequest>UpdateEntityRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateEntityRequest,Entity>MetadataServiceGrpc. getUpdateEntityMethod()static com.google.protobuf.Parser<UpdateEntityRequest>UpdateEntityRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateEntityRequest,Entity>MetadataServiceClient. updateEntityCallable()Update a metadata entity.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityRequest,Entity>MetadataServiceSettings.Builder. updateEntitySettings()Returns the builder for the settings used for calls to updateEntity.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntityRequest,Entity>MetadataServiceSettings. updateEntitySettings()Returns the object with the settings used for calls to updateEntity.Methods in com.google.cloud.dataplex.v1 with parameters of type UpdateEntityRequest Modifier and Type Method Description UpdateEntityRequest.BuilderUpdateEntityRequest.Builder. mergeFrom(UpdateEntityRequest other)static UpdateEntityRequest.BuilderUpdateEntityRequest. newBuilder(UpdateEntityRequest prototype)EntityMetadataServiceClient. updateEntity(UpdateEntityRequest request)Update a metadata entity.default voidMetadataServiceGrpc.AsyncService. updateEntity(UpdateEntityRequest request, io.grpc.stub.StreamObserver<Entity> responseObserver)Update a metadata entity.EntityMetadataServiceGrpc.MetadataServiceBlockingStub. updateEntity(UpdateEntityRequest request)Update a metadata entity.com.google.common.util.concurrent.ListenableFuture<Entity>MetadataServiceGrpc.MetadataServiceFutureStub. updateEntity(UpdateEntityRequest request)Update a metadata entity.voidMetadataServiceGrpc.MetadataServiceStub. updateEntity(UpdateEntityRequest request, io.grpc.stub.StreamObserver<Entity> responseObserver)Update a metadata entity. -
Uses of UpdateEntityRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type UpdateEntityRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateEntityRequest,Entity>GrpcMetadataServiceStub. updateEntityCallable()com.google.api.gax.rpc.UnaryCallable<UpdateEntityRequest,Entity>HttpJsonMetadataServiceStub. updateEntityCallable()com.google.api.gax.rpc.UnaryCallable<UpdateEntityRequest,Entity>MetadataServiceStub. updateEntityCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityRequest,Entity>MetadataServiceStubSettings.Builder. updateEntitySettings()Returns the builder for the settings used for calls to updateEntity.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntityRequest,Entity>MetadataServiceStubSettings. updateEntitySettings()Returns the object with the settings used for calls to updateEntity.
-