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