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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<TimedCount.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic TimedCount build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic TimedCount buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic TimedCount.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<TimedCount.Builder>public TimedCount.Builder mergeFrom(TimedCount other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<TimedCount.Builder>public TimedCount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<TimedCount.Builder>java.io.IOExceptionpublic long getCount()
Approximate number of occurrences in the given time period.
int64 count = 1;getCount in interface TimedCountOrBuilderpublic 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 TimedCountOrBuilderpublic Timestamp getStartTime()
Start of the time period to which `count` refers (included).
.google.protobuf.Timestamp start_time = 2;getStartTime in interface TimedCountOrBuilderpublic 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 TimedCountOrBuilderpublic boolean hasEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;hasEndTime in interface TimedCountOrBuilderpublic Timestamp getEndTime()
End of the time period to which `count` refers (excluded).
.google.protobuf.Timestamp end_time = 3;getEndTime in interface TimedCountOrBuilderpublic 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 TimedCountOrBuilderpublic final TimedCount.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<TimedCount.Builder>public final TimedCount.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<TimedCount.Builder>