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