Interface AddEnrichmentToAlbumRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddEnrichmentToAlbumRequest,AddEnrichmentToAlbumRequest.Builder
public interface AddEnrichmentToAlbumRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlbumId()Identifier of the album where the enrichment is to be added.com.google.protobuf.ByteStringgetAlbumIdBytes()Identifier of the album where the enrichment is to be added.AlbumPositiongetAlbumPosition()The position in the album where the enrichment is to be inserted.AlbumPositionOrBuildergetAlbumPositionOrBuilder()The position in the album where the enrichment is to be inserted.NewEnrichmentItemgetNewEnrichmentItem()The enrichment to be added.NewEnrichmentItemOrBuildergetNewEnrichmentItemOrBuilder()The enrichment to be added.booleanhasAlbumPosition()The position in the album where the enrichment is to be inserted.booleanhasNewEnrichmentItem()The enrichment to be added.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAlbumId
java.lang.String getAlbumId()
Identifier of the album where the enrichment is to be added.
string album_id = 1;
-
getAlbumIdBytes
com.google.protobuf.ByteString getAlbumIdBytes()
Identifier of the album where the enrichment is to be added.
string album_id = 1;
-
hasNewEnrichmentItem
boolean hasNewEnrichmentItem()
The enrichment to be added.
.google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
-
getNewEnrichmentItem
NewEnrichmentItem getNewEnrichmentItem()
The enrichment to be added.
.google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
-
getNewEnrichmentItemOrBuilder
NewEnrichmentItemOrBuilder getNewEnrichmentItemOrBuilder()
The enrichment to be added.
.google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
-
hasAlbumPosition
boolean hasAlbumPosition()
The position in the album where the enrichment is to be inserted.
.google.photos.library.v1.AlbumPosition album_position = 3;
-
getAlbumPosition
AlbumPosition getAlbumPosition()
The position in the album where the enrichment is to be inserted.
.google.photos.library.v1.AlbumPosition album_position = 3;
-
getAlbumPositionOrBuilder
AlbumPositionOrBuilder getAlbumPositionOrBuilder()
The position in the album where the enrichment is to be inserted.
.google.photos.library.v1.AlbumPosition album_position = 3;
-
-