Uses of Class
com.google.cloud.datacatalog.v1.LookupEntryRequest
-
Packages that use LookupEntryRequest Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of LookupEntryRequest in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return LookupEntryRequest Modifier and Type Method Description LookupEntryRequestLookupEntryRequest.Builder. build()LookupEntryRequestLookupEntryRequest.Builder. buildPartial()static LookupEntryRequestLookupEntryRequest. getDefaultInstance()LookupEntryRequestLookupEntryRequest.Builder. getDefaultInstanceForType()LookupEntryRequestLookupEntryRequest. getDefaultInstanceForType()static LookupEntryRequestLookupEntryRequest. parseDelimitedFrom(InputStream input)static LookupEntryRequestLookupEntryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupEntryRequestLookupEntryRequest. parseFrom(byte[] data)static LookupEntryRequestLookupEntryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupEntryRequestLookupEntryRequest. parseFrom(com.google.protobuf.ByteString data)static LookupEntryRequestLookupEntryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupEntryRequestLookupEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LookupEntryRequestLookupEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupEntryRequestLookupEntryRequest. parseFrom(InputStream input)static LookupEntryRequestLookupEntryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupEntryRequestLookupEntryRequest. parseFrom(ByteBuffer data)static LookupEntryRequestLookupEntryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1 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()Gets an entry by its 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.v1 with parameters of type LookupEntryRequest Modifier and Type Method Description EntryDataCatalogClient. lookupEntry(LookupEntryRequest request)Gets an entry by its target resource name.default voidDataCatalogGrpc.AsyncService. lookupEntry(LookupEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)Gets an entry by its target resource name.EntryDataCatalogGrpc.DataCatalogBlockingStub. lookupEntry(LookupEntryRequest request)Gets an entry by its target resource name.com.google.common.util.concurrent.ListenableFuture<Entry>DataCatalogGrpc.DataCatalogFutureStub. lookupEntry(LookupEntryRequest request)Gets an entry by its target resource name.voidDataCatalogGrpc.DataCatalogStub. lookupEntry(LookupEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)Gets an entry by its target resource name.LookupEntryRequest.BuilderLookupEntryRequest.Builder. mergeFrom(LookupEntryRequest other)static LookupEntryRequest.BuilderLookupEntryRequest. newBuilder(LookupEntryRequest prototype) -
Uses of LookupEntryRequest in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.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.
-