public static final class AttributesOuterClass.Attributes.AttributeValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder> implements AttributesOuterClass.Attributes.AttributeValueOrBuilder
Specifies one attribute value with different type.Protobuf type
istio.mixer.v1.Attributes.AttributeValuegetAllFields, 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, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AttributesOuterClass.Attributes.AttributeValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AttributesOuterClass.Attributes.AttributeValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder mergeFrom(AttributesOuterClass.Attributes.AttributeValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public AttributesOuterClass.Attributes.AttributeValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>IOExceptionpublic AttributesOuterClass.Attributes.AttributeValue.ValueCase getValueCase()
getValueCase in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder clearValue()
public String getStringValue()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;getStringValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;getStringValueBytes in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setStringValue(String value)
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;public AttributesOuterClass.Attributes.AttributeValue.Builder clearStringValue()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;public AttributesOuterClass.Attributes.AttributeValue.Builder setStringValueBytes(com.google.protobuf.ByteString value)
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;public long getInt64Value()
Used for values of type INT64
int64 int64_value = 3;getInt64Value in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setInt64Value(long value)
Used for values of type INT64
int64 int64_value = 3;public AttributesOuterClass.Attributes.AttributeValue.Builder clearInt64Value()
Used for values of type INT64
int64 int64_value = 3;public double getDoubleValue()
Used for values of type DOUBLE
double double_value = 4;getDoubleValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setDoubleValue(double value)
Used for values of type DOUBLE
double double_value = 4;public AttributesOuterClass.Attributes.AttributeValue.Builder clearDoubleValue()
Used for values of type DOUBLE
double double_value = 4;public boolean getBoolValue()
Used for values of type BOOL
bool bool_value = 5;getBoolValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setBoolValue(boolean value)
Used for values of type BOOL
bool bool_value = 5;public AttributesOuterClass.Attributes.AttributeValue.Builder clearBoolValue()
Used for values of type BOOL
bool bool_value = 5;public com.google.protobuf.ByteString getBytesValue()
Used for values of type BYTES
bytes bytes_value = 6;getBytesValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setBytesValue(com.google.protobuf.ByteString value)
Used for values of type BYTES
bytes bytes_value = 6;public AttributesOuterClass.Attributes.AttributeValue.Builder clearBytesValue()
Used for values of type BYTES
bytes bytes_value = 6;public boolean hasTimestampValue()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;hasTimestampValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic com.google.protobuf.Timestamp getTimestampValue()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;getTimestampValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setTimestampValue(com.google.protobuf.Timestamp value)
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;public AttributesOuterClass.Attributes.AttributeValue.Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;public AttributesOuterClass.Attributes.AttributeValue.Builder mergeTimestampValue(com.google.protobuf.Timestamp value)
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;public AttributesOuterClass.Attributes.AttributeValue.Builder clearTimestampValue()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;getTimestampValueOrBuilder in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic boolean hasDurationValue()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;hasDurationValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic com.google.protobuf.Duration getDurationValue()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;getDurationValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setDurationValue(com.google.protobuf.Duration value)
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;public AttributesOuterClass.Attributes.AttributeValue.Builder setDurationValue(com.google.protobuf.Duration.Builder builderForValue)
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;public AttributesOuterClass.Attributes.AttributeValue.Builder mergeDurationValue(com.google.protobuf.Duration value)
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;public AttributesOuterClass.Attributes.AttributeValue.Builder clearDurationValue()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;public com.google.protobuf.Duration.Builder getDurationValueBuilder()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;public com.google.protobuf.DurationOrBuilder getDurationValueOrBuilder()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;getDurationValueOrBuilder in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic boolean hasStringMapValue()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;hasStringMapValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.StringMap getStringMapValue()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;getStringMapValue in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic AttributesOuterClass.Attributes.AttributeValue.Builder setStringMapValue(AttributesOuterClass.Attributes.StringMap value)
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;public AttributesOuterClass.Attributes.AttributeValue.Builder setStringMapValue(AttributesOuterClass.Attributes.StringMap.Builder builderForValue)
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;public AttributesOuterClass.Attributes.AttributeValue.Builder mergeStringMapValue(AttributesOuterClass.Attributes.StringMap value)
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;public AttributesOuterClass.Attributes.AttributeValue.Builder clearStringMapValue()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;public AttributesOuterClass.Attributes.StringMap.Builder getStringMapValueBuilder()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;public AttributesOuterClass.Attributes.StringMapOrBuilder getStringMapValueOrBuilder()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;getStringMapValueOrBuilder in interface AttributesOuterClass.Attributes.AttributeValueOrBuilderpublic final AttributesOuterClass.Attributes.AttributeValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>public final AttributesOuterClass.Attributes.AttributeValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttributesOuterClass.Attributes.AttributeValue.Builder>Copyright © 2019 WSO2. All rights reserved.