Interface BuildEventStreamProtos.BuildEventId.PatternExpandedIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.PatternExpandedId,BuildEventStreamProtos.BuildEventId.PatternExpandedId.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static interface BuildEventStreamProtos.BuildEventId.PatternExpandedIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPattern(int index) repeated string pattern = 1;com.google.protobuf.ByteStringgetPatternBytes(int index) repeated string pattern = 1;intrepeated string pattern = 1;repeated string pattern = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPatternList
repeated string pattern = 1;- Returns:
- A list containing the pattern.
-
getPatternCount
int getPatternCount()repeated string pattern = 1;- Returns:
- The count of pattern.
-
getPattern
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.
-