- 3.82.0 (latest)
 - 3.80.0
 - 3.79.0
 - 3.78.0
 - 3.77.0
 - 3.76.0
 - 3.74.0
 - 3.72.0
 - 3.71.0
 - 3.68.0
 - 3.67.0
 - 3.66.0
 - 3.64.0
 - 3.63.0
 - 3.62.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.53.0
 - 3.52.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.41.0
 - 3.40.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.28.0
 - 3.27.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.6
 - 3.6.1
 - 3.5.1
 - 3.3.1
 
public static final class ReportValue.Builder extends GeneratedMessageV3.Builder<ReportValue.Builder> implements ReportValueOrBuilderA single report value.
 Protobuf type google.cloud.channel.v1.ReportValue
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReportValue.BuilderImplements
ReportValueOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReportValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ReportValue.Builder | 
build()
public ReportValue build()| Type | Description | 
| ReportValue | 
buildPartial()
public ReportValue buildPartial()| Type | Description | 
| ReportValue | 
clear()
public ReportValue.Builder clear()| Type | Description | 
| ReportValue.Builder | 
clearDateTimeValue()
public ReportValue.Builder clearDateTimeValue() A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Type | Description | 
| ReportValue.Builder | 
clearDateValue()
public ReportValue.Builder clearDateValue() A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Type | Description | 
| ReportValue.Builder | 
clearDecimalValue()
public ReportValue.Builder clearDecimalValue() A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Type | Description | 
| ReportValue.Builder | 
clearField(Descriptors.FieldDescriptor field)
public ReportValue.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| ReportValue.Builder | 
clearIntValue()
public ReportValue.Builder clearIntValue() A value of type int.
 int64 int_value = 2;
| Type | Description | 
| ReportValue.Builder | This builder for chaining.  | 
      
clearMoneyValue()
public ReportValue.Builder clearMoneyValue() A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Type | Description | 
| ReportValue.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ReportValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| ReportValue.Builder | 
clearStringValue()
public ReportValue.Builder clearStringValue() A value of type string.
 string string_value = 1;
| Type | Description | 
| ReportValue.Builder | This builder for chaining.  | 
      
clearValue()
public ReportValue.Builder clearValue()| Type | Description | 
| ReportValue.Builder | 
clone()
public ReportValue.Builder clone()| Type | Description | 
| ReportValue.Builder | 
getDateTimeValue()
public DateTime getDateTimeValue() A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Type | Description | 
| com.google.type.DateTime | The dateTimeValue.  | 
      
getDateTimeValueBuilder()
public DateTime.Builder getDateTimeValueBuilder() A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Type | Description | 
| com.google.type.DateTime.Builder | 
getDateTimeValueOrBuilder()
public DateTimeOrBuilder getDateTimeValueOrBuilder() A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Type | Description | 
| com.google.type.DateTimeOrBuilder | 
getDateValue()
public Date getDateValue() A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Type | Description | 
| com.google.type.Date | The dateValue.  | 
      
getDateValueBuilder()
public Date.Builder getDateValueBuilder() A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Type | Description | 
| com.google.type.Date.Builder | 
getDateValueOrBuilder()
public DateOrBuilder getDateValueOrBuilder() A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Type | Description | 
| com.google.type.DateOrBuilder | 
getDecimalValue()
public Decimal getDecimalValue() A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Type | Description | 
| com.google.type.Decimal | The decimalValue.  | 
      
getDecimalValueBuilder()
public Decimal.Builder getDecimalValueBuilder() A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Type | Description | 
| com.google.type.Decimal.Builder | 
getDecimalValueOrBuilder()
public DecimalOrBuilder getDecimalValueOrBuilder() A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Type | Description | 
| com.google.type.DecimalOrBuilder | 
getDefaultInstanceForType()
public ReportValue getDefaultInstanceForType()| Type | Description | 
| ReportValue | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getIntValue()
public long getIntValue() A value of type int.
 int64 int_value = 2;
| Type | Description | 
| long | The intValue.  | 
      
getMoneyValue()
public Money getMoneyValue() A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Type | Description | 
| com.google.type.Money | The moneyValue.  | 
      
getMoneyValueBuilder()
public Money.Builder getMoneyValueBuilder() A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Type | Description | 
| com.google.type.Money.Builder | 
getMoneyValueOrBuilder()
public MoneyOrBuilder getMoneyValueOrBuilder() A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Type | Description | 
| com.google.type.MoneyOrBuilder | 
getStringValue()
public String getStringValue() A value of type string.
 string string_value = 1;
| Type | Description | 
| String | The stringValue.  | 
      
getStringValueBytes()
public ByteString getStringValueBytes() A value of type string.
 string string_value = 1;
| Type | Description | 
| ByteString | The bytes for stringValue.  | 
      
getValueCase()
public ReportValue.ValueCase getValueCase()| Type | Description | 
| ReportValue.ValueCase | 
hasDateTimeValue()
public boolean hasDateTimeValue() A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Type | Description | 
| boolean | Whether the dateTimeValue field is set.  | 
      
hasDateValue()
public boolean hasDateValue() A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Type | Description | 
| boolean | Whether the dateValue field is set.  | 
      
