Interface NewEnrichmentItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NewEnrichmentItem,NewEnrichmentItem.Builder
public interface NewEnrichmentItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewEnrichmentItem.EnrichmentCasegetEnrichmentCase()LocationEnrichmentgetLocationEnrichment()Location to be added to the album.LocationEnrichmentOrBuildergetLocationEnrichmentOrBuilder()Location to be added to the album.MapEnrichmentgetMapEnrichment()Map to be added to the album.MapEnrichmentOrBuildergetMapEnrichmentOrBuilder()Map to be added to the album.TextEnrichmentgetTextEnrichment()Text to be added to the album.TextEnrichmentOrBuildergetTextEnrichmentOrBuilder()Text to be added to the album.booleanhasLocationEnrichment()Location to be added to the album.booleanhasMapEnrichment()Map to be added to the album.booleanhasTextEnrichment()Text to be added to the album.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTextEnrichment
boolean hasTextEnrichment()
Text to be added to the album.
.google.photos.library.v1.TextEnrichment text_enrichment = 1;
-
getTextEnrichment
TextEnrichment getTextEnrichment()
Text to be added to the album.
.google.photos.library.v1.TextEnrichment text_enrichment = 1;
-
getTextEnrichmentOrBuilder
TextEnrichmentOrBuilder getTextEnrichmentOrBuilder()
Text to be added to the album.
.google.photos.library.v1.TextEnrichment text_enrichment = 1;
-
hasLocationEnrichment
boolean hasLocationEnrichment()
Location to be added to the album.
.google.photos.library.v1.LocationEnrichment location_enrichment = 2;
-
getLocationEnrichment
LocationEnrichment getLocationEnrichment()
Location to be added to the album.
.google.photos.library.v1.LocationEnrichment location_enrichment = 2;
-
getLocationEnrichmentOrBuilder
LocationEnrichmentOrBuilder getLocationEnrichmentOrBuilder()
Location to be added to the album.
.google.photos.library.v1.LocationEnrichment location_enrichment = 2;
-
hasMapEnrichment
boolean hasMapEnrichment()
Map to be added to the album.
.google.photos.library.v1.MapEnrichment map_enrichment = 3;
-
getMapEnrichment
MapEnrichment getMapEnrichment()
Map to be added to the album.
.google.photos.library.v1.MapEnrichment map_enrichment = 3;
-
getMapEnrichmentOrBuilder
MapEnrichmentOrBuilder getMapEnrichmentOrBuilder()
Map to be added to the album.
.google.photos.library.v1.MapEnrichment map_enrichment = 3;
-
getEnrichmentCase
NewEnrichmentItem.EnrichmentCase getEnrichmentCase()
-
-