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 StarEntryResponseStarEntryResponse.Builder. build()StarEntryResponseStarEntryResponse.Builder. buildPartial()static StarEntryResponseStarEntryResponse. getDefaultInstance()StarEntryResponseStarEntryResponse.Builder. getDefaultInstanceForType()StarEntryResponseStarEntryResponse. getDefaultInstanceForType()static StarEntryResponseStarEntryResponse. parseDelimitedFrom(InputStream input)static StarEntryResponseStarEntryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StarEntryResponseStarEntryResponse. parseFrom(byte[] data)static StarEntryResponseStarEntryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StarEntryResponseStarEntryResponse. parseFrom(com.google.protobuf.ByteString data)static StarEntryResponseStarEntryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StarEntryResponseStarEntryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StarEntryResponseStarEntryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StarEntryResponseStarEntryResponse. parseFrom(InputStream input)static StarEntryResponseStarEntryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StarEntryResponseStarEntryResponse. parseFrom(ByteBuffer data)static StarEntryResponseStarEntryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StarEntryResponseDataCatalogClient. starEntry(EntryName name)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.StarEntryResponseDataCatalogClient. starEntry(StarEntryRequest request)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.StarEntryResponseDataCatalogClient. starEntry(String name)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.StarEntryResponseDataCatalogGrpc.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.BuilderStarEntryResponse.Builder. mergeFrom(StarEntryResponse other)static StarEntryResponse.BuilderStarEntryResponse. newBuilder(StarEntryResponse prototype)Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type StarEntryResponse Modifier and Type Method Description default voidDataCatalogGrpc.AsyncService. starEntry(StarEntryRequest request, io.grpc.stub.StreamObserver<StarEntryResponse> responseObserver)Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.voidDataCatalogGrpc.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.
-