Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class RetryPolicy.
A policy that specifies how Pub/Sub retries message delivery.
Retry delay will be exponential based on provided minimum and maximum
backoffs. https://en.wikipedia.org/wiki/Exponential_backoff.
RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded
events for a given message.
Retry Policy is implemented on a best effort basis. At times, the delay
between consecutive deliveries may not match the configuration. That is,
delay can be more or less than configured backoff.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.RetryPolicy
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud BigQuery Analytics Hub V1 Client - Class RetryPolicy (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-bigquery-analyticshub/latest/V1.RetryPolicy)\n- [1.2.0](/php/docs/reference/cloud-bigquery-analyticshub/1.2.0/V1.RetryPolicy)\n- [1.1.0](/php/docs/reference/cloud-bigquery-analyticshub/1.1.0/V1.RetryPolicy)\n- [1.0.4](/php/docs/reference/cloud-bigquery-analyticshub/1.0.4/V1.RetryPolicy)\n- [0.5.3](/php/docs/reference/cloud-bigquery-analyticshub/0.5.3/V1.RetryPolicy)\n- [0.4.0](/php/docs/reference/cloud-bigquery-analyticshub/0.4.0/V1.RetryPolicy)\n- [0.3.2](/php/docs/reference/cloud-bigquery-analyticshub/0.3.2/V1.RetryPolicy)\n- [0.2.2](/php/docs/reference/cloud-bigquery-analyticshub/0.2.2/V1.RetryPolicy)\n- [0.1.6](/php/docs/reference/cloud-bigquery-analyticshub/0.1.6/V1.RetryPolicy) \nReference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class RetryPolicy.\n\nA policy that specifies how Pub/Sub retries message delivery.\n\nRetry delay will be exponential based on provided minimum and maximum\nbackoffs. \u003chttps://en.wikipedia.org/wiki/Exponential_backoff\u003e.\nRetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded\nevents for a given message.\nRetry Policy is implemented on a best effort basis. At times, the delay\nbetween consecutive deliveries may not match the configuration. That is,\ndelay can be more or less than configured backoff.\n\nGenerated from protobuf message `google.cloud.bigquery.analyticshub.v1.RetryPolicy`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ BigQuery \\\\ AnalyticsHub \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getMinimumBackoff\n\nOptional. The minimum delay between consecutive deliveries of a given\nmessage. Value should be between 0 and 600 seconds. Defaults to 10 seconds.\n\n### hasMinimumBackoff\n\n### clearMinimumBackoff\n\n### setMinimumBackoff\n\nOptional. The minimum delay between consecutive deliveries of a given\nmessage. Value should be between 0 and 600 seconds. Defaults to 10 seconds.\n\n### getMaximumBackoff\n\nOptional. The maximum delay between consecutive deliveries of a given\nmessage. Value should be between 0 and 600 seconds. Defaults to 600\nseconds.\n\n### hasMaximumBackoff\n\n### clearMaximumBackoff\n\n### setMaximumBackoff\n\nOptional. The maximum delay between consecutive deliveries of a given\nmessage. Value should be between 0 and 600 seconds. Defaults to 600\nseconds."]]