Uses of Class
com.google.cloud.channel.v1.PriceByResource
-
Packages that use PriceByResource Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of PriceByResource in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return PriceByResource Modifier and Type Method Description PriceByResourcePriceByResource.Builder. build()PriceByResourcePriceByResource.Builder. buildPartial()static PriceByResourcePriceByResource. getDefaultInstance()PriceByResourcePriceByResource.Builder. getDefaultInstanceForType()PriceByResourcePriceByResource. getDefaultInstanceForType()PriceByResourceOffer.Builder. getPriceByResources(int index)Price for each monetizable resource type.PriceByResourceOffer. getPriceByResources(int index)Price for each monetizable resource type.PriceByResourceOfferOrBuilder. getPriceByResources(int index)Price for each monetizable resource type.static PriceByResourcePriceByResource. parseDelimitedFrom(InputStream input)static PriceByResourcePriceByResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceByResourcePriceByResource. parseFrom(byte[] data)static PriceByResourcePriceByResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceByResourcePriceByResource. parseFrom(com.google.protobuf.ByteString data)static PriceByResourcePriceByResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceByResourcePriceByResource. parseFrom(com.google.protobuf.CodedInputStream input)static PriceByResourcePriceByResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceByResourcePriceByResource. parseFrom(InputStream input)static PriceByResourcePriceByResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PriceByResourcePriceByResource. parseFrom(ByteBuffer data)static PriceByResourcePriceByResource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type PriceByResource Modifier and Type Method Description com.google.protobuf.Parser<PriceByResource>PriceByResource. getParserForType()List<PriceByResource>Offer.Builder. getPriceByResourcesList()Price for each monetizable resource type.List<PriceByResource>Offer. getPriceByResourcesList()Price for each monetizable resource type.List<PriceByResource>OfferOrBuilder. getPriceByResourcesList()Price for each monetizable resource type.static com.google.protobuf.Parser<PriceByResource>PriceByResource. parser()Methods in com.google.cloud.channel.v1 with parameters of type PriceByResource Modifier and Type Method Description Offer.BuilderOffer.Builder. addPriceByResources(int index, PriceByResource value)Price for each monetizable resource type.Offer.BuilderOffer.Builder. addPriceByResources(PriceByResource value)Price for each monetizable resource type.PriceByResource.BuilderPriceByResource.Builder. mergeFrom(PriceByResource other)static PriceByResource.BuilderPriceByResource. newBuilder(PriceByResource prototype)Offer.BuilderOffer.Builder. setPriceByResources(int index, PriceByResource value)Price for each monetizable resource type.Method parameters in com.google.cloud.channel.v1 with type arguments of type PriceByResource Modifier and Type Method Description Offer.BuilderOffer.Builder. addAllPriceByResources(Iterable<? extends PriceByResource> values)Price for each monetizable resource type.
-