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 UpdateEntryGroupRequestUpdateEntryGroupRequest.Builder. build()UpdateEntryGroupRequestUpdateEntryGroupRequest.Builder. buildPartial()static UpdateEntryGroupRequestUpdateEntryGroupRequest. getDefaultInstance()UpdateEntryGroupRequestUpdateEntryGroupRequest.Builder. getDefaultInstanceForType()UpdateEntryGroupRequestUpdateEntryGroupRequest. getDefaultInstanceForType()static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseDelimitedFrom(InputStream input)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(byte[] data)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(InputStream input)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateEntryGroupRequestUpdateEntryGroupRequest. parseFrom(ByteBuffer data)static UpdateEntryGroupRequestUpdateEntryGroupRequest. 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.BuilderUpdateEntryGroupRequest.Builder. mergeFrom(UpdateEntryGroupRequest other)static UpdateEntryGroupRequest.BuilderUpdateEntryGroupRequest. newBuilder(UpdateEntryGroupRequest prototype)EntryGroupDataCatalogClient. updateEntryGroup(UpdateEntryGroupRequest request)Updates an EntryGroup.default voidDataCatalogGrpc.AsyncService. updateEntryGroup(UpdateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)Updates an EntryGroup.EntryGroupDataCatalogGrpc.DataCatalogBlockingStub. updateEntryGroup(UpdateEntryGroupRequest request)Updates an EntryGroup.com.google.common.util.concurrent.ListenableFuture<EntryGroup>DataCatalogGrpc.DataCatalogFutureStub. updateEntryGroup(UpdateEntryGroupRequest request)Updates an EntryGroup.voidDataCatalogGrpc.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.
-