Uses of Class
com.google.cloud.channel.v1.CloudChannelServiceClient.ListOffersPagedResponse
-
Packages that use CloudChannelServiceClient.ListOffersPagedResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelServiceClient.ListOffersPagedResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelServiceClient.ListOffersPagedResponse Modifier and Type Method Description CloudChannelServiceClient.ListOffersPagedResponse
CloudChannelServiceClient. listOffers(ListOffersRequest request)
Lists the Offers the reseller can sell.Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelServiceClient.ListOffersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceClient.ListOffersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListOffersRequest,ListOffersResponse,Offer> context, com.google.api.core.ApiFuture<ListOffersResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceClient. listOffersPagedCallable()
Lists the Offers the reseller can sell.com.google.api.gax.rpc.PagedCallSettings.Builder<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceSettings.Builder. listOffersSettings()
Returns the builder for the settings used for calls to listOffers.com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceSettings. listOffersSettings()
Returns the object with the settings used for calls to listOffers. -
Uses of CloudChannelServiceClient.ListOffersPagedResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type CloudChannelServiceClient.ListOffersPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceStub. listOffersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>
GrpcCloudChannelServiceStub. listOffersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse>
HttpJsonCloudChannelServiceStub. listOffersPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceStubSettings.Builder. listOffersSettings()
Returns the builder for the settings used for calls to listOffers.com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse>
CloudChannelServiceStubSettings. listOffersSettings()
Returns the object with the settings used for calls to listOffers.
-