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, ordered from oldest to newest
      com.google.protobuf.ByteString getBuildIdsBytes​(int index)
      All the compatible versions, ordered from oldest to newest
      int getBuildIdsCount()
      All the compatible versions, ordered from oldest to newest
      java.util.List<java.lang.String> getBuildIdsList()
      All the compatible versions, ordered from oldest to newest
      java.lang.String getVersionSetId()
      A unique identifier for this version set.
      com.google.protobuf.ByteString getVersionSetIdBytes()
      A unique identifier for this version set.
      • 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

      • getVersionSetId

        java.lang.String getVersionSetId()
         A unique identifier for this version set. Users don't need to understand or care about this
         value, but it has value for debugging purposes.
         
        string version_set_id = 1;
        Returns:
        The versionSetId.
      • getVersionSetIdBytes

        com.google.protobuf.ByteString getVersionSetIdBytes()
         A unique identifier for this version set. Users don't need to understand or care about this
         value, but it has value for debugging purposes.
         
        string version_set_id = 1;
        Returns:
        The bytes for versionSetId.
      • getBuildIdsList

        java.util.List<java.lang.String> getBuildIdsList()
         All the compatible versions, ordered from oldest to newest
         
        repeated string build_ids = 2;
        Returns:
        A list containing the buildIds.
      • getBuildIdsCount

        int getBuildIdsCount()
         All the compatible versions, ordered from oldest to newest
         
        repeated string build_ids = 2;
        Returns:
        The count of buildIds.
      • getBuildIds

        java.lang.String getBuildIds​(int index)
         All the compatible versions, ordered from oldest to newest
         
        repeated string build_ids = 2;
        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, ordered from oldest to newest
         
        repeated string build_ids = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the buildIds at the given index.