public static final class MaintenanceSummary.Aggregate extends GeneratedMessage implements MaintenanceSummary.AggregateOrBuilderAggregate is a <group, count> pair.
Protobuf type google.cloud.maintenance.api.v1.MaintenanceSummary.Aggregate
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MaintenanceSummary.AggregateImplements
MaintenanceSummary.AggregateOrBuilderStatic Fields
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
GROUP_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MaintenanceSummary.Aggregate getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MaintenanceSummary.Aggregate.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate.Builder |
|
newBuilder(MaintenanceSummary.Aggregate prototype)
public static MaintenanceSummary.Aggregate.Builder newBuilder(MaintenanceSummary.Aggregate prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MaintenanceSummary.Aggregate |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate.Builder |
|
parseDelimitedFrom(InputStream input)
public static MaintenanceSummary.Aggregate parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Aggregate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MaintenanceSummary.Aggregate parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Aggregate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MaintenanceSummary.Aggregate parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Aggregate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MaintenanceSummary.Aggregate parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Aggregate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MaintenanceSummary.Aggregate parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Aggregate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MaintenanceSummary.Aggregate parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MaintenanceSummary.Aggregate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MaintenanceSummary.Aggregate> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Aggregate> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCount()
public long getCount()The count of the group.
int64 count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The count. |
getDefaultInstanceForType()
public MaintenanceSummary.Aggregate getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate |
|
getGroup()
public String getGroup() Specifies what specific value of the group_by the count represents. For
example if group_by is "state" its corresponding group could be
"SCHEDULED".
string group = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public ByteString getGroupBytes() Specifies what specific value of the group_by the count represents. For
example if group_by is "state" its corresponding group could be
"SCHEDULED".
string group = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |
getParserForType()
public Parser<MaintenanceSummary.Aggregate> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Aggregate> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MaintenanceSummary.Aggregate.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MaintenanceSummary.Aggregate.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate.Builder |
|
toBuilder()
public MaintenanceSummary.Aggregate.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MaintenanceSummary.Aggregate.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|