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 UnstarEntryRequestUnstarEntryRequest.Builder. build()UnstarEntryRequestUnstarEntryRequest.Builder. buildPartial()static UnstarEntryRequestUnstarEntryRequest. getDefaultInstance()UnstarEntryRequestUnstarEntryRequest.Builder. getDefaultInstanceForType()UnstarEntryRequestUnstarEntryRequest. getDefaultInstanceForType()static UnstarEntryRequestUnstarEntryRequest. parseDelimitedFrom(InputStream input)static UnstarEntryRequestUnstarEntryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryRequestUnstarEntryRequest. parseFrom(byte[] data)static UnstarEntryRequestUnstarEntryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryRequestUnstarEntryRequest. parseFrom(com.google.protobuf.ByteString data)static UnstarEntryRequestUnstarEntryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryRequestUnstarEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UnstarEntryRequestUnstarEntryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryRequestUnstarEntryRequest. parseFrom(InputStream input)static UnstarEntryRequestUnstarEntryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryRequestUnstarEntryRequest. parseFrom(ByteBuffer data)static UnstarEntryRequestUnstarEntryRequest. 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.BuilderUnstarEntryRequest.Builder. mergeFrom(UnstarEntryRequest other)static UnstarEntryRequest.BuilderUnstarEntryRequest. newBuilder(UnstarEntryRequest prototype)UnstarEntryResponseDataCatalogClient. unstarEntry(UnstarEntryRequest request)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as NOT starred by the current user.default voidDataCatalogGrpc.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.UnstarEntryResponseDataCatalogGrpc.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.voidDataCatalogGrpc.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.
-