public static final class MaintenanceSummary.Stats extends GeneratedMessage implements MaintenanceSummary.StatsOrBuilder
Stats indicates the type of aggregate and the corresponding aggregates.
Protobuf type google.cloud.maintenance.api.v1.MaintenanceSummary.Stats
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AGGREGATES_FIELD_NUMBER
public static final int AGGREGATES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
GROUP_BY_FIELD_NUMBER
public static final int GROUP_BY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MaintenanceSummary.Stats getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MaintenanceSummary.Stats.Builder newBuilder()
newBuilder(MaintenanceSummary.Stats prototype)
public static MaintenanceSummary.Stats.Builder newBuilder(MaintenanceSummary.Stats prototype)
parseDelimitedFrom(InputStream input)
public static MaintenanceSummary.Stats parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Stats parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MaintenanceSummary.Stats parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Stats parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MaintenanceSummary.Stats parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Stats parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static MaintenanceSummary.Stats parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Stats parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static MaintenanceSummary.Stats parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Stats parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MaintenanceSummary.Stats parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Stats parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MaintenanceSummary.Stats> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAggregates(int index)
public MaintenanceSummary.Aggregate getAggregates(int index)
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state" a possible tuple in the aggregates list could be
"SCHEDULED" : 11,
repeated .google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate aggregates = 2;
| Parameter |
| Name |
Description |
index |
int
|
getAggregatesCount()
public int getAggregatesCount()
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state" a possible tuple in the aggregates list could be
"SCHEDULED" : 11,
repeated .google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate aggregates = 2;
| Returns |
| Type |
Description |
int |
|
getAggregatesList()
public List<MaintenanceSummary.Aggregate> getAggregatesList()
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state" a possible tuple in the aggregates list could be
"SCHEDULED" : 11,
repeated .google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate aggregates = 2;
getAggregatesOrBuilder(int index)
public MaintenanceSummary.AggregateOrBuilder getAggregatesOrBuilder(int index)
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state" a possible tuple in the aggregates list could be
"SCHEDULED" : 11,
repeated .google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate aggregates = 2;
| Parameter |
| Name |
Description |
index |
int
|
getAggregatesOrBuilderList()
public List<? extends MaintenanceSummary.AggregateOrBuilder> getAggregatesOrBuilderList()
Aggregates is a list <group, count> pairs. For example, if the
group_by is "state" a possible tuple in the aggregates list could be
"SCHEDULED" : 11,
repeated .google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate aggregates = 2;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.maintenance.api.v1.MaintenanceSummary.AggregateOrBuilder> |
|
getDefaultInstanceForType()
public MaintenanceSummary.Stats getDefaultInstanceForType()
getGroupBy()
public String getGroupBy()
groupBy specifies the type of aggregate.
For example a group_by might be "state"
string group_by = 1;
| Returns |
| Type |
Description |
String |
The groupBy.
|
getGroupByBytes()
public ByteString getGroupByBytes()
groupBy specifies the type of aggregate.
For example a group_by might be "state"
string group_by = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for groupBy.
|
getParserForType()
public Parser<MaintenanceSummary.Stats> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MaintenanceSummary.Stats.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MaintenanceSummary.Stats.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public MaintenanceSummary.Stats.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides