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