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