Uses of Class
com.google.cloud.datacatalog.v1beta1.Entry
-
Packages that use Entry Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1beta1.stub -
-
Uses of Entry in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return Entry Modifier and Type Method Description Entry
Entry.Builder. build()
Entry
Entry.Builder. buildPartial()
Entry
DataCatalogClient. createEntry(CreateEntryRequest request)
Creates an entry.Entry
DataCatalogClient. createEntry(EntryGroupName parent, String entryId, Entry entry)
Creates an entry.Entry
DataCatalogClient. createEntry(String parent, String entryId, Entry entry)
Creates an entry.Entry
DataCatalogGrpc.DataCatalogBlockingStub. createEntry(CreateEntryRequest request)
Creates an entry.static Entry
Entry. getDefaultInstance()
Entry
Entry.Builder. getDefaultInstanceForType()
Entry
Entry. getDefaultInstanceForType()
Entry
ListEntriesResponse.Builder. getEntries(int index)
Entry details.Entry
ListEntriesResponse. getEntries(int index)
Entry details.Entry
ListEntriesResponseOrBuilder. getEntries(int index)
Entry details.Entry
CreateEntryRequest.Builder. getEntry()
Required.Entry
CreateEntryRequest. getEntry()
Required.Entry
CreateEntryRequestOrBuilder. getEntry()
Required.Entry
DataCatalogClient. getEntry(EntryName name)
Gets an entry.Entry
DataCatalogClient. getEntry(GetEntryRequest request)
Gets an entry.Entry
DataCatalogClient. getEntry(String name)
Gets an entry.Entry
DataCatalogGrpc.DataCatalogBlockingStub. getEntry(GetEntryRequest request)
Gets an entry.Entry
UpdateEntryRequest.Builder. getEntry()
Required.Entry
UpdateEntryRequest. getEntry()
Required.Entry
UpdateEntryRequestOrBuilder. getEntry()
Required.Entry
DataCatalogClient. lookupEntry(LookupEntryRequest request)
Get an entry by target resource name.Entry
DataCatalogGrpc.DataCatalogBlockingStub. lookupEntry(LookupEntryRequest request)
Get an entry by target resource name.static Entry
Entry. parseDelimitedFrom(InputStream input)
static Entry
Entry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entry
Entry. parseFrom(byte[] data)
static Entry
Entry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entry
Entry. parseFrom(com.google.protobuf.ByteString data)
static Entry
Entry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entry
Entry. parseFrom(com.google.protobuf.CodedInputStream input)
static Entry
Entry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entry
Entry. parseFrom(InputStream input)
static Entry
Entry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Entry
Entry. parseFrom(ByteBuffer data)
static Entry
Entry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Entry
DataCatalogClient. updateEntry(Entry entry)
Updates an existing entry.Entry
DataCatalogClient. updateEntry(Entry entry, com.google.protobuf.FieldMask updateMask)
Updates an existing entry.Entry
DataCatalogClient. updateEntry(UpdateEntryRequest request)
Updates an existing entry.Entry
DataCatalogGrpc.DataCatalogBlockingStub. updateEntry(UpdateEntryRequest request)
Updates an existing entry.Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type Entry Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Entry>
DataCatalogGrpc.DataCatalogFutureStub. createEntry(CreateEntryRequest request)
Creates an entry.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()
List<Entry>
ListEntriesResponse.Builder. getEntriesList()
Entry details.List<Entry>
ListEntriesResponse. getEntriesList()
Entry details.List<Entry>
ListEntriesResponseOrBuilder. getEntriesList()
Entry details.com.google.common.util.concurrent.ListenableFuture<Entry>
DataCatalogGrpc.DataCatalogFutureStub. getEntry(GetEntryRequest request)
Gets an entry.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()
static io.grpc.MethodDescriptor<LookupEntryRequest,Entry>
DataCatalogGrpc. getLookupEntryMethod()
com.google.protobuf.Parser<Entry>
Entry. getParserForType()
static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry>
DataCatalogGrpc. getUpdateEntryMethod()
com.google.common.util.concurrent.ListenableFuture<Entry>
DataCatalogGrpc.DataCatalogFutureStub. lookupEntry(LookupEntryRequest request)
Get an entry by target resource name.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<Entry>
Entry. parser()
com.google.common.util.concurrent.ListenableFuture<Entry>
DataCatalogGrpc.DataCatalogFutureStub. updateEntry(UpdateEntryRequest request)
Updates an existing entry.com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>
DataCatalogClient. updateEntryCallable()
Updates an existing entry.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntryRequest,Entry>
DataCatalogSettings.Builder. updateEntrySettings()
Returns the builder for the settings used for calls to updateEntry.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryRequest,Entry>
DataCatalogSettings. updateEntrySettings()
Returns the object with the settings used for calls to updateEntry.Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type Entry Modifier and Type Method Description ListEntriesResponse.Builder
ListEntriesResponse.Builder. addEntries(int index, Entry value)
Entry details.ListEntriesResponse.Builder
ListEntriesResponse.Builder. addEntries(Entry value)
Entry details.Entry
DataCatalogClient. createEntry(EntryGroupName parent, String entryId, Entry entry)
Creates an entry.Entry
DataCatalogClient. createEntry(String parent, String entryId, Entry entry)
Creates an entry.CreateEntryRequest.Builder
CreateEntryRequest.Builder. mergeEntry(Entry value)
Required.UpdateEntryRequest.Builder
UpdateEntryRequest.Builder. mergeEntry(Entry value)
Required.Entry.Builder
Entry.Builder. mergeFrom(Entry other)
static Entry.Builder
Entry. newBuilder(Entry prototype)
ListEntriesResponse.Builder
ListEntriesResponse.Builder. setEntries(int index, Entry value)
Entry details.CreateEntryRequest.Builder
CreateEntryRequest.Builder. setEntry(Entry value)
Required.UpdateEntryRequest.Builder
UpdateEntryRequest.Builder. setEntry(Entry value)
Required.Entry
DataCatalogClient. updateEntry(Entry entry)
Updates an existing entry.Entry
DataCatalogClient. updateEntry(Entry entry, com.google.protobuf.FieldMask updateMask)
Updates an existing entry.Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type Entry Modifier and Type Method Description ListEntriesResponse.Builder
ListEntriesResponse.Builder. addAllEntries(Iterable<? extends Entry> values)
Entry details.static com.google.api.core.ApiFuture<DataCatalogClient.ListEntriesPagedResponse>
DataCatalogClient.ListEntriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListEntriesRequest,ListEntriesResponse,Entry> context, com.google.api.core.ApiFuture<ListEntriesResponse> futureResponse)
default void
DataCatalogGrpc.AsyncService. createEntry(CreateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Creates an entry.void
DataCatalogGrpc.DataCatalogStub. createEntry(CreateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Creates an entry.protected DataCatalogClient.ListEntriesPage
DataCatalogClient.ListEntriesPage. createPage(com.google.api.gax.rpc.PageContext<ListEntriesRequest,ListEntriesResponse,Entry> context, ListEntriesResponse response)
com.google.api.core.ApiFuture<DataCatalogClient.ListEntriesPage>
DataCatalogClient.ListEntriesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListEntriesRequest,ListEntriesResponse,Entry> context, com.google.api.core.ApiFuture<ListEntriesResponse> futureResponse)
default void
DataCatalogGrpc.AsyncService. getEntry(GetEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Gets an entry.void
DataCatalogGrpc.DataCatalogStub. getEntry(GetEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Gets an entry.default void
DataCatalogGrpc.AsyncService. lookupEntry(LookupEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
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.default void
DataCatalogGrpc.AsyncService. updateEntry(UpdateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Updates an existing entry.void
DataCatalogGrpc.DataCatalogStub. updateEntry(UpdateEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Updates an existing entry. -
Uses of Entry in com.google.cloud.datacatalog.v1beta1.stub
Methods in com.google.cloud.datacatalog.v1beta1.stub that return types with arguments of type Entry 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.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.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.com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>
DataCatalogStub. updateEntryCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>
GrpcDataCatalogStub. updateEntryCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry>
HttpJsonDataCatalogStub. updateEntryCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntryRequest,Entry>
DataCatalogStubSettings.Builder. updateEntrySettings()
Returns the builder for the settings used for calls to updateEntry.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryRequest,Entry>
DataCatalogStubSettings. updateEntrySettings()
Returns the object with the settings used for calls to updateEntry.
-