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