@@ -232,19 +232,6 @@ message RenderProductIssuesRequest {
232232 // Optional. The payload for configuring how the content should be rendered.
233233 RenderIssuesRequestPayload payload = 4
234234 [(google.api.field_behavior ) = OPTIONAL ];
235-
236- // Optional. If true, the `{product}` in the `name` field of the request will
237- // be interpreted as unpadded base64url-encoded and decoded during request
238- // processing to match the decoded value. Default value is `false`. Use this
239- // if your `{product}` contains special characters, such as forward slash `/`
240- // or other characters that are unpadded base64url-encoded (as per RFC 7515:
241- // https://datatracker.ietf.org/doc/html/rfc7515#section-2).
242- //
243- // Note that future versions of the API will only accept unpadded
244- // base64url-encoded product ids, so we strongly recommend proactively setting
245- // this to `true` and encoding the product ids.
246- bool product_id_base64_url_encoded = 5
247- [(google.api.field_behavior ) = OPTIONAL ];
248235}
249236
250237// An issue affecting specific business or their product.
@@ -869,10 +856,6 @@ message ExternalAction {
869856 // Redirect to Merchant Center where the business can perform identity
870857 // verification.
871858 VERIFY_IDENTITY_IN_MERCHANT_CENTER = 4 ;
872-
873- // Redirect to Merchant Center where the business can perform business
874- // video verification.
875- VERIFY_BUSINESS_VIDEO_IN_MERCHANT_CENTER = 5 ;
876859 }
877860
878861 // The type of external action.
0 commit comments