Interface ListProcessorTypesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getTypes(int index)
    repeated string types = 1;
    com.google.protobuf.ByteString
    getTypesBytes(int index)
    repeated string types = 1;
    int
    repeated string types = 1;
    repeated string 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

    • getTypesList

      List<String> getTypesList()
      repeated string types = 1;
      Returns:
      A list containing the types.
    • getTypesCount

      int getTypesCount()
      repeated string types = 1;
      Returns:
      The count of types.
    • getTypes

      String getTypes(int index)
      repeated string types = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The types at the given index.
    • getTypesBytes

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