| Modifier and Type | Method and Description |
|---|---|
Category |
Category.Builder.build() |
Category |
Category.Builder.buildPartial() |
Category |
Sku.getCategory()
The category hierarchy of this SKU, purely for organizational purpose.
|
Category |
Sku.Builder.getCategory()
The category hierarchy of this SKU, purely for organizational purpose.
|
Category |
SkuOrBuilder.getCategory()
The category hierarchy of this SKU, purely for organizational purpose.
|
static Category |
Category.getDefaultInstance() |
Category |
Category.getDefaultInstanceForType() |
Category |
Category.Builder.getDefaultInstanceForType() |
static Category |
Category.parseDelimitedFrom(InputStream input) |
static Category |
Category.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Category |
Category.parseFrom(byte[] data) |
static Category |
Category.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Category |
Category.parseFrom(ByteBuffer data) |
static Category |
Category.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Category |
Category.parseFrom(com.google.protobuf.ByteString data) |
static Category |
Category.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Category |
Category.parseFrom(com.google.protobuf.CodedInputStream input) |
static Category |
Category.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Category |
Category.parseFrom(InputStream input) |
static Category |
Category.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Category> |
Category.getParserForType() |
static com.google.protobuf.Parser<Category> |
Category.parser() |
| Modifier and Type | Method and Description |
|---|---|
Sku.Builder |
Sku.Builder.mergeCategory(Category value)
The category hierarchy of this SKU, purely for organizational purpose.
|
Category.Builder |
Category.Builder.mergeFrom(Category other) |
static Category.Builder |
Category.newBuilder(Category prototype) |
Sku.Builder |
Sku.Builder.setCategory(Category value)
The category hierarchy of this SKU, purely for organizational purpose.
|
Copyright © 2024 Google LLC. All rights reserved.