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 PriceByResource
PriceByResource.Builder. build()
PriceByResource
PriceByResource.Builder. buildPartial()
static PriceByResource
PriceByResource. getDefaultInstance()
PriceByResource
PriceByResource.Builder. getDefaultInstanceForType()
PriceByResource
PriceByResource. getDefaultInstanceForType()
PriceByResource
Offer.Builder. getPriceByResources(int index)
Price for each monetizable resource type.PriceByResource
Offer. getPriceByResources(int index)
Price for each monetizable resource type.PriceByResource
OfferOrBuilder. getPriceByResources(int index)
Price for each monetizable resource type.static PriceByResource
PriceByResource. parseDelimitedFrom(InputStream input)
static PriceByResource
PriceByResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceByResource
PriceByResource. parseFrom(byte[] data)
static PriceByResource
PriceByResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceByResource
PriceByResource. parseFrom(com.google.protobuf.ByteString data)
static PriceByResource
PriceByResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceByResource
PriceByResource. parseFrom(com.google.protobuf.CodedInputStream input)
static PriceByResource
PriceByResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceByResource
PriceByResource. parseFrom(InputStream input)
static PriceByResource
PriceByResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PriceByResource
PriceByResource. parseFrom(ByteBuffer data)
static PriceByResource
PriceByResource. 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.Builder
Offer.Builder. addPriceByResources(int index, PriceByResource value)
Price for each monetizable resource type.Offer.Builder
Offer.Builder. addPriceByResources(PriceByResource value)
Price for each monetizable resource type.PriceByResource.Builder
PriceByResource.Builder. mergeFrom(PriceByResource other)
static PriceByResource.Builder
PriceByResource. newBuilder(PriceByResource prototype)
Offer.Builder
Offer.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.Builder
Offer.Builder. addAllPriceByResources(Iterable<? extends PriceByResource> values)
Price for each monetizable resource type.
-