@@ -35,7 +35,7 @@ def delete_restriction_policy(resource_id, opts = {})
3535 #
3636 # Deletes the restriction policy associated with a specified resource.
3737 #
38- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
38+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, ` security-rule`, `slo`.
3939 # @param opts [Hash] the optional parameters
4040 # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
4141 def delete_restriction_policy_with_http_info ( resource_id , opts = { } )
@@ -100,7 +100,7 @@ def get_restriction_policy(resource_id, opts = {})
100100 #
101101 # Retrieves the restriction policy associated with a specified resource.
102102 #
103- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
103+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, ` security-rule`, `slo`.
104104 # @param opts [Hash] the optional parameters
105105 # @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
106106 def get_restriction_policy_with_http_info ( resource_id , opts = { } )
@@ -170,6 +170,7 @@ def update_restriction_policy(resource_id, body, opts = {})
170170 # - Dashboards: `dashboard`
171171 # - Notebooks: `notebook`
172172 # - Powerpacks: `powerpack`
173+ # - Reference Tables: `reference-table`
173174 # - Security Rules: `security-rule`
174175 # - Service Level Objectives: `slo`
175176 # - Synthetic Global Variables: `synthetics-global-variable`
@@ -189,8 +190,9 @@ def update_restriction_policy(resource_id, body, opts = {})
189190 # Synthetic Tests | `viewer`, `editor`
190191 # Synthetic Private Locations | `viewer`, `editor`
191192 # Monitors | `viewer`, `editor`
193+ # Reference Tables | `viewer`, `editor`
192194 #
193- # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `security-rule`, `slo`.
195+ # @param resource_id [String] Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `notebook`, `reference-table`, ` security-rule`, `slo`.
194196 # @param body [RestrictionPolicyUpdateRequest] Restriction policy payload
195197 # @param opts [Hash] the optional parameters
196198 # @return [Array<(RestrictionPolicyResponse, Integer, Hash)>] RestrictionPolicyResponse data, response status code and response headers
0 commit comments