Uses of Class
com.google.cloud.datacatalog.v1.CreateEntryGroupRequest
-
Packages that use CreateEntryGroupRequest Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of CreateEntryGroupRequest in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 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.v1 that return types with arguments of type CreateEntryGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup>
DataCatalogClient. createEntryGroupCallable()
Creates an entry group.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.v1 with parameters of type CreateEntryGroupRequest Modifier and Type Method Description EntryGroup
DataCatalogClient. createEntryGroup(CreateEntryGroupRequest request)
Creates an entry group.default void
DataCatalogGrpc.AsyncService. createEntryGroup(CreateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Creates an entry group.EntryGroup
DataCatalogGrpc.DataCatalogBlockingStub. createEntryGroup(CreateEntryGroupRequest request)
Creates an entry group.com.google.common.util.concurrent.ListenableFuture<EntryGroup>
DataCatalogGrpc.DataCatalogFutureStub. createEntryGroup(CreateEntryGroupRequest request)
Creates an entry group.void
DataCatalogGrpc.DataCatalogStub. createEntryGroup(CreateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Creates an entry group.CreateEntryGroupRequest.Builder
CreateEntryGroupRequest.Builder. mergeFrom(CreateEntryGroupRequest other)
static CreateEntryGroupRequest.Builder
CreateEntryGroupRequest. newBuilder(CreateEntryGroupRequest prototype)
-
Uses of CreateEntryGroupRequest in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.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.
-