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