Send feedback
Class Report.Value.IntList.Builder (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
public static final class Report . Value . IntList . Builder extends GeneratedMessageV3 . Builder<Report . Value . IntList . Builder > implements Report . Value . IntListOrBuilder
A list of integer values.
Protobuf type google.ads.admanager.v1.Report.Value.IntList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllValues(Iterable<? extends Long> values)
public Report . Value . IntList . Builder addAllValues ( Iterable <? extends Long > values )
The values
repeated int64 values = 1;
Parameter
Name
Description
values
Iterable <? extends java.lang.Long >
The values to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Report . Value . IntList . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
addValues(long value)
public Report . Value . IntList . Builder addValues ( long value )
The values
repeated int64 values = 1;
Parameter
Name
Description
value
long
The values to add.
build()
public Report . Value . IntList build ()
buildPartial()
public Report . Value . IntList buildPartial ()
clear()
public Report . Value . IntList . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Report . Value . IntList . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Report . Value . IntList . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearValues()
public Report . Value . IntList . Builder clearValues ()
The values
repeated int64 values = 1;
clone()
public Report . Value . IntList . Builder clone ()
Overrides
getDefaultInstanceForType()
public Report . Value . IntList getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getValues(int index)
public long getValues ( int index )
The values
repeated int64 values = 1;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
long
The values at the given index.
getValuesCount()
public int getValuesCount ()
The values
repeated int64 values = 1;
Returns
Type
Description
int
The count of values.
getValuesList()
public List<Long> getValuesList ()
The values
repeated int64 values = 1;
Returns
Type
Description
List <Long >
A list containing the values.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Report.Value.IntList other)
public Report . Value . IntList . Builder mergeFrom ( Report . Value . IntList other )
public Report . Value . IntList . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Report . Value . IntList . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Report . Value . IntList . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Report . Value . IntList . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Report . Value . IntList . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Report . Value . IntList . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setValues(int index, long value)
public Report . Value . IntList . Builder setValues ( int index , long value )
The values
repeated int64 values = 1;
Parameters
Name
Description
index
int
The index to set the value at.
value
long
The values to set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Report.Value.IntList.Builder` class, which is part of the Google Ad Manager API and is used to create a list of integer values."],["The `Report.Value.IntList.Builder` class extends `GeneratedMessageV3.Builder` and implements `Report.Value.IntListOrBuilder`, inheriting various methods for managing and manipulating the list."],["The documentation covers multiple versions of the API, from version 0.1.0 up to the latest version, 0.19.0, allowing users to access the reference specific to their API version."],["Key methods include `addAllValues`, `addValues`, `build`, `clearValues`, `getValues`, `getValuesCount`, and `setValues`, which enable the addition, retrieval, and modification of integer values within the list."],["The `getDescriptor` method provides a way to obtain the descriptor for the `Report.Value.IntList.Builder` class."]]],[]]