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