Interface GetBrandsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetBrandsResponse, GetBrandsResponse.Builder

public interface GetBrandsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBrands(int index)
    Массив брендов.
    int
    Массив брендов.
    Массив брендов.
    getBrandsOrBuilder(int index)
    Массив брендов.
    List<? extends BrandOrBuilder>
    Массив брендов.

    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

    • getBrandsList

      List<Brand> getBrandsList()
      Массив брендов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
    • getBrands

      Brand getBrands(int index)
      Массив брендов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
    • getBrandsCount

      int getBrandsCount()
      Массив брендов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
    • getBrandsOrBuilderList

      List<? extends BrandOrBuilder> getBrandsOrBuilderList()
      Массив брендов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
    • getBrandsOrBuilder

      BrandOrBuilder getBrandsOrBuilder(int index)
      Массив брендов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;