Uses of Class
com.google.cloud.datacatalog.v1.UpdateEntryRequest
-
Packages that use UpdateEntryRequest Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of UpdateEntryRequest in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return UpdateEntryRequest Modifier and Type Method Description UpdateEntryRequest
UpdateEntryRequest.Builder. build()
UpdateEntryRequest
UpdateEntryRequest.Builder. buildPartial()
static UpdateEntryRequest
UpdateEntryRequest. getDefaultInstance()
UpdateEntryRequest
UpdateEntryRequest.Builder. getDefaultInstanceForType()
UpdateEntryRequest
UpdateEntryRequest. getDefaultInstanceForType()
static UpdateEntryRequest
UpdateEntryRequest. parseDelimitedFrom(InputStream input)
static UpdateEntryRequest
UpdateEntryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(byte[] data)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(InputStream input)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(ByteBuffer data)
static UpdateEntryRequest
UpdateEntryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 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.v1 with parameters of type UpdateEntryRequest Modifier and Type Method Description UpdateEntryRequest.Builder
UpdateEntryRequest.Builder. mergeFrom(UpdateEntryRequest other)
static UpdateEntryRequest.Builder
UpdateEntryRequest. newBuilder(UpdateEntryRequest prototype)
Entry
DataCatalogClient. updateEntry(UpdateEntryRequest request)
Updates an existing entry.default void
DataCatalogGrpc.AsyncService. updateEntry(UpdateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Updates an existing entry.Entry
DataCatalogGrpc.DataCatalogBlockingStub. updateEntry(UpdateEntryRequest request)
Updates an existing entry.com.google.common.util.concurrent.ListenableFuture<Entry>
DataCatalogGrpc.DataCatalogFutureStub. updateEntry(UpdateEntryRequest request)
Updates an existing entry.void
DataCatalogGrpc.DataCatalogStub. updateEntry(UpdateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Updates an existing entry. -
Uses of UpdateEntryRequest in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.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.
-