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