Uses of Class
com.google.cloud.bigquery.analyticshub.v1.SubscribeListingResponse
-
Packages that use SubscribeListingResponse Package Description com.google.cloud.bigquery.analyticshub.v1 A client to Analytics Hub APIcom.google.cloud.bigquery.analyticshub.v1.stub -
-
Uses of SubscribeListingResponse in com.google.cloud.bigquery.analyticshub.v1
Methods in com.google.cloud.bigquery.analyticshub.v1 that return SubscribeListingResponse Modifier and Type Method Description SubscribeListingResponse
SubscribeListingResponse.Builder. build()
SubscribeListingResponse
SubscribeListingResponse.Builder. buildPartial()
static SubscribeListingResponse
SubscribeListingResponse. getDefaultInstance()
SubscribeListingResponse
SubscribeListingResponse.Builder. getDefaultInstanceForType()
SubscribeListingResponse
SubscribeListingResponse. getDefaultInstanceForType()
static SubscribeListingResponse
SubscribeListingResponse. parseDelimitedFrom(InputStream input)
static SubscribeListingResponse
SubscribeListingResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(byte[] data)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(com.google.protobuf.ByteString data)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(InputStream input)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(ByteBuffer data)
static SubscribeListingResponse
SubscribeListingResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SubscribeListingResponse
AnalyticsHubServiceClient. subscribeListing(ListingName name)
Subscribes to a listing.SubscribeListingResponse
AnalyticsHubServiceClient. subscribeListing(SubscribeListingRequest request)
Subscribes to a listing.SubscribeListingResponse
AnalyticsHubServiceClient. subscribeListing(String name)
Subscribes to a listing.SubscribeListingResponse
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub. subscribeListing(SubscribeListingRequest request)
Subscribes to a listing.Methods in com.google.cloud.bigquery.analyticshub.v1 that return types with arguments of type SubscribeListingResponse Modifier and Type Method Description com.google.protobuf.Parser<SubscribeListingResponse>
SubscribeListingResponse. getParserForType()
static io.grpc.MethodDescriptor<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceGrpc. getSubscribeListingMethod()
static com.google.protobuf.Parser<SubscribeListingResponse>
SubscribeListingResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SubscribeListingResponse>
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub. subscribeListing(SubscribeListingRequest request)
Subscribes to a listing.com.google.api.gax.rpc.UnaryCallable<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceClient. subscribeListingCallable()
Subscribes to a listing.com.google.api.gax.rpc.UnaryCallSettings.Builder<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceSettings.Builder. subscribeListingSettings()
Returns the builder for the settings used for calls to subscribeListing.com.google.api.gax.rpc.UnaryCallSettings<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceSettings. subscribeListingSettings()
Returns the object with the settings used for calls to subscribeListing.Methods in com.google.cloud.bigquery.analyticshub.v1 with parameters of type SubscribeListingResponse Modifier and Type Method Description SubscribeListingResponse.Builder
SubscribeListingResponse.Builder. mergeFrom(SubscribeListingResponse other)
static SubscribeListingResponse.Builder
SubscribeListingResponse. newBuilder(SubscribeListingResponse prototype)
Method parameters in com.google.cloud.bigquery.analyticshub.v1 with type arguments of type SubscribeListingResponse Modifier and Type Method Description void
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub. subscribeListing(SubscribeListingRequest request, io.grpc.stub.StreamObserver<SubscribeListingResponse> responseObserver)
Subscribes to a listing.default void
AnalyticsHubServiceGrpc.AsyncService. subscribeListing(SubscribeListingRequest request, io.grpc.stub.StreamObserver<SubscribeListingResponse> responseObserver)
Subscribes to a listing. -
Uses of SubscribeListingResponse in com.google.cloud.bigquery.analyticshub.v1.stub
Methods in com.google.cloud.bigquery.analyticshub.v1.stub that return types with arguments of type SubscribeListingResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceStub. subscribeListingCallable()
com.google.api.gax.rpc.UnaryCallable<SubscribeListingRequest,SubscribeListingResponse>
GrpcAnalyticsHubServiceStub. subscribeListingCallable()
com.google.api.gax.rpc.UnaryCallable<SubscribeListingRequest,SubscribeListingResponse>
HttpJsonAnalyticsHubServiceStub. subscribeListingCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceStubSettings.Builder. subscribeListingSettings()
Returns the builder for the settings used for calls to subscribeListing.com.google.api.gax.rpc.UnaryCallSettings<SubscribeListingRequest,SubscribeListingResponse>
AnalyticsHubServiceStubSettings. subscribeListingSettings()
Returns the object with the settings used for calls to subscribeListing.
-