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