Interface CompatibleVersionSetOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:CompatibleVersionSetOrBuilder.java.pb.meta")
    public interface CompatibleVersionSetOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBuildIds​(int index)
      All the compatible versions, unordered, except for the last element, which is considered the set "default".
      com.google.protobuf.ByteString getBuildIdsBytes​(int index)
      All the compatible versions, unordered, except for the last element, which is considered the set "default".
      int getBuildIdsCount()
      All the compatible versions, unordered, except for the last element, which is considered the set "default".
      java.util.List<java.lang.String> getBuildIdsList()
      All the compatible versions, unordered, except for the last element, which is considered the set "default".
      • 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

      • getBuildIdsList

        java.util.List<java.lang.String> getBuildIdsList()
         All the compatible versions, unordered, except for the last element, which is considered the set "default".
         
        repeated string build_ids = 1;
        Returns:
        A list containing the buildIds.
      • getBuildIdsCount

        int getBuildIdsCount()
         All the compatible versions, unordered, except for the last element, which is considered the set "default".
         
        repeated string build_ids = 1;
        Returns:
        The count of buildIds.
      • getBuildIds

        java.lang.String getBuildIds​(int index)
         All the compatible versions, unordered, except for the last element, which is considered the set "default".
         
        repeated string build_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The buildIds at the given index.
      • getBuildIdsBytes

        com.google.protobuf.ByteString getBuildIdsBytes​(int index)
         All the compatible versions, unordered, except for the last element, which is considered the set "default".
         
        repeated string build_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the buildIds at the given index.