public final class QueryTimeRange extends GeneratedMessageV3 implements QueryTimeRangeOrBuilder
Requests might be rejected or the resulting timed count durations might be
adjusted for lower durations.
Protobuf type google.devtools.clouderrorreporting.v1beta1.QueryTimeRange
Static Fields
public static final int PERIOD_FIELD_NUMBER
Field Value
Static Methods
public static QueryTimeRange getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static QueryTimeRange.Builder newBuilder()
Returns
public static QueryTimeRange.Builder newBuilder(QueryTimeRange prototype)
Parameter
Returns
public static QueryTimeRange parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static QueryTimeRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static QueryTimeRange parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static QueryTimeRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static QueryTimeRange parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static QueryTimeRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static QueryTimeRange parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static QueryTimeRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static QueryTimeRange parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static QueryTimeRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static QueryTimeRange parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static QueryTimeRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<QueryTimeRange> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public QueryTimeRange getDefaultInstanceForType()
Returns
public Parser<QueryTimeRange> getParserForType()
Returns
Overrides
public QueryTimeRange.Period getPeriod()
Restricts the query to the specified time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;
Returns
public int getPeriodValue()
Restricts the query to the specified time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for period.
|
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public QueryTimeRange.Builder newBuilderForType()
Returns
protected QueryTimeRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public QueryTimeRange.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions