Uses of Class
com.google.shopping.type.Price
-
Packages that use Price Package Description com.google.shopping.type -
-
Uses of Price in com.google.shopping.type
Methods in com.google.shopping.type that return Price Modifier and Type Method Description Price
Price.Builder. build()
Price
Price.Builder. buildPartial()
static Price
Price. getDefaultInstance()
Price
Price.Builder. getDefaultInstanceForType()
Price
Price. getDefaultInstanceForType()
static Price
Price. parseDelimitedFrom(java.io.InputStream input)
static Price
Price. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(byte[] data)
static Price
Price. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(com.google.protobuf.ByteString data)
static Price
Price. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(com.google.protobuf.CodedInputStream input)
static Price
Price. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(java.io.InputStream input)
static Price
Price. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Price
Price. parseFrom(java.nio.ByteBuffer data)
static Price
Price. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.shopping.type that return types with arguments of type Price Modifier and Type Method Description com.google.protobuf.Parser<Price>
Price. getParserForType()
static com.google.protobuf.Parser<Price>
Price. parser()
Methods in com.google.shopping.type with parameters of type Price Modifier and Type Method Description Price.Builder
Price.Builder. mergeFrom(Price other)
static Price.Builder
Price. newBuilder(Price prototype)
-