public final class ArrayStats extends GeneratedMessageV3 implements ArrayStatsOrBuilder
The data statistics of a series of ARRAY values.
Protobuf type google.cloud.automl.v1beta1.ArrayStats
Static Fields
MEMBER_STATS_FIELD_NUMBER
public static final int MEMBER_STATS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ArrayStats getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ArrayStats.Builder newBuilder()
Returns
newBuilder(ArrayStats prototype)
public static ArrayStats.Builder newBuilder(ArrayStats prototype)
Parameter
Returns
public static ArrayStats parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ArrayStats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ArrayStats parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ArrayStats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ArrayStats parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ArrayStats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ArrayStats parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ArrayStats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ArrayStats parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ArrayStats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ArrayStats parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ArrayStats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ArrayStats> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ArrayStats getDefaultInstanceForType()
Returns
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
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
getParserForType()
public Parser<ArrayStats> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ArrayStats.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ArrayStats.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ArrayStats.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions