Interface PullStartedEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PullStartedEvent
,PullStartedEvent.Builder
public interface PullStartedEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImageUri()
The URI of the image that was pulled.com.google.protobuf.ByteString
getImageUriBytes()
The URI of the image that was pulled.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImageUri
String getImageUri()
The URI of the image that was pulled.
string image_uri = 1;
- Returns:
- The imageUri.
-
getImageUriBytes
com.google.protobuf.ByteString getImageUriBytes()
The URI of the image that was pulled.
string image_uri = 1;
- Returns:
- The bytes for imageUri.
-
-