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 CreateEntryRequestCreateEntryRequest.Builder. build()CreateEntryRequestCreateEntryRequest.Builder. buildPartial()static CreateEntryRequestCreateEntryRequest. getDefaultInstance()CreateEntryRequestCreateEntryRequest.Builder. getDefaultInstanceForType()CreateEntryRequestCreateEntryRequest. getDefaultInstanceForType()static CreateEntryRequestCreateEntryRequest. parseDelimitedFrom(InputStream input)static CreateEntryRequestCreateEntryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryRequestCreateEntryRequest. parseFrom(byte[] data)static CreateEntryRequestCreateEntryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryRequestCreateEntryRequest. parseFrom(com.google.protobuf.ByteString data)static CreateEntryRequestCreateEntryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryRequestCreateEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateEntryRequestCreateEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryRequestCreateEntryRequest. parseFrom(InputStream input)static CreateEntryRequestCreateEntryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEntryRequestCreateEntryRequest. parseFrom(ByteBuffer data)static CreateEntryRequestCreateEntryRequest. 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 EntryDataCatalogClient. createEntry(CreateEntryRequest request)Creates an entry.default voidDataCatalogGrpc.AsyncService. createEntry(CreateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)Creates an entry.EntryDataCatalogGrpc.DataCatalogBlockingStub. createEntry(CreateEntryRequest request)Creates an entry.com.google.common.util.concurrent.ListenableFuture<Entry>DataCatalogGrpc.DataCatalogFutureStub. createEntry(CreateEntryRequest request)Creates an entry.voidDataCatalogGrpc.DataCatalogStub. createEntry(CreateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)Creates an entry.CreateEntryRequest.BuilderCreateEntryRequest.Builder. mergeFrom(CreateEntryRequest other)static CreateEntryRequest.BuilderCreateEntryRequest. 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.
-