Uses of Class
com.google.cloud.channel.v1.ListPurchasableOffersRequest
-
Packages that use ListPurchasableOffersRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListPurchasableOffersRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListPurchasableOffersRequest Modifier and Type Method Description ListPurchasableOffersRequest
ListPurchasableOffersRequest.Builder. build()
ListPurchasableOffersRequest
ListPurchasableOffersRequest.Builder. buildPartial()
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. getDefaultInstance()
ListPurchasableOffersRequest
ListPurchasableOffersRequest.Builder. getDefaultInstanceForType()
ListPurchasableOffersRequest
ListPurchasableOffersRequest. getDefaultInstanceForType()
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseDelimitedFrom(InputStream input)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(byte[] data)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(com.google.protobuf.ByteString data)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(InputStream input)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(ByteBuffer data)
static ListPurchasableOffersRequest
ListPurchasableOffersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListPurchasableOffersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPurchasableOffersRequest,ListPurchasableOffersResponse>
CloudChannelServiceGrpc. getListPurchasableOffersMethod()
com.google.protobuf.Parser<ListPurchasableOffersRequest>
ListPurchasableOffersRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListPurchasableOffersRequest,ListPurchasableOffersResponse>
CloudChannelServiceClient. listPurchasableOffersCallable()
Lists the following: Offers that you can purchase for a customer.com.google.api.gax.rpc.UnaryCallable<ListPurchasableOffersRequest,CloudChannelServiceClient.ListPurchasableOffersPagedResponse>
CloudChannelServiceClient. listPurchasableOffersPagedCallable()
Lists the following: Offers that you can purchase for a customer.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse>
CloudChannelServiceSettings.Builder. listPurchasableOffersSettings()
Returns the builder for the settings used for calls to listPurchasableOffers.com.google.api.gax.rpc.PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse>
CloudChannelServiceSettings. listPurchasableOffersSettings()
Returns the object with the settings used for calls to listPurchasableOffers.static com.google.protobuf.Parser<ListPurchasableOffersRequest>
ListPurchasableOffersRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListPurchasableOffersRequest Modifier and Type Method Description CloudChannelServiceClient.ListPurchasableOffersPagedResponse
CloudChannelServiceClient. listPurchasableOffers(ListPurchasableOffersRequest request)
Lists the following: Offers that you can purchase for a customer.default void
CloudChannelServiceGrpc.AsyncService. listPurchasableOffers(ListPurchasableOffersRequest request, io.grpc.stub.StreamObserver<ListPurchasableOffersResponse> responseObserver)
Lists the following: * Offers that you can purchase for a customer.ListPurchasableOffersResponse
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. listPurchasableOffers(ListPurchasableOffersRequest request)
Lists the following: * Offers that you can purchase for a customer.com.google.common.util.concurrent.ListenableFuture<ListPurchasableOffersResponse>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. listPurchasableOffers(ListPurchasableOffersRequest request)
Lists the following: * Offers that you can purchase for a customer.void
CloudChannelServiceGrpc.CloudChannelServiceStub. listPurchasableOffers(ListPurchasableOffersRequest request, io.grpc.stub.StreamObserver<ListPurchasableOffersResponse> responseObserver)
Lists the following: * Offers that you can purchase for a customer.ListPurchasableOffersRequest.Builder
ListPurchasableOffersRequest.Builder. mergeFrom(ListPurchasableOffersRequest other)
static ListPurchasableOffersRequest.Builder
ListPurchasableOffersRequest. newBuilder(ListPurchasableOffersRequest prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ListPurchasableOffersRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelServiceClient.ListPurchasableOffersPagedResponse>
CloudChannelServiceClient.ListPurchasableOffersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPurchasableOffersRequest,ListPurchasableOffersResponse,PurchasableOffer> context, com.google.api.core.ApiFuture<ListPurchasableOffersResponse> futureResponse)
protected CloudChannelServiceClient.ListPurchasableOffersPage
CloudChannelServiceClient.ListPurchasableOffersPage. createPage(com.google.api.gax.rpc.PageContext<ListPurchasableOffersRequest,ListPurchasableOffersResponse,PurchasableOffer> context, ListPurchasableOffersResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListPurchasableOffersPage>
CloudChannelServiceClient.ListPurchasableOffersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPurchasableOffersRequest,ListPurchasableOffersResponse,PurchasableOffer> context, com.google.api.core.ApiFuture<ListPurchasableOffersResponse> futureResponse)
-
Uses of ListPurchasableOffersRequest in com.google.cloud.channel.v1.stub
-