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.PeriodQueryTimeRange.Period. forNumber(int value)QueryTimeRange.PeriodQueryTimeRange.Builder. getPeriod()Restricts the query to the specified time range.QueryTimeRange.PeriodQueryTimeRange. getPeriod()Restricts the query to the specified time range.QueryTimeRange.PeriodQueryTimeRangeOrBuilder. getPeriod()Restricts the query to the specified time range.static QueryTimeRange.PeriodQueryTimeRange.Period. valueOf(int value)Deprecated.static QueryTimeRange.PeriodQueryTimeRange.Period. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static QueryTimeRange.PeriodQueryTimeRange.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.BuilderQueryTimeRange.Builder. setPeriod(QueryTimeRange.Period value)Restricts the query to the specified time range.
-