Uses of Class
com.google.cloud.datacatalog.v1beta1.UpdateEntryRequest
-
Packages that use UpdateEntryRequest Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1beta1.stub -
-
Uses of UpdateEntryRequest in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return UpdateEntryRequest Modifier and Type Method Description UpdateEntryRequestUpdateEntryRequest.Builder. build()UpdateEntryRequestUpdateEntryRequest.Builder. buildPartial()static UpdateEntryRequestUpdateEntryRequest. getDefaultInstance()UpdateEntryRequestUpdateEntryRequest.Builder. getDefaultInstanceForType()UpdateEntryRequestUpdateEntryRequest. getDefaultInstanceForType()static UpdateEntryRequestUpdateEntryRequest. parseDelimitedFrom(InputStream input)static UpdateEntryRequestUpdateEntryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryRequestUpdateEntryRequest. parseFrom(byte[] data)static UpdateEntryRequestUpdateEntryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryRequestUpdateEntryRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateEntryRequestUpdateEntryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryRequestUpdateEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateEntryRequestUpdateEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryRequestUpdateEntryRequest. parseFrom(InputStream input)static UpdateEntryRequestUpdateEntryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryRequestUpdateEntryRequest. parseFrom(ByteBuffer data)static UpdateEntryRequestUpdateEntryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type UpdateEntryRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateEntryRequest>UpdateEntryRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry>DataCatalogGrpc. getUpdateEntryMethod()static com.google.protobuf.Parser<UpdateEntryRequest>UpdateEntryRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>DataCatalogClient. updateEntryCallable()Updates an existing entry.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntryRequest,Entry>DataCatalogSettings.Builder. updateEntrySettings()Returns the builder for the settings used for calls to updateEntry.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryRequest,Entry>DataCatalogSettings. updateEntrySettings()Returns the object with the settings used for calls to updateEntry.Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type UpdateEntryRequest Modifier and Type Method Description UpdateEntryRequest.BuilderUpdateEntryRequest.Builder. mergeFrom(UpdateEntryRequest other)static UpdateEntryRequest.BuilderUpdateEntryRequest. newBuilder(UpdateEntryRequest prototype)EntryDataCatalogClient. updateEntry(UpdateEntryRequest request)Updates an existing entry.default voidDataCatalogGrpc.AsyncService. updateEntry(UpdateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)Updates an existing entry.EntryDataCatalogGrpc.DataCatalogBlockingStub. updateEntry(UpdateEntryRequest request)Updates an existing entry.com.google.common.util.concurrent.ListenableFuture<Entry>DataCatalogGrpc.DataCatalogFutureStub. updateEntry(UpdateEntryRequest request)Updates an existing entry.voidDataCatalogGrpc.DataCatalogStub. updateEntry(UpdateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)Updates an existing entry. -
Uses of UpdateEntryRequest in com.google.cloud.datacatalog.v1beta1.stub
Methods in com.google.cloud.datacatalog.v1beta1.stub that return types with arguments of type UpdateEntryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>DataCatalogStub. updateEntryCallable()com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>GrpcDataCatalogStub. updateEntryCallable()com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>HttpJsonDataCatalogStub. updateEntryCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntryRequest,Entry>DataCatalogStubSettings.Builder. updateEntrySettings()Returns the builder for the settings used for calls to updateEntry.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryRequest,Entry>DataCatalogStubSettings. updateEntrySettings()Returns the object with the settings used for calls to updateEntry.
-