Interface GetFlagsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getNames(int index)
    Flag names; if empty string all flags are returned.
    com.google.protobuf.ByteString
    getNamesBytes(int index)
    Flag names; if empty string all flags are returned.
    int
    Flag names; if empty string all flags are returned.
    Flag names; if empty string all flags are returned.

    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

    • getNamesList

      List<String> getNamesList()
       Flag names; if empty string all flags are returned.
       
      repeated string names = 1;
      Returns:
      A list containing the names.
    • getNamesCount

      int getNamesCount()
       Flag names; if empty string all flags are returned.
       
      repeated string names = 1;
      Returns:
      The count of names.
    • getNames

      String getNames(int index)
       Flag names; if empty string all flags are returned.
       
      repeated string names = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The names at the given index.
    • getNamesBytes

      com.google.protobuf.ByteString getNamesBytes(int index)
       Flag names; if empty string all flags are returned.
       
      repeated string names = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the names at the given index.