Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.UpdateListingRequest
-
Packages that use UpdateListingRequest Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub APIcom.google.cloud.bigquery.dataexchange.v1beta1.stub -
-
Uses of UpdateListingRequest in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return UpdateListingRequest Modifier and Type Method Description UpdateListingRequest
UpdateListingRequest.Builder. build()
UpdateListingRequest
UpdateListingRequest.Builder. buildPartial()
static UpdateListingRequest
UpdateListingRequest. getDefaultInstance()
UpdateListingRequest
UpdateListingRequest.Builder. getDefaultInstanceForType()
UpdateListingRequest
UpdateListingRequest. getDefaultInstanceForType()
static UpdateListingRequest
UpdateListingRequest. parseDelimitedFrom(InputStream input)
static UpdateListingRequest
UpdateListingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateListingRequest
UpdateListingRequest. parseFrom(byte[] data)
static UpdateListingRequest
UpdateListingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateListingRequest
UpdateListingRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateListingRequest
UpdateListingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateListingRequest
UpdateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateListingRequest
UpdateListingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateListingRequest
UpdateListingRequest. parseFrom(InputStream input)
static UpdateListingRequest
UpdateListingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateListingRequest
UpdateListingRequest. parseFrom(ByteBuffer data)
static UpdateListingRequest
UpdateListingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 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.dataexchange.v1beta1 with parameters of type UpdateListingRequest Modifier and Type Method Description UpdateListingRequest.Builder
UpdateListingRequest.Builder. mergeFrom(UpdateListingRequest other)
static UpdateListingRequest.Builder
UpdateListingRequest. newBuilder(UpdateListingRequest prototype)
Listing
AnalyticsHubServiceClient. updateListing(UpdateListingRequest request)
Updates an existing listing.Listing
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. updateListing(UpdateListingRequest request)
Updates an existing listing.com.google.common.util.concurrent.ListenableFuture<Listing>
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. updateListing(UpdateListingRequest request)
Updates an existing listing.void
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub. updateListing(UpdateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Updates an existing listing.default void
AnalyticsHubServiceGrpc.AsyncService. updateListing(UpdateListingRequest request, io.grpc.stub.StreamObserver<Listing> responseObserver)
Updates an existing listing. -
Uses of UpdateListingRequest in com.google.cloud.bigquery.dataexchange.v1beta1.stub
Methods in com.google.cloud.bigquery.dataexchange.v1beta1.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.
-