Class NewEnrichmentItem
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.photos.library.v1.proto.NewEnrichmentItem
-
- All Implemented Interfaces:
NewEnrichmentItemOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class NewEnrichmentItem extends com.google.protobuf.GeneratedMessageV3 implements NewEnrichmentItemOrBuilder
A new enrichment item to be added to an album, used by the `albums.addEnrichment` call.
Protobuf typegoogle.photos.library.v1.NewEnrichmentItem- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNewEnrichmentItem.BuilderA new enrichment item to be added to an album, used by the `albums.addEnrichment` call.static classNewEnrichmentItem.EnrichmentCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intLOCATION_ENRICHMENT_FIELD_NUMBERstatic intMAP_ENRICHMENT_FIELD_NUMBERstatic intTEXT_ENRICHMENT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static NewEnrichmentItemgetDefaultInstance()NewEnrichmentItemgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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.com.google.protobuf.Parser<NewEnrichmentItem>getParserForType()intgetSerializedSize()TextEnrichmentgetTextEnrichment()Text to be added to the album.TextEnrichmentOrBuildergetTextEnrichmentOrBuilder()Text to be added to the album.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasLocationEnrichment()Location to be added to the album.booleanhasMapEnrichment()Map to be added to the album.booleanhasTextEnrichment()Text to be added to the album.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static NewEnrichmentItem.BuildernewBuilder()static NewEnrichmentItem.BuildernewBuilder(NewEnrichmentItem prototype)NewEnrichmentItem.BuildernewBuilderForType()protected NewEnrichmentItem.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static NewEnrichmentItemparseDelimitedFrom(java.io.InputStream input)static NewEnrichmentItemparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NewEnrichmentItemparseFrom(byte[] data)static NewEnrichmentItemparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NewEnrichmentItemparseFrom(com.google.protobuf.ByteString data)static NewEnrichmentItemparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NewEnrichmentItemparseFrom(com.google.protobuf.CodedInputStream input)static NewEnrichmentItemparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NewEnrichmentItemparseFrom(java.io.InputStream input)static NewEnrichmentItemparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NewEnrichmentItemparseFrom(java.nio.ByteBuffer data)static NewEnrichmentItemparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<NewEnrichmentItem>parser()NewEnrichmentItem.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TEXT_ENRICHMENT_FIELD_NUMBER
public static final int TEXT_ENRICHMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_ENRICHMENT_FIELD_NUMBER
public static final int LOCATION_ENRICHMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAP_ENRICHMENT_FIELD_NUMBER
public static final int MAP_ENRICHMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getEnrichmentCase
public NewEnrichmentItem.EnrichmentCase getEnrichmentCase()
- Specified by:
getEnrichmentCasein interfaceNewEnrichmentItemOrBuilder
-
hasTextEnrichment
public boolean hasTextEnrichment()
Text to be added to the album.
.google.photos.library.v1.TextEnrichment text_enrichment = 1;- Specified by:
hasTextEnrichmentin interfaceNewEnrichmentItemOrBuilder
-
getTextEnrichment
public TextEnrichment getTextEnrichment()
Text to be added to the album.
.google.photos.library.v1.TextEnrichment text_enrichment = 1;- Specified by:
getTextEnrichmentin interfaceNewEnrichmentItemOrBuilder
-
getTextEnrichmentOrBuilder
public TextEnrichmentOrBuilder getTextEnrichmentOrBuilder()
Text to be added to the album.
.google.photos.library.v1.TextEnrichment text_enrichment = 1;- Specified by:
getTextEnrichmentOrBuilderin interfaceNewEnrichmentItemOrBuilder
-
hasLocationEnrichment
public boolean hasLocationEnrichment()
Location to be added to the album.
.google.photos.library.v1.LocationEnrichment location_enrichment = 2;- Specified by:
hasLocationEnrichmentin interfaceNewEnrichmentItemOrBuilder
-
getLocationEnrichment
public LocationEnrichment getLocationEnrichment()
Location to be added to the album.
.google.photos.library.v1.LocationEnrichment location_enrichment = 2;- Specified by:
getLocationEnrichmentin interfaceNewEnrichmentItemOrBuilder
-
getLocationEnrichmentOrBuilder
public LocationEnrichmentOrBuilder getLocationEnrichmentOrBuilder()
Location to be added to the album.
.google.photos.library.v1.LocationEnrichment location_enrichment = 2;- Specified by:
getLocationEnrichmentOrBuilderin interfaceNewEnrichmentItemOrBuilder
-
hasMapEnrichment
public boolean hasMapEnrichment()
Map to be added to the album.
.google.photos.library.v1.MapEnrichment map_enrichment = 3;- Specified by:
hasMapEnrichmentin interfaceNewEnrichmentItemOrBuilder
-
getMapEnrichment
public MapEnrichment getMapEnrichment()
Map to be added to the album.
.google.photos.library.v1.MapEnrichment map_enrichment = 3;- Specified by:
getMapEnrichmentin interfaceNewEnrichmentItemOrBuilder
-
getMapEnrichmentOrBuilder
public MapEnrichmentOrBuilder getMapEnrichmentOrBuilder()
Map to be added to the album.
.google.photos.library.v1.MapEnrichment map_enrichment = 3;- Specified by:
getMapEnrichmentOrBuilderin interfaceNewEnrichmentItemOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static NewEnrichmentItem parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NewEnrichmentItem parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NewEnrichmentItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NewEnrichmentItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NewEnrichmentItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NewEnrichmentItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NewEnrichmentItem parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static NewEnrichmentItem parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static NewEnrichmentItem parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static NewEnrichmentItem parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static NewEnrichmentItem parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static NewEnrichmentItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public NewEnrichmentItem.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static NewEnrichmentItem.Builder newBuilder()
-
newBuilder
public static NewEnrichmentItem.Builder newBuilder(NewEnrichmentItem prototype)
-
toBuilder
public NewEnrichmentItem.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected NewEnrichmentItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static NewEnrichmentItem getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<NewEnrichmentItem> parser()
-
getParserForType
public com.google.protobuf.Parser<NewEnrichmentItem> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public NewEnrichmentItem getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-