Interface BuildEventStreamProtos.BuildEventId.FetchIdOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.FetchId,BuildEventStreamProtos.BuildEventId.FetchId.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildEventId
public static interface BuildEventStreamProtos.BuildEventId.FetchIdOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetUrl()The external resource that was fetched from.ByteStringgetUrlBytes()The external resource that was fetched from.-
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
-
getUrl
java.lang.String getUrl()
The external resource that was fetched from.
string url = 1;- Returns:
- The url.
-
getUrlBytes
ByteString getUrlBytes()
The external resource that was fetched from.
string url = 1;- Returns:
- The bytes for url.
-
-