Uses of Class
com.google.cloud.channel.v1.PurchasableOffer
-
Packages that use PurchasableOffer Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of PurchasableOffer in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return PurchasableOffer Modifier and Type Method Description PurchasableOfferPurchasableOffer.Builder. build()PurchasableOfferPurchasableOffer.Builder. buildPartial()static PurchasableOfferPurchasableOffer. getDefaultInstance()PurchasableOfferPurchasableOffer.Builder. getDefaultInstanceForType()PurchasableOfferPurchasableOffer. getDefaultInstanceForType()PurchasableOfferListPurchasableOffersResponse.Builder. getPurchasableOffers(int index)The list of Offers requested.PurchasableOfferListPurchasableOffersResponse. getPurchasableOffers(int index)The list of Offers requested.PurchasableOfferListPurchasableOffersResponseOrBuilder. getPurchasableOffers(int index)The list of Offers requested.static PurchasableOfferPurchasableOffer. parseDelimitedFrom(InputStream input)static PurchasableOfferPurchasableOffer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PurchasableOfferPurchasableOffer. parseFrom(byte[] data)static PurchasableOfferPurchasableOffer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PurchasableOfferPurchasableOffer. parseFrom(com.google.protobuf.ByteString data)static PurchasableOfferPurchasableOffer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PurchasableOfferPurchasableOffer. parseFrom(com.google.protobuf.CodedInputStream input)static PurchasableOfferPurchasableOffer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PurchasableOfferPurchasableOffer. parseFrom(InputStream input)static PurchasableOfferPurchasableOffer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PurchasableOfferPurchasableOffer. parseFrom(ByteBuffer data)static PurchasableOfferPurchasableOffer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type PurchasableOffer Modifier and Type Method Description com.google.protobuf.Parser<PurchasableOffer>PurchasableOffer. getParserForType()List<PurchasableOffer>ListPurchasableOffersResponse.Builder. getPurchasableOffersList()The list of Offers requested.List<PurchasableOffer>ListPurchasableOffersResponse. getPurchasableOffersList()The list of Offers requested.List<PurchasableOffer>ListPurchasableOffersResponseOrBuilder. getPurchasableOffersList()The list of Offers requested.static com.google.protobuf.Parser<PurchasableOffer>PurchasableOffer. parser()Methods in com.google.cloud.channel.v1 with parameters of type PurchasableOffer Modifier and Type Method Description ListPurchasableOffersResponse.BuilderListPurchasableOffersResponse.Builder. addPurchasableOffers(int index, PurchasableOffer value)The list of Offers requested.ListPurchasableOffersResponse.BuilderListPurchasableOffersResponse.Builder. addPurchasableOffers(PurchasableOffer value)The list of Offers requested.PurchasableOffer.BuilderPurchasableOffer.Builder. mergeFrom(PurchasableOffer other)static PurchasableOffer.BuilderPurchasableOffer. newBuilder(PurchasableOffer prototype)ListPurchasableOffersResponse.BuilderListPurchasableOffersResponse.Builder. setPurchasableOffers(int index, PurchasableOffer value)The list of Offers requested.Method parameters in com.google.cloud.channel.v1 with type arguments of type PurchasableOffer Modifier and Type Method Description ListPurchasableOffersResponse.BuilderListPurchasableOffersResponse.Builder. addAllPurchasableOffers(Iterable<? extends PurchasableOffer> values)The list of Offers requested.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.ListPurchasableOffersPageCloudChannelServiceClient.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)
-