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 UnstarEntryResponseUnstarEntryResponse.Builder. build()UnstarEntryResponseUnstarEntryResponse.Builder. buildPartial()static UnstarEntryResponseUnstarEntryResponse. getDefaultInstance()UnstarEntryResponseUnstarEntryResponse.Builder. getDefaultInstanceForType()UnstarEntryResponseUnstarEntryResponse. getDefaultInstanceForType()static UnstarEntryResponseUnstarEntryResponse. parseDelimitedFrom(InputStream input)static UnstarEntryResponseUnstarEntryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryResponseUnstarEntryResponse. parseFrom(byte[] data)static UnstarEntryResponseUnstarEntryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryResponseUnstarEntryResponse. parseFrom(com.google.protobuf.ByteString data)static UnstarEntryResponseUnstarEntryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryResponseUnstarEntryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static UnstarEntryResponseUnstarEntryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryResponseUnstarEntryResponse. parseFrom(InputStream input)static UnstarEntryResponseUnstarEntryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UnstarEntryResponseUnstarEntryResponse. parseFrom(ByteBuffer data)static UnstarEntryResponseUnstarEntryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UnstarEntryResponseDataCatalogClient. unstarEntry(EntryName name)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as NOT starred by the current user.UnstarEntryResponseDataCatalogClient. unstarEntry(UnstarEntryRequest request)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as NOT starred by the current user.UnstarEntryResponseDataCatalogClient. unstarEntry(String name)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.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.BuilderUnstarEntryResponse.Builder. mergeFrom(UnstarEntryResponse other)static UnstarEntryResponse.BuilderUnstarEntryResponse. newBuilder(UnstarEntryResponse prototype)Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type UnstarEntryResponse Modifier and Type Method Description 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.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 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.
-