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

    Modifier and Type
    Method
    Description
    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
    All the compatible versions, unordered, except for the last element, which is considered the set "default".
    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 Details

    • getBuildIdsList

      List<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

      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.