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 Type
    Method
    Description
    getProductCodes(int index)
    Required.
    com.google.protobuf.ByteString
    Required.
    int
    Required.
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getProductCodesList

      List<String> 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

      String getProductCodes(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 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.