Interface AlbumPositionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlbumPosition,AlbumPosition.Builder
public interface AlbumPositionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlbumPosition.PositionTypegetPosition()Type of position, for a media or enrichment item.intgetPositionValue()Type of position, for a media or enrichment item.java.lang.StringgetRelativeEnrichmentItemId()The enrichment item to which the position is relative to.com.google.protobuf.ByteStringgetRelativeEnrichmentItemIdBytes()The enrichment item to which the position is relative to.AlbumPosition.RelativeItemCasegetRelativeItemCase()java.lang.StringgetRelativeMediaItemId()The media item to which the position is relative to.com.google.protobuf.ByteStringgetRelativeMediaItemIdBytes()The media item to which the position is relative to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPositionValue
int getPositionValue()
Type of position, for a media or enrichment item.
.google.photos.library.v1.AlbumPosition.PositionType position = 1;
-
getPosition
AlbumPosition.PositionType getPosition()
Type of position, for a media or enrichment item.
.google.photos.library.v1.AlbumPosition.PositionType position = 1;
-
getRelativeMediaItemId
java.lang.String getRelativeMediaItemId()
The media item to which the position is relative to. Only used when position type is AFTER_MEDIA_ITEM.
string relative_media_item_id = 2;
-
getRelativeMediaItemIdBytes
com.google.protobuf.ByteString getRelativeMediaItemIdBytes()
The media item to which the position is relative to. Only used when position type is AFTER_MEDIA_ITEM.
string relative_media_item_id = 2;
-
getRelativeEnrichmentItemId
java.lang.String getRelativeEnrichmentItemId()
The enrichment item to which the position is relative to. Only used when position type is AFTER_ENRICHMENT_ITEM.
string relative_enrichment_item_id = 3;
-
getRelativeEnrichmentItemIdBytes
com.google.protobuf.ByteString getRelativeEnrichmentItemIdBytes()
The enrichment item to which the position is relative to. Only used when position type is AFTER_ENRICHMENT_ITEM.
string relative_enrichment_item_id = 3;
-
getRelativeItemCase
AlbumPosition.RelativeItemCase getRelativeItemCase()
-
-