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 TypeMethodDescriptiongetConsoleTypes(int index) repeated string console_types = 1;com.google.protobuf.ByteStringgetConsoleTypesBytes(int index) repeated string console_types = 1;intrepeated string console_types = 1;repeated string console_types = 1;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
-
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
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.
-