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 ModifyEntryOverviewRequestModifyEntryOverviewRequest.Builder. build()ModifyEntryOverviewRequestModifyEntryOverviewRequest.Builder. buildPartial()static ModifyEntryOverviewRequestModifyEntryOverviewRequest. getDefaultInstance()ModifyEntryOverviewRequestModifyEntryOverviewRequest.Builder. getDefaultInstanceForType()ModifyEntryOverviewRequestModifyEntryOverviewRequest. getDefaultInstanceForType()static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseDelimitedFrom(InputStream input)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(byte[] data)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(com.google.protobuf.ByteString data)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(InputStream input)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. parseFrom(ByteBuffer data)static ModifyEntryOverviewRequestModifyEntryOverviewRequest. 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.BuilderModifyEntryOverviewRequest.Builder. mergeFrom(ModifyEntryOverviewRequest other)EntryOverviewDataCatalogClient. modifyEntryOverview(ModifyEntryOverviewRequest request)Modifies entry overview, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].default voidDataCatalogGrpc.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].EntryOverviewDataCatalogGrpc.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].voidDataCatalogGrpc.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.BuilderModifyEntryOverviewRequest. 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.
-