Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period
-
Packages that use QueryTimeRange.Period Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of QueryTimeRange.Period in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return QueryTimeRange.Period Modifier and Type Method Description static QueryTimeRange.Period
QueryTimeRange.Period. forNumber(int value)
QueryTimeRange.Period
QueryTimeRange.Builder. getPeriod()
Restricts the query to the specified time range.QueryTimeRange.Period
QueryTimeRange. getPeriod()
Restricts the query to the specified time range.QueryTimeRange.Period
QueryTimeRangeOrBuilder. getPeriod()
Restricts the query to the specified time range.static QueryTimeRange.Period
QueryTimeRange.Period. valueOf(int value)
Deprecated.static QueryTimeRange.Period
QueryTimeRange.Period. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static QueryTimeRange.Period
QueryTimeRange.Period. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryTimeRange.Period[]
QueryTimeRange.Period. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type QueryTimeRange.Period Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<QueryTimeRange.Period>
QueryTimeRange.Period. internalGetValueMap()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type QueryTimeRange.Period Modifier and Type Method Description QueryTimeRange.Builder
QueryTimeRange.Builder. setPeriod(QueryTimeRange.Period value)
Restricts the query to the specified time range.
-