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 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.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 EntryGroupDataCatalogClient. createEntryGroup(CreateEntryGroupRequest request)Creates an entry group.default voidDataCatalogGrpc.AsyncService. createEntryGroup(CreateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)Creates an entry group.EntryGroupDataCatalogGrpc.DataCatalogBlockingStub. createEntryGroup(CreateEntryGroupRequest request)Creates an entry group.com.google.common.util.concurrent.ListenableFuture<EntryGroup>DataCatalogGrpc.DataCatalogFutureStub. createEntryGroup(CreateEntryGroupRequest request)Creates an entry group.voidDataCatalogGrpc.DataCatalogStub. createEntryGroup(CreateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)Creates an entry group.CreateEntryGroupRequest.BuilderCreateEntryGroupRequest.Builder. mergeFrom(CreateEntryGroupRequest other)static CreateEntryGroupRequest.BuilderCreateEntryGroupRequest. 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.
-