public interface AddProductToProductSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The resource name for the ProductSet to modify.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the ProductSet to modify.
|
String |
getProduct()
The resource name for the Product to be added to this ProductSet.
|
com.google.protobuf.ByteString |
getProductBytes()
The resource name for the Product to be added to this ProductSet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name for the ProductSet to modify. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name for the ProductSet to modify. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`
string name = 1;String getProduct()
The resource name for the Product to be added to this ProductSet. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`
string product = 2;com.google.protobuf.ByteString getProductBytes()
The resource name for the Product to be added to this ProductSet. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`
string product = 2;Copyright © 2019 Google LLC. All rights reserved.