Uses of Class
com.google.cloud.datacatalog.v1.StarEntryResponse
-
Packages that use StarEntryResponse Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of StarEntryResponse in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return StarEntryResponse Modifier and Type Method Description StarEntryResponse
StarEntryResponse.Builder. build()
StarEntryResponse
StarEntryResponse.Builder. buildPartial()
static StarEntryResponse
StarEntryResponse. getDefaultInstance()
StarEntryResponse
StarEntryResponse.Builder. getDefaultInstanceForType()
StarEntryResponse
StarEntryResponse. getDefaultInstanceForType()
static StarEntryResponse
StarEntryResponse. parseDelimitedFrom(InputStream input)
static StarEntryResponse
StarEntryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StarEntryResponse
StarEntryResponse. parseFrom(byte[] data)
static StarEntryResponse
StarEntryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StarEntryResponse
StarEntryResponse. parseFrom(com.google.protobuf.ByteString data)
static StarEntryResponse
StarEntryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StarEntryResponse
StarEntryResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StarEntryResponse
StarEntryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StarEntryResponse
StarEntryResponse. parseFrom(InputStream input)
static StarEntryResponse
StarEntryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StarEntryResponse
StarEntryResponse. parseFrom(ByteBuffer data)
static StarEntryResponse
StarEntryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StarEntryResponse
DataCatalogClient. starEntry(EntryName name)
Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.StarEntryResponse
DataCatalogClient. starEntry(StarEntryRequest request)
Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.StarEntryResponse
DataCatalogClient. starEntry(String name)
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.Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type StarEntryResponse Modifier and Type Method Description com.google.protobuf.Parser<StarEntryResponse>
StarEntryResponse. getParserForType()
static io.grpc.MethodDescriptor<StarEntryRequest,StarEntryResponse>
DataCatalogGrpc. getStarEntryMethod()
static com.google.protobuf.Parser<StarEntryResponse>
StarEntryResponse. parser()
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.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 StarEntryResponse Modifier and Type Method Description StarEntryResponse.Builder
StarEntryResponse.Builder. mergeFrom(StarEntryResponse other)
static StarEntryResponse.Builder
StarEntryResponse. newBuilder(StarEntryResponse prototype)
Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type StarEntryResponse Modifier and Type Method Description 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.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 StarEntryResponse in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.stub that return types with arguments of type StarEntryResponse 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.
-