Interface V1Authorization.ExtraValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Authorization.ExtraValue, V1Authorization.ExtraValue.Builder
Enclosing class:
V1Authorization

public static interface V1Authorization.ExtraValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    • getItemsList

      List<String> getItemsList()
      repeated string items = 1;
    • getItemsCount

      int getItemsCount()
      repeated string items = 1;
    • getItems

      String getItems(int index)
      repeated string items = 1;
    • getItemsBytes

      com.google.protobuf.ByteString getItemsBytes(int index)
      repeated string items = 1;