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