Generated from protobuf enumERROR_COUNT_ALIGNMENT_UNSPECIFIED = 0;
ALIGNMENT_EQUAL_ROUNDED
Value: 1
The time periods shall be consecutive, have width equal to the
requested duration, and be aligned at thealignment_timeprovided in the request.
Thealignment_timedoes not have to be inside the query period but even if it is outside, only
time periods are returned which overlap with the query period.
A rounded alignment will typically result in a different size of the first
or the last time period.
Generated from protobuf enumALIGNMENT_EQUAL_ROUNDED = 1;
ALIGNMENT_EQUAL_AT_END
Value: 2
The time periods shall be consecutive, have width equal to the
requested duration, and be aligned at the end of the requested time
period. This can result in a different size of the
first time period.
Generated from protobuf enumALIGNMENT_EQUAL_AT_END = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Error Reporting V1beta1 Client - Class TimedCountAlignment (0.23.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.23.1 (latest)](/php/docs/reference/cloud-error-reporting/latest/V1beta1.TimedCountAlignment)\n- [0.23.0](/php/docs/reference/cloud-error-reporting/0.23.0/V1beta1.TimedCountAlignment)\n- [0.22.10](/php/docs/reference/cloud-error-reporting/0.22.10/V1beta1.TimedCountAlignment)\n- [0.21.1](/php/docs/reference/cloud-error-reporting/0.21.1/V1beta1.TimedCountAlignment)\n- [0.20.2](/php/docs/reference/cloud-error-reporting/0.20.2/V1beta1.TimedCountAlignment)\n- [0.19.12](/php/docs/reference/cloud-error-reporting/0.19.12/V1beta1.TimedCountAlignment) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class TimedCountAlignment.\n\nSpecifies how the time periods of error group counts are aligned.\n\nProtobuf type `google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ErrorReporting \\\\ V1beta1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ERROR_COUNT_ALIGNMENT_UNSPECIFIED\n\n Value: 0\n\nNo alignment specified.\n\nGenerated from protobuf enum `ERROR_COUNT_ALIGNMENT_UNSPECIFIED = 0;`\n\n### ALIGNMENT_EQUAL_ROUNDED\n\n Value: 1\n\nThe time periods shall be consecutive, have width equal to the\nrequested duration, and be aligned at the\n[alignment_time](/php/docs/reference/cloud-error-reporting/latest/V1beta1.ListGroupStatsRequest#_Google_Cloud_ErrorReporting_V1beta1_ListGroupStatsRequest__getAlignmentTime__)\nprovided in the request.\n\nThe [alignment_time](/php/docs/reference/cloud-error-reporting/latest/V1beta1.ListGroupStatsRequest#_Google_Cloud_ErrorReporting_V1beta1_ListGroupStatsRequest__getAlignmentTime__)\ndoes not have to be inside the query period but even if it is outside, only\ntime periods are returned which overlap with the query period.\nA rounded alignment will typically result in a different size of the first\nor the last time period.\n\nGenerated from protobuf enum `ALIGNMENT_EQUAL_ROUNDED = 1;`\n\n### ALIGNMENT_EQUAL_AT_END\n\n Value: 2\n\nThe time periods shall be consecutive, have width equal to the\nrequested duration, and be aligned at the end of the requested time\nperiod. This can result in a different size of the\nfirst time period.\n\nGenerated from protobuf enum `ALIGNMENT_EQUAL_AT_END = 2;`"]]