Interface BuildEventStreamProtos.BuildEventId.PatternExpandedIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPattern​(int index)
      repeated string pattern = 1;
      com.google.protobuf.ByteString getPatternBytes​(int index)
      repeated string pattern = 1;
      int getPatternCount()
      repeated string pattern = 1;
      java.util.List<java.lang.String> getPatternList()
      repeated string pattern = 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 Detail

      • getPatternList

        java.util.List<java.lang.String> getPatternList()
        repeated string pattern = 1;
        Returns:
        A list containing the pattern.
      • getPatternCount

        int getPatternCount()
        repeated string pattern = 1;
        Returns:
        The count of pattern.
      • getPattern

        java.lang.String getPattern​(int index)
        repeated string pattern = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The pattern at the given index.
      • getPatternBytes

        com.google.protobuf.ByteString getPatternBytes​(int index)
        repeated string pattern = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the pattern at the given index.