Interface ProductFilter.ProductListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductFilter.ProductList,ProductFilter.ProductList.Builder
- Enclosing class:
- ProductFilter
public static interface ProductFilter.ProductListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetProductCodes(int index) Required.com.google.protobuf.ByteStringgetProductCodesBytes(int index) Required.intRequired.Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProductCodesList
Required. Products to generate benchmarks metrics for.
repeated string product_codes = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- A list containing the productCodes.
-
getProductCodesCount
int getProductCodesCount()Required. Products to generate benchmarks metrics for.
repeated string product_codes = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The count of productCodes.
-
getProductCodes
Required. Products to generate benchmarks metrics for.
repeated string product_codes = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the element to return.- Returns:
- The productCodes at the given index.
-
getProductCodesBytes
com.google.protobuf.ByteString getProductCodesBytes(int index) Required. Products to generate benchmarks metrics for.
repeated string product_codes = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the productCodes at the given index.
-