Interface GetConsoleTypesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getConsoleTypes(int index)
    repeated string console_types = 1;
    com.google.protobuf.ByteString
    repeated string console_types = 1;
    int
    repeated string console_types = 1;
    repeated string console_types = 1;

    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

    • getConsoleTypesList

      List<String> getConsoleTypesList()
      repeated string console_types = 1;
      Returns:
      A list containing the consoleTypes.
    • getConsoleTypesCount

      int getConsoleTypesCount()
      repeated string console_types = 1;
      Returns:
      The count of consoleTypes.
    • getConsoleTypes

      String getConsoleTypes(int index)
      repeated string console_types = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The consoleTypes at the given index.
    • getConsoleTypesBytes

      com.google.protobuf.ByteString getConsoleTypesBytes(int index)
      repeated string console_types = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the consoleTypes at the given index.