Uses of Class
com.google.cloud.bigquery.analyticshub.v1.UpdateListingRequest
-
Packages that use UpdateListingRequest Package Description com.google.cloud.bigquery.analyticshub.v1 A client to Analytics Hub APIcom.google.cloud.bigquery.analyticshub.v1.stub -
-
Uses of UpdateListingRequest in com.google.cloud.bigquery.analyticshub.v1
Methods in com.google.cloud.bigquery.analyticshub.v1 that return UpdateListingRequest Modifier and Type Method Description UpdateListingRequestUpdateListingRequest.Builder. build()UpdateListingRequestUpdateListingRequest.Builder. buildPartial()static UpdateListingRequestUpdateListingRequest. getDefaultInstance()UpdateListingRequestUpdateListingRequest.Builder. getDefaultInstanceForType()UpdateListingRequestUpdateListingRequest. getDefaultInstanceForType()static UpdateListingRequestUpdateListingRequest. parseDelimitedFrom(InputStream input)static UpdateListingRequestUpdateListingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateListingRequestUpdateListingRequest. parseFrom(byte[] data)static UpdateListingRequestUpdateListingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateListingRequestUpdateListingRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateListingRequestUpdateListingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateListingRequestUpdateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateListingRequestUpdateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateListingRequestUpdateListingRequest. parseFrom(InputStream input)static UpdateListingRequestUpdateListingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateListingRequestUpdateListingRequest. parseFrom(ByteBuffer data)static UpdateListingRequestUpdateListingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.analyticshub.v1 that return types with arguments of type UpdateListingRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateListingRequest>UpdateListingRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateListingRequest,Listing>AnalyticsHubServiceGrpc. getUpdateListingMethod()static com.google.protobuf.Parser<UpdateListingRequest>UpdateListingRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>AnalyticsHubServiceClient. updateListingCallable()Updates an existing listing.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateListingRequest,Listing>AnalyticsHubServiceSettings.Builder. updateListingSettings()Returns the builder for the settings used for calls to updateListing.com.google.api.gax.rpc.UnaryCallSettings<UpdateListingRequest,Listing>AnalyticsHubServiceSettings. updateListingSettings()Returns the object with the settings used for calls to updateListing.Methods in com.google.cloud.bigquery.analyticshub.v1 with parameters of type UpdateListingRequest Modifier and Type Method Description UpdateListingRequest.BuilderUpdateListingRequest.Builder. mergeFrom(UpdateListingRequest other)static UpdateListingRequest.BuilderUpdateListingRequest. newBuilder(UpdateListingRequest prototype)ListingAnalyticsHubServiceClient. updateListing(UpdateListingRequest request)Updates an existing listing.ListingAnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. updateListing(UpdateListingRequest request)Updates an existing listing.com.google.common.util.concurrent.ListenableFuture<Listing>AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. updateListing(UpdateListingRequest request)Updates an existing listing.voidAnalyticsHubServiceGrpc.AnalyticsHubServiceStub. updateListing(UpdateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)Updates an existing listing.default voidAnalyticsHubServiceGrpc.AsyncService. updateListing(UpdateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)Updates an existing listing. -
Uses of UpdateListingRequest in com.google.cloud.bigquery.analyticshub.v1.stub
Methods in com.google.cloud.bigquery.analyticshub.v1.stub that return types with arguments of type UpdateListingRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>AnalyticsHubServiceStub. updateListingCallable()com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>GrpcAnalyticsHubServiceStub. updateListingCallable()com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing>HttpJsonAnalyticsHubServiceStub. updateListingCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateListingRequest,Listing>AnalyticsHubServiceStubSettings.Builder. updateListingSettings()Returns the builder for the settings used for calls to updateListing.com.google.api.gax.rpc.UnaryCallSettings<UpdateListingRequest,Listing>AnalyticsHubServiceStubSettings. updateListingSettings()Returns the object with the settings used for calls to updateListing.
-