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