Send feedback
Class StructStats (2.3.9)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.9 keyboard_arrow_down
public final class StructStats extends GeneratedMessageV3 implements StructStatsOrBuilder
The data statistics of a series of STRUCT values.
Protobuf type google.cloud.automl.v1beta1.StructStats
Static Fields
FIELD_STATS_FIELD_NUMBER
public static final int FIELD_STATS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static StructStats getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static StructStats . Builder newBuilder ()
Returns
newBuilder(StructStats prototype)
public static StructStats . Builder newBuilder ( StructStats prototype )
Parameter
Returns
public static StructStats parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static StructStats parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static StructStats parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StructStats parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static StructStats parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StructStats parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StructStats parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static StructStats parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static StructStats parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static StructStats parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static StructStats parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StructStats parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<StructStats> parser ()
Returns
Methods
containsFieldStats(String key)
public boolean containsFieldStats ( String key )
Map from a field name of the struct to data stats aggregated over series
of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
Parameter
Returns
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public StructStats getDefaultInstanceForType ()
Returns
getFieldStats()
public Map<String , DataStats > getFieldStats ()
Returns
getFieldStatsCount()
public int getFieldStatsCount ()
Map from a field name of the struct to data stats aggregated over series
of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
Returns
getFieldStatsMap()
public Map<String , DataStats > getFieldStatsMap ()
Map from a field name of the struct to data stats aggregated over series
of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
Returns
getFieldStatsOrDefault(String key, DataStats defaultValue)
public DataStats getFieldStatsOrDefault ( String key , DataStats defaultValue )
Map from a field name of the struct to data stats aggregated over series
of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
Parameters
Returns
getFieldStatsOrThrow(String key)
public DataStats getFieldStatsOrThrow ( String key )
Map from a field name of the struct to data stats aggregated over series
of all data in that field across all the structs.
map<string, .google.cloud.automl.v1beta1.DataStats> field_stats = 1;
Parameter
Returns
getParserForType()
public Parser<StructStats> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public StructStats . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StructStats . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public StructStats . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-01-27 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-01-27 UTC."],[],[]]