hasDecimalValue()
public boolean hasDecimalValue() A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Type | Description | 
| boolean | Whether the decimalValue field is set.  | 
      
hasIntValue()
public boolean hasIntValue() A value of type int.
 int64 int_value = 2;
| Type | Description | 
| boolean | Whether the intValue field is set.  | 
      
hasMoneyValue()
public boolean hasMoneyValue() A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Type | Description | 
| boolean | Whether the moneyValue field is set.  | 
      
hasStringValue()
public boolean hasStringValue() A value of type string.
 string string_value = 1;
| Type | Description | 
| boolean | Whether the stringValue field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeDateTimeValue(DateTime value)
public ReportValue.Builder mergeDateTimeValue(DateTime value) A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Name | Description | 
| value | com.google.type.DateTime | 
      
| Type | Description | 
| ReportValue.Builder | 
mergeDateValue(Date value)
public ReportValue.Builder mergeDateValue(Date value) A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Name | Description | 
| value | com.google.type.Date | 
      
| Type | Description | 
| ReportValue.Builder | 
mergeDecimalValue(Decimal value)
public ReportValue.Builder mergeDecimalValue(Decimal value) A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Name | Description | 
| value | com.google.type.Decimal | 
      
| Type | Description | 
| ReportValue.Builder | 
mergeFrom(ReportValue other)
public ReportValue.Builder mergeFrom(ReportValue other)| Name | Description | 
| other | ReportValue | 
      
| Type | Description | 
| ReportValue.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReportValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| ReportValue.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ReportValue.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| ReportValue.Builder | 
mergeMoneyValue(Money value)
public ReportValue.Builder mergeMoneyValue(Money value) A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Name | Description | 
| value | com.google.type.Money | 
      
| Type | Description | 
| ReportValue.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReportValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ReportValue.Builder | 
setDateTimeValue(DateTime value)
public ReportValue.Builder setDateTimeValue(DateTime value) A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Name | Description | 
| value | com.google.type.DateTime | 
      
| Type | Description | 
| ReportValue.Builder | 
setDateTimeValue(DateTime.Builder builderForValue)
public ReportValue.Builder setDateTimeValue(DateTime.Builder builderForValue) A value of type google.type.DateTime (year, month, day, hour, minute,
 second, and UTC offset or timezone.)
 .google.type.DateTime date_time_value = 6;
| Name | Description | 
| builderForValue | com.google.type.DateTime.Builder | 
      
| Type | Description | 
| ReportValue.Builder | 
setDateValue(Date value)
public ReportValue.Builder setDateValue(Date value) A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Name | Description | 
| value | com.google.type.Date | 
      
| Type | Description | 
| ReportValue.Builder | 
setDateValue(Date.Builder builderForValue)
public ReportValue.Builder setDateValue(Date.Builder builderForValue) A value of type google.type.Date (year, month, day).
 .google.type.Date date_value = 5;
| Name | Description | 
| builderForValue | com.google.type.Date.Builder | 
      
| Type | Description | 
| ReportValue.Builder | 
setDecimalValue(Decimal value)
public ReportValue.Builder setDecimalValue(Decimal value) A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Name | Description | 
| value | com.google.type.Decimal | 
      
| Type | Description | 
| ReportValue.Builder | 
setDecimalValue(Decimal.Builder builderForValue)
public ReportValue.Builder setDecimalValue(Decimal.Builder builderForValue) A value of type google.type.Decimal, representing non-integer numeric
 values.
 .google.type.Decimal decimal_value = 3;
| Name | Description | 
| builderForValue | com.google.type.Decimal.Builder | 
      
| Type | Description | 
| ReportValue.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public ReportValue.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ReportValue.Builder | 
setIntValue(long value)
public ReportValue.Builder setIntValue(long value) A value of type int.
 int64 int_value = 2;
| Name | Description | 
| value | longThe intValue to set.  | 
      
| Type | Description | 
| ReportValue.Builder | This builder for chaining.  | 
      
setMoneyValue(Money value)
public ReportValue.Builder setMoneyValue(Money value) A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Name | Description | 
| value | com.google.type.Money | 
      
| Type | Description | 
| ReportValue.Builder | 
setMoneyValue(Money.Builder builderForValue)
public ReportValue.Builder setMoneyValue(Money.Builder builderForValue) A value of type google.type.Money (currency code, whole units, decimal
 units).
 .google.type.Money money_value = 4;
| Name | Description | 
| builderForValue | com.google.type.Money.Builder | 
      
| Type | Description | 
| ReportValue.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReportValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| ReportValue.Builder | 
setStringValue(String value)
public ReportValue.Builder setStringValue(String value) A value of type string.
 string string_value = 1;
| Name | Description | 
| value | StringThe stringValue to set.  | 
      
| Type | Description | 
| ReportValue.Builder | This builder for chaining.  | 
      
setStringValueBytes(ByteString value)
public ReportValue.Builder setStringValueBytes(ByteString value) A value of type string.
 string string_value = 1;
| Name | Description | 
| value | ByteStringThe bytes for stringValue to set.  | 
      
| Type | Description | 
| ReportValue.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final ReportValue.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ReportValue.Builder |