public static final class TimedCount.Builder extends GeneratedMessageV3.Builder<TimedCount.Builder> implements TimedCountOrBuilder
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.Protobuf type
google.devtools.clouderrorreporting.v1beta1.TimedCount
Modifier and Type | Method and Description |
---|---|
TimedCount.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
TimedCount |
build() |
TimedCount |
buildPartial() |
TimedCount.Builder |
clear() |
TimedCount.Builder |
clearCount()
Approximate number of occurrences in the given time period.
|
TimedCount.Builder |
clearEndTime()
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
clearField(Descriptors.FieldDescriptor field) |
TimedCount.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
TimedCount.Builder |
clearStartTime()
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
clone() |
long |
getCount()
Approximate number of occurrences in the given time period.
|
TimedCount |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
Timestamp |
getEndTime()
End of the time period to which `count` refers (excluded).
|
Timestamp.Builder |
getEndTimeBuilder()
End of the time period to which `count` refers (excluded).
|
TimestampOrBuilder |
getEndTimeOrBuilder()
End of the time period to which `count` refers (excluded).
|
Timestamp |
getStartTime()
Start of the time period to which `count` refers (included).
|
Timestamp.Builder |
getStartTimeBuilder()
Start of the time period to which `count` refers (included).
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Start of the time period to which `count` refers (included).
|
boolean |
hasEndTime()
End of the time period to which `count` refers (excluded).
|
boolean |
hasStartTime()
Start of the time period to which `count` refers (included).
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TimedCount.Builder |
mergeEndTime(Timestamp value)
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
TimedCount.Builder |
mergeFrom(Message other) |
TimedCount.Builder |
mergeFrom(TimedCount other) |
TimedCount.Builder |
mergeStartTime(Timestamp value)
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
TimedCount.Builder |
setCount(long value)
Approximate number of occurrences in the given time period.
|
TimedCount.Builder |
setEndTime(Timestamp.Builder builderForValue)
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
setEndTime(Timestamp value)
End of the time period to which `count` refers (excluded).
|
TimedCount.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
TimedCount.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
TimedCount.Builder |
setStartTime(Timestamp.Builder builderForValue)
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
setStartTime(Timestamp value)
Start of the time period to which `count` refers (included).
|
TimedCount.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public TimedCount build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public TimedCount buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public TimedCount.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<TimedCount.Builder>
public TimedCount.Builder mergeFrom(TimedCount other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public TimedCount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<TimedCount.Builder>
java.io.IOException
public long getCount()
Approximate number of occurrences in the given time period.
int64 count = 1;
getCount
in interface TimedCountOrBuilder
public TimedCount.Builder setCount(long value)
Approximate number of occurrences in the given time period.
int64 count = 1;
public TimedCount.Builder clearCount()
Approximate number of occurrences in the given time period.
int64 count = 1;
public boolean hasStartTime()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
hasStartTime
in interface TimedCountOrBuilder
public Timestamp getStartTime()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
getStartTime
in interface TimedCountOrBuilder
public TimedCount.Builder setStartTime(Timestamp value)
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
public TimedCount.Builder setStartTime(Timestamp.Builder builderForValue)
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
public TimedCount.Builder mergeStartTime(Timestamp value)
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
public TimedCount.Builder clearStartTime()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
public Timestamp.Builder getStartTimeBuilder()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
public TimestampOrBuilder getStartTimeOrBuilder()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;
getStartTimeOrBuilder
in interface TimedCountOrBuilder
public boolean hasEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
hasEndTime
in interface TimedCountOrBuilder
public Timestamp getEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
getEndTime
in interface TimedCountOrBuilder
public TimedCount.Builder setEndTime(Timestamp value)
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
public TimedCount.Builder setEndTime(Timestamp.Builder builderForValue)
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
public TimedCount.Builder mergeEndTime(Timestamp value)
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
public TimedCount.Builder clearEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
public Timestamp.Builder getEndTimeBuilder()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
public TimestampOrBuilder getEndTimeOrBuilder()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;
getEndTimeOrBuilder
in interface TimedCountOrBuilder
public final TimedCount.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<TimedCount.Builder>
public final TimedCount.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<TimedCount.Builder>