Interface PullStoppedEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PullStoppedEvent,PullStoppedEvent.Builder
public interface PullStoppedEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImageUri()The URI of the image that was pulled.com.google.protobuf.ByteStringgetImageUriBytes()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.
-
-