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