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