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 CreateEntryGroupRequestCreateEntryGroupRequest.Builder. build()CreateEntryGroupRequestCreateEntryGroupRequest.Builder. buildPartial()static CreateEntryGroupRequestCreateEntryGroupRequest. getDefaultInstance()CreateEntryGroupRequestCreateEntryGroupRequest.Builder. getDefaultInstanceForType()CreateEntryGroupRequestCreateEntryGroupRequest. getDefaultInstanceForType()static CreateEntryGroupRequestCreateEntryGroupRequest. parseDelimitedFrom(InputStream input)static CreateEntryGroupRequestCreateEntryGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(byte[] data)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(com.google.protobuf.ByteString data)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(InputStream input)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryGroupRequestCreateEntryGroupRequest. parseFrom(ByteBuffer data)static CreateEntryGroupRequestCreateEntryGroupRequest. 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 EntryGroupDataCatalogClient. createEntryGroup(CreateEntryGroupRequest request)A maximum of 10,000 entry groups may be created per organization across all locations.default voidDataCatalogGrpc.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.EntryGroupDataCatalogGrpc.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.voidDataCatalogGrpc.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.BuilderCreateEntryGroupRequest.Builder. mergeFrom(CreateEntryGroupRequest other)static CreateEntryGroupRequest.BuilderCreateEntryGroupRequest. 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.
-