public static final class Property.Builder extends GeneratedMessageV3.Builder<Property.Builder> implements PropertyOrBuilder
A `Property` consists of a user-supplied name/value pair.Protobuf type
google.cloud.vision.v1.PropertygetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Property.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Property.Builder>public Property getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Property build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Property buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Property.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Property.Builder>public Property.Builder mergeFrom(Property other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Property.Builder>public Property.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Property.Builder>java.io.IOExceptionpublic java.lang.String getName()
Name of the property.
string name = 1;getName in interface PropertyOrBuilderpublic ByteString getNameBytes()
Name of the property.
string name = 1;getNameBytes in interface PropertyOrBuilderpublic Property.Builder setName(java.lang.String value)
Name of the property.
string name = 1;public Property.Builder clearName()
Name of the property.
string name = 1;public Property.Builder setNameBytes(ByteString value)
Name of the property.
string name = 1;public java.lang.String getValue()
Value of the property.
string value = 2;getValue in interface PropertyOrBuilderpublic ByteString getValueBytes()
Value of the property.
string value = 2;getValueBytes in interface PropertyOrBuilderpublic Property.Builder setValue(java.lang.String value)
Value of the property.
string value = 2;public Property.Builder clearValue()
Value of the property.
string value = 2;public Property.Builder setValueBytes(ByteString value)
Value of the property.
string value = 2;public long getUint64Value()
Value of numeric properties.
uint64 uint64_value = 3;getUint64Value in interface PropertyOrBuilderpublic Property.Builder setUint64Value(long value)
Value of numeric properties.
uint64 uint64_value = 3;public Property.Builder clearUint64Value()
Value of numeric properties.
uint64 uint64_value = 3;public final Property.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Property.Builder>public final Property.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Property.Builder>