Interface Generated.CapabilitiesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.Capabilities, Generated.Capabilities.Builder
    Enclosing class:
    Generated

    public static interface Generated.CapabilitiesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAdd​(int index)
      Added capabilities +optional +listType=atomic
      com.google.protobuf.ByteString getAddBytes​(int index)
      Added capabilities +optional +listType=atomic
      int getAddCount()
      Added capabilities +optional +listType=atomic
      List<String> getAddList()
      Added capabilities +optional +listType=atomic
      String getDrop​(int index)
      Removed capabilities +optional +listType=atomic
      com.google.protobuf.ByteString getDropBytes​(int index)
      Removed capabilities +optional +listType=atomic
      int getDropCount()
      Removed capabilities +optional +listType=atomic
      List<String> getDropList()
      Removed capabilities +optional +listType=atomic
      • 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 Detail

      • getAddList

        List<String> getAddList()
         Added capabilities
         +optional
         +listType=atomic
         
        repeated string add = 1;
        Returns:
        A list containing the add.
      • getAddCount

        int getAddCount()
         Added capabilities
         +optional
         +listType=atomic
         
        repeated string add = 1;
        Returns:
        The count of add.
      • getAdd

        String getAdd​(int index)
         Added capabilities
         +optional
         +listType=atomic
         
        repeated string add = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The add at the given index.
      • getAddBytes

        com.google.protobuf.ByteString getAddBytes​(int index)
         Added capabilities
         +optional
         +listType=atomic
         
        repeated string add = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the add at the given index.
      • getDropList

        List<String> getDropList()
         Removed capabilities
         +optional
         +listType=atomic
         
        repeated string drop = 2;
        Returns:
        A list containing the drop.
      • getDropCount

        int getDropCount()
         Removed capabilities
         +optional
         +listType=atomic
         
        repeated string drop = 2;
        Returns:
        The count of drop.
      • getDrop

        String getDrop​(int index)
         Removed capabilities
         +optional
         +listType=atomic
         
        repeated string drop = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The drop at the given index.
      • getDropBytes

        com.google.protobuf.ByteString getDropBytes​(int index)
         Removed capabilities
         +optional
         +listType=atomic
         
        repeated string drop = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the drop at the given index.