public static final class Property.Builder extends GeneratedMessageV3.Builder<Property.Builder> implements PropertyOrBuilder
Defines project properties. API services can define properties that can be assigned to consumer projects so that backends can perform response customization without having to make additional calls or maintain additional storage. For example, Maps API defines properties that controls map tile cache period, or whether to embed a watermark in a result. These values can be set via API producer console. Only API providers can define and set these properties.Protobuf type
google.api.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()
The name of the property (a.k.a key).
string name = 1;getName in interface PropertyOrBuilderpublic ByteString getNameBytes()
The name of the property (a.k.a key).
string name = 1;getNameBytes in interface PropertyOrBuilderpublic Property.Builder setName(java.lang.String value)
The name of the property (a.k.a key).
string name = 1;public Property.Builder clearName()
The name of the property (a.k.a key).
string name = 1;public Property.Builder setNameBytes(ByteString value)
The name of the property (a.k.a key).
string name = 1;public int getTypeValue()
The type of this property.
.google.api.Property.PropertyType type = 2;getTypeValue in interface PropertyOrBuilderpublic Property.Builder setTypeValue(int value)
The type of this property.
.google.api.Property.PropertyType type = 2;public Property.PropertyType getType()
The type of this property.
.google.api.Property.PropertyType type = 2;getType in interface PropertyOrBuilderpublic Property.Builder setType(Property.PropertyType value)
The type of this property.
.google.api.Property.PropertyType type = 2;public Property.Builder clearType()
The type of this property.
.google.api.Property.PropertyType type = 2;public java.lang.String getDescription()
The description of the property
string description = 3;getDescription in interface PropertyOrBuilderpublic ByteString getDescriptionBytes()
The description of the property
string description = 3;getDescriptionBytes in interface PropertyOrBuilderpublic Property.Builder setDescription(java.lang.String value)
The description of the property
string description = 3;public Property.Builder clearDescription()
The description of the property
string description = 3;public Property.Builder setDescriptionBytes(ByteString value)
The description of the property
string description = 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>