Class ArrayStats.Builder (2.83.0)

public static final class ArrayStats.Builder extends GeneratedMessage.Builder<ArrayStats.Builder> implements ArrayStatsOrBuilder

The data statistics of a series of ARRAY values.

Protobuf type google.cloud.automl.v1beta1.ArrayStats

Implements

ArrayStatsOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ArrayStats build()
Returns
Type Description
ArrayStats

buildPartial()

public ArrayStats buildPartial()
Returns
Type Description
ArrayStats

clear()

public ArrayStats.Builder clear()
Returns
Type Description
ArrayStats.Builder
Overrides

clearMemberStats()

public ArrayStats.Builder clearMemberStats()

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
Type Description
ArrayStats.Builder

getDefaultInstanceForType()

public ArrayStats getDefaultInstanceForType()
Returns
Type Description
ArrayStats

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMemberStats()

public DataStats getMemberStats()

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
Type Description
DataStats

The memberStats.

getMemberStatsBuilder()

public DataStats.Builder getMemberStatsBuilder()

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
Type Description
DataStats.Builder

getMemberStatsOrBuilder()

public DataStatsOrBuilder getMemberStatsOrBuilder()

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
Type Description
DataStatsOrBuilder

hasMemberStats()

public boolean hasMemberStats()

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Returns
Type Description
boolean

Whether the memberStats field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ArrayStats other)

public ArrayStats.Builder mergeFrom(ArrayStats other)
Parameter
Name Description
other ArrayStats
Returns
Type Description
ArrayStats.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ArrayStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ArrayStats.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ArrayStats.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ArrayStats.Builder
Overrides

mergeMemberStats(DataStats value)

public ArrayStats.Builder mergeMemberStats(DataStats value)

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Parameter
Name Description
value DataStats
Returns
Type Description
ArrayStats.Builder

setMemberStats(DataStats value)

public ArrayStats.Builder setMemberStats(DataStats value)

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Parameter
Name Description
value DataStats
Returns
Type Description
ArrayStats.Builder

setMemberStats(DataStats.Builder builderForValue)

public ArrayStats.Builder setMemberStats(DataStats.Builder builderForValue)

Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.

.google.cloud.automl.v1beta1.DataStats member_stats = 2;

Parameter
Name Description
builderForValue DataStats.Builder
Returns
Type Description
ArrayStats.Builder