diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index a68b34d5..be6e6c53 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -aa940c7 +1d6131c diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index aa723ce3..b2703870 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -4010,8 +4010,9 @@ async def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -4309,21 +4310,6 @@ async def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -4525,17 +4511,24 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -5103,7 +5096,9 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -5113,7 +5108,7 @@ async def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -5546,8 +5541,10 @@ async def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -5858,21 +5855,6 @@ async def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -6086,17 +6068,24 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -6692,7 +6681,9 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -6702,7 +6693,7 @@ async def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -7239,8 +7230,10 @@ async def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -7551,21 +7544,6 @@ async def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -7779,17 +7757,24 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -8385,7 +8370,9 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -8395,7 +8382,7 @@ async def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -8870,8 +8857,10 @@ async def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -9182,21 +9171,6 @@ async def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -9410,17 +9384,24 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -10016,7 +9997,9 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -10026,7 +10009,7 @@ async def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -10492,8 +10475,10 @@ async def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -10804,21 +10789,6 @@ async def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -11032,17 +11002,24 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -11638,7 +11615,9 @@ async def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -11648,7 +11627,7 @@ async def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -12109,7 +12088,8 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -12380,21 +12360,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -12575,18 +12540,23 @@ async def create( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -13093,8 +13063,9 @@ async def create( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -13103,8 +13074,7 @@ async def create( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -13393,8 +13363,8 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -13679,21 +13649,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -13884,18 +13839,23 @@ async def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -14427,8 +14387,9 @@ async def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -14437,8 +14398,7 @@ async def create( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -14846,8 +14806,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -15145,21 +15106,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -15361,17 +15307,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -15939,7 +15892,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -15949,7 +15904,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -16460,8 +16415,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -16759,21 +16715,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -16975,17 +16916,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -17553,7 +17501,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -17563,7 +17513,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -18013,8 +17963,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -18312,21 +18263,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -18528,17 +18464,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -19106,7 +19049,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -19116,7 +19061,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -19558,8 +19503,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -19857,21 +19803,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -20073,17 +20004,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -20651,7 +20589,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -20661,7 +20601,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -21048,8 +20988,8 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -21334,21 +21274,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -21539,18 +21464,23 @@ async def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -22082,8 +22012,9 @@ async def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -22092,8 +22023,7 @@ async def create( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -22501,8 +22431,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -22800,21 +22731,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -23016,17 +22932,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -23594,7 +23517,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -23604,7 +23529,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -24115,8 +24040,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -24414,21 +24340,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -24630,17 +24541,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -25208,7 +25126,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -25218,7 +25138,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -25668,8 +25588,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -25967,21 +25888,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -26183,17 +26089,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -26761,7 +26674,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -26771,7 +26686,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -27213,8 +27128,9 @@ async def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -27512,21 +27428,6 @@ async def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -27728,17 +27629,24 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -28306,7 +28214,9 @@ async def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -28316,7 +28226,7 @@ async def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -28693,7 +28603,8 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -28964,21 +28875,6 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -29159,18 +29055,23 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -29677,8 +29578,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -29687,8 +29589,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -29977,8 +29878,8 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -30263,21 +30164,6 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -30468,18 +30354,23 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -31011,8 +30902,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -31021,8 +30913,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -31430,8 +31321,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -31729,21 +31621,6 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -31945,17 +31822,24 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -32523,7 +32407,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -32533,7 +32419,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -33044,8 +32930,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -33343,21 +33230,6 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -33559,17 +33431,24 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -34137,7 +34016,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -34147,7 +34028,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -34597,8 +34478,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -34896,21 +34778,6 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -35112,17 +34979,24 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -35690,7 +35564,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -35700,7 +35576,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -36142,8 +36018,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -36441,21 +36318,6 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -36657,17 +36519,24 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -37235,7 +37104,9 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -37245,7 +37116,7 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -37814,8 +37685,8 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -38100,21 +37971,6 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -38305,18 +38161,23 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -38848,8 +38709,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -38858,8 +38720,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -39267,8 +39128,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -39566,21 +39428,6 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -39782,17 +39629,24 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -40360,7 +40214,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -40370,7 +40226,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -40881,8 +40737,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -41180,21 +41037,6 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -41396,17 +41238,24 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -41974,7 +41823,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -41984,7 +41835,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -42434,8 +42285,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -42733,21 +42585,6 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -42949,17 +42786,24 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -43527,7 +43371,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -43537,7 +43383,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -43979,8 +43825,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -44278,21 +44125,6 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -44494,17 +44326,24 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -45072,7 +44911,9 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -45082,7 +44923,7 @@ async def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JS }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -45560,7 +45401,8 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -45831,21 +45673,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -46026,18 +45853,23 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -46544,8 +46376,9 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -46554,8 +46387,7 @@ async def update( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -46846,8 +46678,8 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -47132,21 +46964,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -47337,18 +47154,23 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -47880,8 +47702,9 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -47890,8 +47713,7 @@ async def update( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -48299,8 +48121,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -48598,21 +48421,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -48814,17 +48622,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -49392,7 +49207,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -49402,7 +49219,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -49913,8 +49730,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -50212,21 +50030,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -50428,17 +50231,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -51006,7 +50816,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -51016,7 +50828,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -51466,8 +51278,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -51765,21 +51578,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -51981,17 +51779,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -52559,7 +52364,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -52569,7 +52376,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -53011,8 +52818,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -53310,21 +53118,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -53526,17 +53319,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -54104,7 +53904,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -54114,7 +53916,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -54519,8 +54321,8 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -54805,21 +54607,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -55010,18 +54797,23 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -55553,8 +55345,9 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -55563,8 +55356,7 @@ async def update( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -55972,8 +55764,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -56271,21 +56064,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -56487,17 +56265,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -57065,7 +56850,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -57075,7 +56862,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -57586,8 +57373,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -57885,21 +57673,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -58101,17 +57874,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -58679,7 +58459,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -58689,7 +58471,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -59139,8 +58921,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -59438,21 +59221,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -59654,17 +59422,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -60232,7 +60007,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -60242,7 +60019,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -60684,8 +60461,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -60983,21 +60761,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -61199,17 +60962,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -61777,7 +61547,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -61787,7 +61559,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -62179,7 +61951,8 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -62450,21 +62223,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -62645,18 +62403,23 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -63163,8 +62926,9 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -63173,8 +62937,7 @@ async def update( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -63465,8 +63228,8 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -63751,21 +63514,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -63956,18 +63704,23 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -64499,8 +64252,9 @@ async def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -64509,8 +64263,7 @@ async def update( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -64918,8 +64671,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -65217,21 +64971,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -65433,17 +65172,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -66011,7 +65757,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -66021,7 +65769,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -66532,8 +66280,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -66831,21 +66580,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -67047,17 +66781,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -67625,7 +67366,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -67635,7 +67378,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -68085,8 +67828,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -68384,21 +68128,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -68600,17 +68329,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -69178,7 +68914,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -69188,7 +68926,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -69630,8 +69368,9 @@ async def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -69929,21 +69668,6 @@ async def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -70145,17 +69869,24 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -70723,7 +70454,9 @@ async def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -70733,7 +70466,7 @@ async def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -71338,8 +71071,8 @@ async def restart( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -71624,21 +71357,6 @@ async def restart( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -71829,18 +71547,23 @@ async def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -72372,8 +72095,9 @@ async def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -72382,8 +72106,7 @@ async def restart( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -72842,8 +72565,8 @@ async def restart( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -73128,21 +72851,6 @@ async def restart( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -73333,18 +73041,23 @@ async def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -73876,8 +73589,9 @@ async def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -73886,8 +73600,7 @@ async def restart( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -74346,8 +74059,8 @@ async def restart( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -74632,21 +74345,6 @@ async def restart( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -74837,18 +74535,23 @@ async def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -75380,8 +75083,9 @@ async def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -75390,8 +75094,7 @@ async def restart( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -76375,8 +76078,9 @@ async def list_deployments( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -76674,21 +76378,6 @@ async def list_deployments( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -76890,17 +76579,24 @@ async def list_deployments( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -77468,7 +77164,9 @@ async def list_deployments( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -77478,7 +77176,7 @@ async def list_deployments( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -78042,8 +77740,8 @@ async def create_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -78328,21 +78026,6 @@ async def create_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -78533,18 +78216,23 @@ async def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -79076,8 +78764,9 @@ async def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -79086,8 +78775,7 @@ async def create_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -79547,8 +79235,8 @@ async def create_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -79833,21 +79521,6 @@ async def create_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -80038,18 +79711,23 @@ async def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -80581,8 +80259,9 @@ async def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -80591,8 +80270,7 @@ async def create_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -81050,8 +80728,8 @@ async def create_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -81336,21 +81014,6 @@ async def create_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -81541,18 +81204,23 @@ async def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -82084,8 +81752,9 @@ async def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -82094,8 +81763,7 @@ async def create_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -82637,8 +82305,8 @@ async def get_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -82923,21 +82591,6 @@ async def get_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -83128,18 +82781,23 @@ async def get_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -83671,8 +83329,9 @@ async def get_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -83681,8 +83340,7 @@ async def get_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -84211,8 +83869,8 @@ async def cancel_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -84497,21 +84155,6 @@ async def cancel_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -84702,18 +84345,23 @@ async def cancel_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -85245,8 +84893,9 @@ async def cancel_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -85255,8 +84904,7 @@ async def cancel_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -87069,8 +86717,10 @@ async def list_events( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -87381,21 +87031,6 @@ async def list_events( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -87609,17 +87244,24 @@ async def list_events( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -88215,7 +87857,9 @@ async def list_events( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -88225,7 +87869,7 @@ async def list_events( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -88823,8 +88467,9 @@ async def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -89122,21 +88767,6 @@ async def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -89338,17 +88968,24 @@ async def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -89916,7 +89553,9 @@ async def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -89926,7 +89565,7 @@ async def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -90507,8 +90146,9 @@ async def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -90806,21 +90446,6 @@ async def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -91022,17 +90647,24 @@ async def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -91600,7 +91232,9 @@ async def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -91610,7 +91244,7 @@ async def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -92548,7 +92182,8 @@ async def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -92819,21 +92454,6 @@ async def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -93014,18 +92634,23 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -93532,8 +93157,9 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -93542,8 +93168,7 @@ async def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -93841,7 +93466,8 @@ async def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -94112,21 +93738,6 @@ async def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -94307,18 +93918,23 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -94825,8 +94441,9 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -94835,8 +94452,7 @@ async def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -95156,7 +94772,8 @@ async def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -95427,21 +95044,6 @@ async def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -95622,18 +95224,23 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -96140,8 +95747,9 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -96150,8 +95758,7 @@ async def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -96454,7 +96061,8 @@ async def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -96725,21 +96333,6 @@ async def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -96920,18 +96513,23 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -97438,8 +97036,9 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -97448,8 +97047,7 @@ async def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -97747,7 +97345,8 @@ async def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -98018,21 +97617,6 @@ async def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -98213,18 +97797,23 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -98731,8 +98320,9 @@ async def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -98741,8 +98331,7 @@ async def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -99069,7 +98658,8 @@ async def list_alerts(self, app_id: str, **kwargs: Any) -> JSON: "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: @@ -99266,8 +98856,9 @@ async def assign_alert_destinations( "DEPLOYMENT_FAILED", "DEPLOYMENT_LIVE", "DOMAIN_FAILED", "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", - "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: "UNSPECIFIED_WINDOW", @@ -99371,8 +98962,9 @@ async def assign_alert_destinations( "DEPLOYMENT_FAILED", "DEPLOYMENT_LIVE", "DOMAIN_FAILED", "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", - "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: "UNSPECIFIED_WINDOW", @@ -99481,8 +99073,9 @@ async def assign_alert_destinations( "DEPLOYMENT_FAILED", "DEPLOYMENT_LIVE", "DOMAIN_FAILED", "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", - "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: "UNSPECIFIED_WINDOW", @@ -99852,8 +99445,8 @@ async def create_rollback( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -100138,21 +99731,6 @@ async def create_rollback( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -100343,18 +99921,23 @@ async def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -100886,8 +100469,9 @@ async def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -100896,8 +100480,7 @@ async def create_rollback( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -101365,8 +100948,8 @@ async def create_rollback( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -101651,21 +101234,6 @@ async def create_rollback( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -101856,18 +101424,23 @@ async def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -102399,8 +101972,9 @@ async def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -102409,8 +101983,7 @@ async def create_rollback( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -102881,8 +102454,8 @@ async def create_rollback( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -103167,21 +102740,6 @@ async def create_rollback( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -103372,18 +102930,23 @@ async def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -103915,8 +103478,9 @@ async def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -103925,8 +103489,7 @@ async def create_rollback( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -104992,8 +104555,8 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -105278,21 +104841,6 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -105483,18 +105031,23 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -106026,8 +105579,9 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -106036,8 +105590,7 @@ async def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index 0c9cd483..8ee017ee 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -18294,8 +18294,9 @@ def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -18593,21 +18594,6 @@ def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -18809,17 +18795,24 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -19387,7 +19380,9 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -19397,7 +19392,7 @@ def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -19830,8 +19825,10 @@ def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -20142,21 +20139,6 @@ def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -20370,17 +20352,24 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -20976,7 +20965,9 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -20986,7 +20977,7 @@ def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -21523,8 +21514,10 @@ def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -21835,21 +21828,6 @@ def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -22063,17 +22041,24 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -22669,7 +22654,9 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -22679,7 +22666,7 @@ def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -23154,8 +23141,10 @@ def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -23466,21 +23455,6 @@ def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -23694,17 +23668,24 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -24300,7 +24281,9 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -24310,7 +24293,7 @@ def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -24776,8 +24759,10 @@ def list( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -25088,21 +25073,6 @@ def list( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -25316,17 +25286,24 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -25922,7 +25899,9 @@ def list( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -25932,7 +25911,7 @@ def list( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -26393,7 +26372,8 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -26664,21 +26644,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -26859,18 +26824,23 @@ def create( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -27377,8 +27347,9 @@ def create( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -27387,8 +27358,7 @@ def create( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -27677,8 +27647,8 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -27963,21 +27933,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -28168,18 +28123,23 @@ def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -28711,8 +28671,9 @@ def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -28721,8 +28682,7 @@ def create( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -29130,8 +29090,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -29429,21 +29390,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -29645,17 +29591,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -30223,7 +30176,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -30233,7 +30188,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -30744,8 +30699,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -31043,21 +30999,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -31259,17 +31200,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -31837,7 +31785,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -31847,7 +31797,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -32297,8 +32247,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -32596,21 +32547,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -32812,17 +32748,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -33390,7 +33333,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -33400,7 +33345,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -33842,8 +33787,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -34141,21 +34087,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -34357,17 +34288,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -34935,7 +34873,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -34945,7 +34885,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -35332,8 +35272,8 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -35618,21 +35558,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -35823,18 +35748,23 @@ def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -36366,8 +36296,9 @@ def create( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -36376,8 +36307,7 @@ def create( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -36785,8 +36715,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -37084,21 +37015,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -37300,17 +37216,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -37878,7 +37801,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -37888,7 +37813,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -38399,8 +38324,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -38698,21 +38624,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -38914,17 +38825,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -39492,7 +39410,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -39502,7 +39422,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -39952,8 +39872,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -40251,21 +40172,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -40467,17 +40373,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -41045,7 +40958,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -41055,7 +40970,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -41497,8 +41412,9 @@ def create( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -41796,21 +41712,6 @@ def create( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -42012,17 +41913,24 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -42590,7 +42498,9 @@ def create( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -42600,7 +42510,7 @@ def create( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -42977,7 +42887,8 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -43248,21 +43159,6 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -43443,18 +43339,23 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -43961,8 +43862,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -43971,8 +43873,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -44261,8 +44162,8 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -44547,21 +44448,6 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -44752,18 +44638,23 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -45295,8 +45186,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -45305,8 +45197,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -45714,8 +45605,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -46013,21 +45905,6 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -46229,17 +46106,24 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -46807,7 +46691,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -46817,7 +46703,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -47328,8 +47214,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -47627,21 +47514,6 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -47843,17 +47715,24 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -48421,7 +48300,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -48431,7 +48312,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -48881,8 +48762,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -49180,21 +49062,6 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -49396,17 +49263,24 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -49974,7 +49848,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -49984,7 +49860,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -50426,8 +50302,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -50725,21 +50602,6 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -50941,17 +50803,24 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -51519,7 +51388,9 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -51529,7 +51400,7 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -52098,8 +51969,8 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -52384,21 +52255,6 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -52589,18 +52445,23 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -53132,8 +52993,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -53142,8 +53004,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -53551,8 +53412,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -53850,21 +53712,6 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -54066,17 +53913,24 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -54644,7 +54498,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -54654,7 +54510,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -55165,8 +55021,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -55464,21 +55321,6 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -55680,17 +55522,24 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -56258,7 +56107,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -56268,7 +56119,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -56718,8 +56569,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -57017,21 +56869,6 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -57233,17 +57070,24 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -57811,7 +57655,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -57821,7 +57667,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -58263,8 +58109,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -58562,21 +58409,6 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -58778,17 +58610,24 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -59356,7 +59195,9 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -59366,7 +59207,7 @@ def get(self, id: str, *, name: Optional[str] = None, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -59844,7 +59685,8 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -60115,21 +59957,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -60310,18 +60137,23 @@ def update( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -60828,8 +60660,9 @@ def update( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -60838,8 +60671,7 @@ def update( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -61130,8 +60962,8 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -61416,21 +61248,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -61621,18 +61438,23 @@ def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -62164,8 +61986,9 @@ def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -62174,8 +61997,7 @@ def update( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -62583,8 +62405,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -62882,21 +62705,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -63098,17 +62906,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -63676,7 +63491,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -63686,7 +63503,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -64197,8 +64014,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -64496,21 +64314,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -64712,17 +64515,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -65290,7 +65100,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -65300,7 +65112,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -65750,8 +65562,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -66049,21 +65862,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -66265,17 +66063,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -66843,7 +66648,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -66853,7 +66660,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -67295,8 +67102,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -67594,21 +67402,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -67810,17 +67603,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -68388,7 +68188,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -68398,7 +68200,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -68803,8 +68605,8 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -69089,21 +68891,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -69294,18 +69081,23 @@ def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -69837,8 +69629,9 @@ def update( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -69847,8 +69640,7 @@ def update( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -70256,8 +70048,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -70555,21 +70348,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -70771,17 +70549,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -71349,7 +71134,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -71359,7 +71146,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -71870,8 +71657,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -72169,21 +71957,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -72385,17 +72158,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -72963,7 +72743,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -72973,7 +72755,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -73423,8 +73205,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -73722,21 +73505,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -73938,17 +73706,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -74516,7 +74291,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -74526,7 +74303,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -74968,8 +74745,9 @@ def update( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -75267,21 +75045,6 @@ def update( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -75483,17 +75246,24 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -76061,7 +75831,9 @@ def update( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -76071,7 +75843,7 @@ def update( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -76461,7 +76233,8 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -76732,21 +76505,6 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -76927,18 +76685,23 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -77445,8 +77208,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -77455,8 +77219,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -77747,8 +77510,8 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -78033,21 +77796,6 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -78238,18 +77986,23 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -78781,8 +78534,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -78791,8 +78545,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -79200,8 +78953,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -79499,21 +79253,6 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -79715,17 +79454,24 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -80293,7 +80039,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -80303,7 +80051,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -80814,8 +80562,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -81113,21 +80862,6 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -81329,17 +81063,24 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -81907,7 +81648,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -81917,7 +81660,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -82367,8 +82110,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -82666,21 +82410,6 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -82882,17 +82611,24 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -83460,7 +83196,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -83470,7 +83208,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -83912,8 +83650,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -84211,21 +83950,6 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -84427,17 +84151,24 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -85005,7 +84736,9 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -85015,7 +84748,7 @@ def update(self, id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -85620,8 +85353,8 @@ def restart( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -85906,21 +85639,6 @@ def restart( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -86111,18 +85829,23 @@ def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -86654,8 +86377,9 @@ def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -86664,8 +86388,7 @@ def restart( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -87124,8 +86847,8 @@ def restart( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -87410,21 +87133,6 @@ def restart( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -87615,18 +87323,23 @@ def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -88158,8 +87871,9 @@ def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -88168,8 +87882,7 @@ def restart( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -88628,8 +88341,8 @@ def restart( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -88914,21 +88627,6 @@ def restart( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -89119,18 +88817,23 @@ def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -89662,8 +89365,9 @@ def restart( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -89672,8 +89376,7 @@ def restart( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -90657,8 +90360,9 @@ def list_deployments( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -90956,21 +90660,6 @@ def list_deployments( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -91172,17 +90861,24 @@ def list_deployments( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -91750,7 +91446,9 @@ def list_deployments( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -91760,7 +91458,7 @@ def list_deployments( }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -92324,8 +92022,8 @@ def create_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -92610,21 +92308,6 @@ def create_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -92815,18 +92498,23 @@ def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -93358,8 +93046,9 @@ def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -93368,8 +93057,7 @@ def create_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -93829,8 +93517,8 @@ def create_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -94115,21 +93803,6 @@ def create_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -94320,18 +93993,23 @@ def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -94863,8 +94541,9 @@ def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -94873,8 +94552,7 @@ def create_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -95332,8 +95010,8 @@ def create_deployment( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -95618,21 +95296,6 @@ def create_deployment( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -95823,18 +95486,23 @@ def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -96366,8 +96034,9 @@ def create_deployment( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -96376,8 +96045,7 @@ def create_deployment( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -96917,8 +96585,8 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -97203,21 +96871,6 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -97408,18 +97061,23 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -97951,8 +97609,9 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -97961,8 +97620,7 @@ def get_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> JSON } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -98489,8 +98147,8 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -98775,21 +98433,6 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -98980,18 +98623,23 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -99523,8 +99171,9 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -99533,8 +99182,7 @@ def cancel_deployment(self, app_id: str, deployment_id: str, **kwargs: Any) -> J } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -101347,8 +100995,10 @@ def list_events( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -101659,21 +101309,6 @@ def list_events( }, "jobs": [ { - "autoscaling": { - "max_instance_count": - 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for - the component. - } - }, - "min_instance_count": - 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -101887,17 +101522,24 @@ def list_events( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. Default value is - 80. The average target CPU utilization for + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 + target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target + number of requests per second per instance + for the component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -102493,7 +102135,9 @@ def list_events( "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for - this component. Must be more than min_instance_count. + this component. Maximum 250. Consider using a larger + instance size if your application requires more than + 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. Default value is @@ -102503,7 +102147,7 @@ def list_events( }, "min_instance_count": 0 # Optional. The minimum amount of instances for - this component. Must be less than max_instance_count. + this component. }, "bitbucket": { "branch": "str", # @@ -103101,8 +102745,9 @@ def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -103400,21 +103045,6 @@ def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -103616,17 +103246,24 @@ def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -104194,7 +103831,9 @@ def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -104204,7 +103843,7 @@ def get_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -104785,8 +104424,9 @@ def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -105084,21 +104724,6 @@ def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # - Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. - } - }, - "min_instance_count": 0 # - Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -105300,17 +104925,24 @@ def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { - "cpu": { - "percent": 80 - # Optional. Default value is 80. The average - target CPU utilization for the component. + "request_duration": { + "p95_milliseconds": 0 # Optional. The p95 target + request duration in milliseconds for the + component. + }, + "requests_per_second": { + "per_instance": 0 # Optional. The target number + of requests per second per instance for the + component. } }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -105878,7 +105510,9 @@ def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: "autoscaling": { "max_instance_count": 0, # Optional. The maximum amount of instances for this - component. Must be more than min_instance_count. + component. Maximum 250. Consider using a larger instance + size if your application requires more than 250 + instances. "metrics": { "cpu": { "percent": 80 @@ -105888,7 +105522,7 @@ def cancel_event(self, app_id: str, event_id: str, **kwargs: Any) -> JSON: }, "min_instance_count": 0 # Optional. The minimum amount of instances for this - component. Must be less than max_instance_count. + component. }, "bitbucket": { "branch": "str", # Optional. @@ -106826,7 +106460,8 @@ def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -107097,21 +106732,6 @@ def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -107292,18 +106912,23 @@ def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -107810,8 +107435,9 @@ def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -107820,8 +107446,7 @@ def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -108119,7 +107744,8 @@ def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -108390,21 +108016,6 @@ def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -108585,18 +108196,23 @@ def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -109103,8 +108719,9 @@ def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -109113,8 +108730,7 @@ def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -109434,7 +109050,8 @@ def validate_app_spec( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -109705,21 +109322,6 @@ def validate_app_spec( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -109900,18 +109502,23 @@ def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -110418,8 +110025,9 @@ def validate_app_spec( { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -110428,8 +110036,7 @@ def validate_app_spec( } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -110730,7 +110337,8 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -111001,21 +110609,6 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -111196,18 +110789,23 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -111714,8 +111312,9 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -111724,8 +111323,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -112023,7 +111621,8 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", - and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # @@ -112294,21 +111893,6 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization - for the component. - } - }, - "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -112489,18 +112073,23 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # Optional. - Default value is 80. The average target CPU utilization + "request_duration": { + "p95_milliseconds": 0 # + Optional. The p95 target request duration in milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second per + instance for the component. } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -113007,8 +112596,9 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON { "autoscaling": { "max_instance_count": 0, # Optional. The - maximum amount of instances for this component. Must be more than - min_instance_count. + maximum amount of instances for this component. Maximum 250. + Consider using a larger instance size if your application + requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # Optional. @@ -113017,8 +112607,7 @@ def validate_app_spec(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON } }, "min_instance_count": 0 # Optional. The - minimum amount of instances for this component. Must be less than - max_instance_count. + minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The name of the @@ -113345,7 +112934,8 @@ def list_alerts(self, app_id: str, **kwargs: Any) -> JSON: "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: @@ -113542,8 +113132,9 @@ def assign_alert_destinations( "DEPLOYMENT_FAILED", "DEPLOYMENT_LIVE", "DOMAIN_FAILED", "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", - "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: "UNSPECIFIED_WINDOW", @@ -113647,8 +113238,9 @@ def assign_alert_destinations( "DEPLOYMENT_FAILED", "DEPLOYMENT_LIVE", "DOMAIN_FAILED", "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", - "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: "UNSPECIFIED_WINDOW", @@ -113757,8 +113349,9 @@ def assign_alert_destinations( "DEPLOYMENT_FAILED", "DEPLOYMENT_LIVE", "DOMAIN_FAILED", "DOMAIN_LIVE", "AUTOSCALE_FAILED", "AUTOSCALE_SUCCEEDED", "FUNCTIONS_ACTIVATION_COUNT", "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", - "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_AVERAGE_WAIT_TIME_MS", "FUNCTIONS_ERROR_COUNT", + "FUNCTIONS_GB_RATE_PER_SECOND", "REQUESTS_PER_SECOND", and + "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": "UNSPECIFIED_WINDOW" # Optional. Default value is "UNSPECIFIED_WINDOW". Known values are: "UNSPECIFIED_WINDOW", @@ -114128,8 +113721,8 @@ def create_rollback( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -114414,21 +114007,6 @@ def create_rollback( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -114619,18 +114197,23 @@ def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -115162,8 +114745,9 @@ def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -115172,8 +114756,7 @@ def create_rollback( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -115641,8 +115224,8 @@ def create_rollback( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -115927,21 +115510,6 @@ def create_rollback( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -116132,18 +115700,23 @@ def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -116675,8 +116248,9 @@ def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -116685,8 +116259,7 @@ def create_rollback( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -117157,8 +116730,8 @@ def create_rollback( "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -117443,21 +117016,6 @@ def create_rollback( }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -117648,18 +117206,23 @@ def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -118191,8 +117754,9 @@ def create_rollback( { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -118201,8 +117765,7 @@ def create_rollback( } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -119268,8 +118831,8 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: "FUNCTIONS_AVERAGE_DURATION_MS", "FUNCTIONS_ERROR_RATE_PER_MINUTE", "FUNCTIONS_AVERAGE_WAIT_TIME_MS", - "FUNCTIONS_ERROR_COUNT", and - "FUNCTIONS_GB_RATE_PER_SECOND". + "FUNCTIONS_ERROR_COUNT", "FUNCTIONS_GB_RATE_PER_SECOND", + "REQUESTS_PER_SECOND", and "REQUEST_DURATION_P95_MS". "value": 0.0, # Optional. Threshold value for alert. "window": @@ -119554,21 +119117,6 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: }, "jobs": [ { - "autoscaling": { - "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. - "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. - } - }, - "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. - }, "bitbucket": { "branch": "str", # Optional. The name of the branch to use. @@ -119759,18 +119307,23 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { - "cpu": { - "percent": 80 # - Optional. Default value is 80. The average target CPU - utilization for the component. + "request_duration": { + "p95_milliseconds": 0 + # Optional. The p95 target request duration in + milliseconds for the component. + }, + "requests_per_second": { + "per_instance": 0 # + Optional. The target number of requests per second + per instance for the component. } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The @@ -120302,8 +119855,9 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: { "autoscaling": { "max_instance_count": 0, # Optional. - The maximum amount of instances for this component. Must be - more than min_instance_count. + The maximum amount of instances for this component. Maximum + 250. Consider using a larger instance size if your + application requires more than 250 instances. "metrics": { "cpu": { "percent": 80 # @@ -120312,8 +119866,7 @@ def revert_rollback(self, app_id: str, **kwargs: Any) -> JSON: } }, "min_instance_count": 0 # Optional. - The minimum amount of instances for this component. Must be - less than max_instance_count. + The minimum amount of instances for this component. }, "bitbucket": { "branch": "str", # Optional. The