From fdec88358c99b0602734c81e65b50d30be9b4df3 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 31 Aug 2026 21:20:29 +0000 Subject: [PATCH] chore: preview YARD formatting fixes from gapic-generator-ruby #1337 --- .../proto_docs/google/apps/card/v1/card.rb | 4 ++-- .../proto_docs/google/chat/v1/annotation.rb | 2 +- google-apps-chat-v1/proto_docs/google/chat/v1/space.rb | 2 +- .../google/chat/v1/space_notification_setting.rb | 6 +++--- .../proto_docs/google/cloud/agentregistry/v1/agent.rb | 4 ++-- .../google/cloud/agentregistry/v1/mcp_server.rb | 2 +- .../v1/featurestore_online_serving_service/client.rb | 2 +- .../featurestore_online_serving_service/rest/client.rb | 2 +- .../google/cloud/aiplatform/v1/evaluation_service.rb | 2 +- .../cloud/aiplatform/v1/featurestore_online_service.rb | 2 +- .../google/cloud/aiplatform/v1/tuning_job.rb | 2 +- .../proto_docs/google/bigtable/admin/v2/table.rb | 2 +- .../lib/google/cloud/bigtable/v2/bigtable/client.rb | 2 +- .../google/cloud/bigtable/v2/bigtable/rest/client.rb | 2 +- .../proto_docs/google/bigtable/v2/bigtable.rb | 2 +- google-cloud-compute-v1/Gemfile.lock | 4 ++-- .../google/cloud/configdelivery/v1/config_delivery.rb | 2 +- .../proto_docs/google/cloud/config/v1/config.rb | 4 ++-- .../google/cloud/datacatalog/lineage/v1/lineage.rb | 2 +- .../cloud/data_catalog/v1/data_catalog/client.rb | 2 +- .../cloud/data_catalog/v1/data_catalog/rest/client.rb | 2 +- .../google/cloud/datacatalog/v1/datacatalog.rb | 2 +- .../proto_docs/google/dataflow/v1beta3/jobs.rb | 2 +- .../proto_docs/google/cloud/dialogflow/cx/v3/agent.rb | 2 +- .../proto_docs/google/cloud/dialogflow/v2/agent.rb | 2 +- .../cloud/dialogflow/v2/agent_coaching_instruction.rb | 2 +- .../google/cloud/dialogflow/v2/audio_config.rb | 2 +- .../google/cloud/dialogflow/v2/conversation.rb | 2 +- .../discovery_engine/v1beta/document_service/client.rb | 2 +- .../v1beta/document_service/rest/client.rb | 2 +- .../google/cloud/discoveryengine/v1beta/assistant.rb | 2 +- .../cloud/discoveryengine/v1beta/import_config.rb | 2 +- .../proto_docs/google/privacy/dlp/v2/dlp.rb | 2 +- .../proto_docs/google/privacy/dlp/v2/storage.rb | 2 +- .../proto_docs/google/cloud/eventarc/v1/enrollment.rb | 2 +- .../google/cloud/eventarc/v1/google_api_source.rb | 2 +- .../google/cloud/geminidataanalytics/v1/context.rb | 2 +- .../google/cloud/geminidataanalytics/v1beta/context.rb | 2 +- .../proto_docs/google/cloud/netapp/v1/volume.rb | 2 +- .../cloud/networksecurity/v1/security_profile_group.rb | 2 +- .../google/cloud/networkservices/v1/extensibility.rb | 10 +++++----- .../cloud/oracle_database/v1/oracle_database/client.rb | 4 ++-- .../oracle_database/v1/oracle_database/rest/client.rb | 4 ++-- .../google/cloud/oracledatabase/v1/minor_version.rb | 2 +- .../google/cloud/oracledatabase/v1/oracledatabase.rb | 2 +- .../cloud/recommendationengine/v1beta1/common.rb | 4 ++-- .../cloud/retail/v2/prediction_service/client.rb | 4 ++-- .../cloud/retail/v2/prediction_service/rest/client.rb | 4 ++-- .../google/cloud/retail/v2/prediction_service.rb | 4 ++-- .../proto_docs/google/cloud/retail/v2/product.rb | 2 +- .../google/cloud/securitycenter/v1/access.rb | 4 ++-- .../google/cloud/securitycenter/v2/access.rb | 4 ++-- .../proto_docs/google/api/documentation.rb | 2 +- .../proto_docs/google/api/documentation.rb | 2 +- .../spanner/admin/instance/v1/instance_admin/client.rb | 2 +- .../admin/instance/v1/instance_admin/rest/client.rb | 2 +- .../admin/instance/v1/spanner_instance_admin.rb | 2 +- .../proto_docs/google/spanner/v1/result_set.rb | 2 +- .../proto_docs/google/cloud/talent/v4/job.rb | 2 +- .../proto_docs/google/cloud/talent/v4beta1/job.rb | 2 +- .../google/cloud/texttospeech/v1/cloud_tts.rb | 2 +- .../google/cloud/texttospeech/v1beta1/cloud_tts.rb | 2 +- .../shopping/merchant/accounts/v1/shippingsettings.rb | 4 ++-- .../merchant/accounts/v1beta/shippingsettings.rb | 4 ++-- 64 files changed, 84 insertions(+), 84 deletions(-) diff --git a/google-apps-chat-v1/proto_docs/google/apps/card/v1/card.rb b/google-apps-chat-v1/proto_docs/google/apps/card/v1/card.rb index ee46b0bdb70e..553136b2354a 100644 --- a/google-apps-chat-v1/proto_docs/google/apps/card/v1/card.rb +++ b/google-apps-chat-v1/proto_docs/google/apps/card/v1/card.rb @@ -897,7 +897,7 @@ class Image # For example, the following JSON creates a divider: # # ``` - # "divider": {} + # "divider": \\{} # ``` class Divider include ::Google::Protobuf::MessageExts @@ -1751,7 +1751,7 @@ class Icon # settings under **Customize**. # @!attribute [rw] weight # @return [::Integer] - # The stroke weight of the icon. Choose from {100, 200, 300, 400, + # The stroke weight of the icon. Choose from \\{100, 200, 300, 400, # 500, 600, 700}. If absent, default value is 400. If any other value is # specified, the default value is used. # diff --git a/google-apps-chat-v1/proto_docs/google/chat/v1/annotation.rb b/google-apps-chat-v1/proto_docs/google/chat/v1/annotation.rb index d2decee6b393..2bdc0621cb6d 100644 --- a/google-apps-chat-v1/proto_docs/google/chat/v1/annotation.rb +++ b/google-apps-chat-v1/proto_docs/google/chat/v1/annotation.rb @@ -29,7 +29,7 @@ module V1 # # Example plain-text message body: # ``` - # Hello @FooBot how are you!" + # Hello `@FooBot` how are you!" # ``` # # The corresponding annotations metadata: diff --git a/google-apps-chat-v1/proto_docs/google/chat/v1/space.rb b/google-apps-chat-v1/proto_docs/google/chat/v1/space.rb index 114f60e8fd6f..7478537270e9 100644 --- a/google-apps-chat-v1/proto_docs/google/chat/v1/space.rb +++ b/google-apps-chat-v1/proto_docs/google/chat/v1/space.rb @@ -338,7 +338,7 @@ class Principal # Optional. Setting for toggling space history on and off. # @!attribute [rw] use_at_mention_all # @return [::Google::Apps::Chat::V1::Space::PermissionSetting] - # Optional. Setting for using @all in a space. + # Optional. Setting for using `@all` in a space. # @!attribute [rw] manage_apps # @return [::Google::Apps::Chat::V1::Space::PermissionSetting] # Optional. Setting for managing apps in a space. diff --git a/google-apps-chat-v1/proto_docs/google/chat/v1/space_notification_setting.rb b/google-apps-chat-v1/proto_docs/google/chat/v1/space_notification_setting.rb index c5fb842c9a5f..ce0f7415689b 100644 --- a/google-apps-chat-v1/proto_docs/google/chat/v1/space_notification_setting.rb +++ b/google-apps-chat-v1/proto_docs/google/chat/v1/space_notification_setting.rb @@ -42,16 +42,16 @@ module NotificationSetting # Reserved. NOTIFICATION_SETTING_UNSPECIFIED = 0 - # Notifications are triggered by @mentions, followed threads, first + # Notifications are triggered by `@mentions`, followed threads, first # message of new threads. All new threads are automatically followed, # unless manually unfollowed by the user. ALL = 1 - # The notification is triggered by @mentions, followed threads, first + # The notification is triggered by `@mentions`, followed threads, first # message of new threads. Not available for 1:1 direct messages. MAIN_CONVERSATIONS = 2 - # The notification is triggered by @mentions, followed threads. Not + # The notification is triggered by `@mentions`, followed threads. Not # available for 1:1 direct messages. FOR_YOU = 3 diff --git a/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/agent.rb b/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/agent.rb index a05c327b845c..376847f5a831 100644 --- a/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/agent.rb +++ b/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/agent.rb @@ -67,10 +67,10 @@ module V1 # Output only. Attributes of the Agent. # Valid values: # - # * `agentregistry.googleapis.com/system/Framework`: {"framework": + # * `agentregistry.googleapis.com/system/Framework`: \\{"framework": # "google-adk"} - the agent framework used to develop the Agent. Example # values: "google-adk", "langchain", "custom". - # * `agentregistry.googleapis.com/system/RuntimeIdentity`: {"principal": + # * `agentregistry.googleapis.com/system/RuntimeIdentity`: \\{"principal": # "principal://..."} - the runtime identity associated with the Agent. # * `agentregistry.googleapis.com/system/RuntimeReference`: \\{"uri": "//..."} # - the URI of the underlying resource hosting the Agent, for diff --git a/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/mcp_server.rb b/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/mcp_server.rb index 2f9fc1567039..c4f6374b0916 100644 --- a/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/mcp_server.rb +++ b/google-cloud-agent_registry-v1/proto_docs/google/cloud/agentregistry/v1/mcp_server.rb @@ -52,7 +52,7 @@ module V1 # Output only. Attributes of the MCP Server. # Valid values: # - # * `agentregistry.googleapis.com/system/RuntimeIdentity`: {"principal": + # * `agentregistry.googleapis.com/system/RuntimeIdentity`: \\{"principal": # "principal://..."} - the runtime identity associated with the MCP Server. # * `agentregistry.googleapis.com/system/RuntimeReference`: \\{"uri": "//..."} # - the URI of the underlying resource hosting the MCP Server, for diff --git a/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb b/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb index fc3f9050894c..5edec3291916 100644 --- a/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +++ b/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb @@ -439,7 +439,7 @@ def streaming_read_feature_values request, options = nil # @param entity_type [::String] # Required. The resource name of the EntityType for the entities being # written. Value format: - # `projects/{project}/locations/{location}/featurestores/ + # `projects/\\{project}/locations/\\{location}/featurestores/ # \\{featurestore}/entityTypes/\\{entityType}`. For example, # for a machine learning model predicting user clicks on a website, an # EntityType ID could be `user`. diff --git a/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/client.rb b/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/client.rb index 0da4aa1c5958..7d25b8c4df91 100644 --- a/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/client.rb +++ b/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/client.rb @@ -422,7 +422,7 @@ def streaming_read_feature_values request, options = nil # @param entity_type [::String] # Required. The resource name of the EntityType for the entities being # written. Value format: - # `projects/{project}/locations/{location}/featurestores/ + # `projects/\\{project}/locations/\\{location}/featurestores/ # \\{featurestore}/entityTypes/\\{entityType}`. For example, # for a machine learning model predicting user clicks on a website, an # EntityType ID could be `user`. diff --git a/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb b/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb index 271f59935ef2..49363a8341c7 100644 --- a/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb +++ b/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb @@ -556,7 +556,7 @@ class PredefinedMetricSpec # Required. The type of the computation based metric. # @!attribute [rw] parameters # @return [::Google::Protobuf::Struct] - # Optional. A map of parameters for the metric, e.g. {"rouge_type": + # Optional. A map of parameters for the metric, e.g. \\{"rouge_type": # "rougeL"}. class ComputationBasedMetricSpec include ::Google::Protobuf::MessageExts diff --git a/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb b/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb index 2459a5775fcc..fa8977a0e609 100644 --- a/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +++ b/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb @@ -27,7 +27,7 @@ module V1 # @return [::String] # Required. The resource name of the EntityType for the entities being # written. Value format: - # `projects/{project}/locations/{location}/featurestores/ + # `projects/\\{project}/locations/\\{location}/featurestores/ # \\{featurestore}/entityTypes/\\{entityType}`. For example, # for a machine learning model predicting user clicks on a website, an # EntityType ID could be `user`. diff --git a/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb b/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb index e4b7ad0dce4c..60798ed9a17f 100644 --- a/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb +++ b/google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb @@ -148,7 +148,7 @@ class LabelsEntry # parent model with version 1. Otherwise the version id will be incremented # by 1 from the last version ID in the parent model. E.g., # - # `projects/{project}/locations/{location}/models/{model}@{last_version_id + + # `projects/\\{project}/locations/\\{location}/models/\\{model}@\\{last_version_id + # 1}` # @!attribute [r] endpoint # @return [::String] diff --git a/google-cloud-bigtable-admin-v2/proto_docs/google/bigtable/admin/v2/table.rb b/google-cloud-bigtable-admin-v2/proto_docs/google/bigtable/admin/v2/table.rb index 0cacca8c0919..3f6cb6707f34 100644 --- a/google-cloud-bigtable-admin-v2/proto_docs/google/bigtable/admin/v2/table.rb +++ b/google-cloud-bigtable-admin-v2/proto_docs/google/bigtable/admin/v2/table.rb @@ -540,7 +540,7 @@ module State # @return [::String] # A globally unique identifier for the backup which cannot be # changed. Values are of the form - # `projects/{project}/instances/{instance}/clusters/{cluster}/ + # `projects/\\{project}/instances/\\{instance}/clusters/\\{cluster}/ # backups/[_a-zA-Z0-9][-_.a-zA-Z0-9]*` # The final segment of the name must be between 1 and 50 characters # in length. diff --git a/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/client.rb b/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/client.rb index bc2226dc38de..2f0ec4fb98e7 100644 --- a/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/client.rb +++ b/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/client.rb @@ -1333,7 +1333,7 @@ def read_change_stream request, options = nil # `@` character followed by the parameter name (for example, `@firstName`) in # the query string. # - # For example, if param_types["firstName"] = Bytes then @firstName will be a + # For example, if param_types["firstName"] = Bytes then `@firstName` will be a # query parameter of type Bytes. The specific `Value` to be used for the # query execution must be sent in `ExecuteQueryRequest` in the `params` map. # diff --git a/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/rest/client.rb b/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/rest/client.rb index 1c7d51fbdf96..7899b5eb0fb8 100644 --- a/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/rest/client.rb +++ b/google-cloud-bigtable-v2/lib/google/cloud/bigtable/v2/bigtable/rest/client.rb @@ -1197,7 +1197,7 @@ def read_change_stream request, options = nil # `@` character followed by the parameter name (for example, `@firstName`) in # the query string. # - # For example, if param_types["firstName"] = Bytes then @firstName will be a + # For example, if param_types["firstName"] = Bytes then `@firstName` will be a # query parameter of type Bytes. The specific `Value` to be used for the # query execution must be sent in `ExecuteQueryRequest` in the `params` map. # @yield [result, operation] Access the result along with the TransportOperation object diff --git a/google-cloud-bigtable-v2/proto_docs/google/bigtable/v2/bigtable.rb b/google-cloud-bigtable-v2/proto_docs/google/bigtable/v2/bigtable.rb index 00e6224f420e..d96a86296440 100644 --- a/google-cloud-bigtable-v2/proto_docs/google/bigtable/v2/bigtable.rb +++ b/google-cloud-bigtable-v2/proto_docs/google/bigtable/v2/bigtable.rb @@ -926,7 +926,7 @@ class ExecuteQueryResponse # `@` character followed by the parameter name (for example, `@firstName`) in # the query string. # - # For example, if param_types["firstName"] = Bytes then @firstName will be a + # For example, if param_types["firstName"] = Bytes then `@firstName` will be a # query parameter of type Bytes. The specific `Value` to be used for the # query execution must be sent in `ExecuteQueryRequest` in the `params` map. class PrepareQueryRequest diff --git a/google-cloud-compute-v1/Gemfile.lock b/google-cloud-compute-v1/Gemfile.lock index 2b65eee1a831..f5aed30fcdcf 100644 --- a/google-cloud-compute-v1/Gemfile.lock +++ b/google-cloud-compute-v1/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google-cloud-compute-v1 (3.9.0) + google-cloud-compute-v1 (3.10.0) gapic-common (~> 1.3) google-cloud-common (~> 1.0) google-cloud-errors (~> 1.0) @@ -235,7 +235,7 @@ CHECKSUMS faraday-retry (2.4.0) sha256=7b79c48fb7e56526faf247b12d94a680071ff40c9fda7cf1ec1549439ad11ebe gapic-common (1.3.0) sha256=4e5d9be1effb7366e2cda13c0f44922285d5613ac8de8b9b18c2c835fe4faa91 google-cloud-common (1.10.0) sha256=f8036aa5a5f6a32d9ccab652f0f52a996ac02f5be83f403075465e8ba99238ee - google-cloud-compute-v1 (3.9.0) + google-cloud-compute-v1 (3.10.0) google-cloud-env (2.4.0) sha256=01cb35ecee5d1c4d1cd4deaed8bb5bddc838e296bcc2a35c5d1ddd07ce40d28d google-cloud-errors (1.7.0) sha256=6e682f42d89aae08689f36f28495de629d756da076bafff0003bac7f8042ebb3 google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b diff --git a/google-cloud-config_delivery-v1/proto_docs/google/cloud/configdelivery/v1/config_delivery.rb b/google-cloud-config_delivery-v1/proto_docs/google/cloud/configdelivery/v1/config_delivery.rb index 2588ba93e73d..8bf0bb9677c6 100644 --- a/google-cloud-config_delivery-v1/proto_docs/google/cloud/configdelivery/v1/config_delivery.rb +++ b/google-cloud-config_delivery-v1/proto_docs/google/cloud/configdelivery/v1/config_delivery.rb @@ -25,7 +25,7 @@ module V1 # @!attribute [rw] name # @return [::String] # Identifier. Name of the `ResourceBundle`. Format is - # `projects/{project}/locations/{location}/resourceBundle + # `projects/\\{project}/locations/\\{location}/resourceBundle # /[a-z][a-z0-9\-]\\{0,62}`. # @!attribute [r] create_time # @return [::Google::Protobuf::Timestamp] diff --git a/google-cloud-config_service-v1/proto_docs/google/cloud/config/v1/config.rb b/google-cloud-config_service-v1/proto_docs/google/cloud/config/v1/config.rb index f826507cc16f..9b47cc88d504 100644 --- a/google-cloud-config_service-v1/proto_docs/google/cloud/config/v1/config.rb +++ b/google-cloud-config_service-v1/proto_docs/google/cloud/config/v1/config.rb @@ -46,7 +46,7 @@ module V1 # @!attribute [r] latest_revision # @return [::String] # Output only. Revision name that was most recently applied. - # Format: `projects/{project}/locations/{location}/deployments/{deployment}/ + # Format: `projects/\\{project}/locations/\\{location}/deployments/\\{deployment}/ # revisions/\\{revision}` # @!attribute [r] state_detail # @return [::String] @@ -793,7 +793,7 @@ class OperationMetadata # @!attribute [rw] name # @return [::String] # Revision name. Format: - # `projects/{project}/locations/{location}/deployments/{deployment}/ + # `projects/\\{project}/locations/\\{location}/deployments/\\{deployment}/ # revisions/\\{revision}` # @!attribute [r] create_time # @return [::Google::Protobuf::Timestamp] diff --git a/google-cloud-data_catalog-lineage-v1/proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb b/google-cloud-data_catalog-lineage-v1/proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb index db0ab32b4fd2..7abcdaf1091d 100644 --- a/google-cloud-data_catalog-lineage-v1/proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb +++ b/google-cloud-data_catalog-lineage-v1/proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb @@ -800,7 +800,7 @@ class ProcessLinkInfo # location parts of the resource name must match the project and location of # the lineage resource being created. Examples: # - # - `{source_type: COMPOSER, name: + # - `\\{source_type: COMPOSER, name: # "projects/foo/locations/us/environments/bar"}` # - `{source_type: BIGQUERY, name: "projects/foo/locations/eu"}` # - `{source_type: CUSTOM, name: "myCustomIntegration"}` diff --git a/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/client.rb b/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/client.rb index 925e1302b48d..64cd0868322c 100644 --- a/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/client.rb +++ b/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/client.rb @@ -1338,7 +1338,7 @@ def get_entry request, options = nil # Examples: # # * `pubsub.topic.{PROJECT_ID}.{TOPIC_ID}` - # * `pubsub.topic.{PROJECT_ID}.`\``{TOPIC.ID.SEPARATED.WITH.DOTS}`\` + # * `pubsub.topic.{PROJECT_ID}.`\``\\{TOPIC.ID.SEPARATED.WITH.DOTS}`\` # * `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` # * `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` # * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` diff --git a/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb b/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb index ca1378d007fe..08953b397bbb 100644 --- a/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb +++ b/google-cloud-data_catalog-v1/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb @@ -1246,7 +1246,7 @@ def get_entry request, options = nil # Examples: # # * `pubsub.topic.{PROJECT_ID}.{TOPIC_ID}` - # * `pubsub.topic.{PROJECT_ID}.`\``{TOPIC.ID.SEPARATED.WITH.DOTS}`\` + # * `pubsub.topic.{PROJECT_ID}.`\``\\{TOPIC.ID.SEPARATED.WITH.DOTS}`\` # * `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` # * `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` # * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` diff --git a/google-cloud-data_catalog-v1/proto_docs/google/cloud/datacatalog/v1/datacatalog.rb b/google-cloud-data_catalog-v1/proto_docs/google/cloud/datacatalog/v1/datacatalog.rb index 9bbc2d1fa619..f5da26dfe4c0 100644 --- a/google-cloud-data_catalog-v1/proto_docs/google/cloud/datacatalog/v1/datacatalog.rb +++ b/google-cloud-data_catalog-v1/proto_docs/google/cloud/datacatalog/v1/datacatalog.rb @@ -372,7 +372,7 @@ class GetEntryRequest # Examples: # # * `pubsub.topic.{PROJECT_ID}.{TOPIC_ID}` - # * `pubsub.topic.{PROJECT_ID}.`\``{TOPIC.ID.SEPARATED.WITH.DOTS}`\` + # * `pubsub.topic.{PROJECT_ID}.`\``\\{TOPIC.ID.SEPARATED.WITH.DOTS}`\` # * `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` # * `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` # * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` diff --git a/google-cloud-dataflow-v1beta3/proto_docs/google/dataflow/v1beta3/jobs.rb b/google-cloud-dataflow-v1beta3/proto_docs/google/dataflow/v1beta3/jobs.rb index e9900a0a2b40..43f30c33a35e 100644 --- a/google-cloud-dataflow-v1beta3/proto_docs/google/dataflow/v1beta3/jobs.rb +++ b/google-cloud-dataflow-v1beta3/proto_docs/google/dataflow/v1beta3/jobs.rb @@ -900,7 +900,7 @@ class FailedLocation # be a partial response, depending on the page size in the ListJobsRequest. # However, if the project does not have any jobs, an instance of # ListJobsResponse is not returned and the requests's response - # body is empty {}. + # body is empty \\{}. # @!attribute [rw] jobs # @return [::Array<::Google::Cloud::Dataflow::V1beta3::Job>] # A subset of the requested job information. diff --git a/google-cloud-dialogflow-cx-v3/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb b/google-cloud-dialogflow-cx-v3/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb index 57abb8222a12..9c84f4147838 100644 --- a/google-cloud-dialogflow-cx-v3/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +++ b/google-cloud-dialogflow-cx-v3/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb @@ -205,7 +205,7 @@ class GithubSettings # @!attribute [rw] engine # @return [::String] # Required. The full name of the Gen App Builder engine related to this - # agent if there is one. Format: `projects/{Project ID}/locations/{Location + # agent if there is one. Format: `projects/\\{Project ID}/locations/\\{Location # ID}/collections/\\{Collection ID}/engines/\\{Engine ID}` class GenAppBuilderSettings include ::Google::Protobuf::MessageExts diff --git a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent.rb b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent.rb index fdc6b6706f55..a3dd06277c88 100644 --- a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent.rb +++ b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent.rb @@ -103,7 +103,7 @@ module MatchMode MATCH_MODE_HYBRID = 1 # Can be used for agents with a large number of examples in intents, - # especially the ones using @sys.any or very large custom entities. + # especially the ones using `@sys`.any or very large custom entities. MATCH_MODE_ML_ONLY = 2 end diff --git a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb index 1700c7870d25..e55850aaa398 100644 --- a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb +++ b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/agent_coaching_instruction.rb @@ -41,7 +41,7 @@ module V2 # @!attribute [rw] system_action # @return [::String] # Optional. The action that system should take. For example, - # "call GetOrderTime with order_number={order number provided by the + # "call GetOrderTime with order_number=\\{order number provided by the # customer}". If the users don't have plugins or don't want to trigger # plugins, the system_action can be empty # @!attribute [r] duplicate_check_result diff --git a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/audio_config.rb b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/audio_config.rb index 350d526f2060..f1e238912172 100644 --- a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +++ b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/audio_config.rb @@ -263,7 +263,7 @@ module PhoneticEncoding # https://en.wikipedia.org/wiki/International_Phonetic_Alphabet PHONETIC_ENCODING_IPA = 1 - # X-SAMPA, such as apple -> "{p@l". + # X-SAMPA, such as apple -> "\\{p@l". # https://en.wikipedia.org/wiki/X-SAMPA PHONETIC_ENCODING_X_SAMPA = 2 end diff --git a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/conversation.rb b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/conversation.rb index 628dc731ae11..f0d4a38861a8 100644 --- a/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/conversation.rb +++ b/google-cloud-dialogflow-v2/proto_docs/google/cloud/dialogflow/v2/conversation.rb @@ -605,7 +605,7 @@ class GenerateStatelessSummaryRequest # @return [::Array<::Google::Cloud::Dialogflow::V2::Message>] # Required. The messages that the Summary will be generated from. It is # expected that this message content is already redacted and does not - # contain any PII. Required fields: {content, language_code, participant, + # contain any PII. Required fields: \\{content, language_code, participant, # participant_role} Optional fields: \\{send_time} If send_time is not # provided, then the messages must be provided in chronological order. # @!attribute [rw] parent diff --git a/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/client.rb b/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/client.rb index 7876939bdb1d..22667058110b 100644 --- a/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/client.rb +++ b/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/client.rb @@ -841,7 +841,7 @@ def delete_document request, options = nil # the documents. # # For {::Google::Cloud::DiscoveryEngine::V1beta::GcsSource GcsSource} it is the - # key of the JSON field. For instance, `my_id` for JSON `{"my_id": + # key of the JSON field. For instance, `my_id` for JSON `\\{"my_id": # "some_uuid"}`. For others, it may be the column name of the table where the # unique ids are stored. # diff --git a/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/rest/client.rb b/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/rest/client.rb index ef0ae52e6e1e..34d94440cee2 100644 --- a/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/rest/client.rb +++ b/google-cloud-discovery_engine-v1beta/lib/google/cloud/discovery_engine/v1beta/document_service/rest/client.rb @@ -799,7 +799,7 @@ def delete_document request, options = nil # the documents. # # For {::Google::Cloud::DiscoveryEngine::V1beta::GcsSource GcsSource} it is the - # key of the JSON field. For instance, `my_id` for JSON `{"my_id": + # key of the JSON field. For instance, `my_id` for JSON `\\{"my_id": # "some_uuid"}`. For others, it may be the column name of the table where the # unique ids are stored. # diff --git a/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb b/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb index e4fc9e3c8775..85fd57d2828c 100644 --- a/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb +++ b/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/assistant.rb @@ -64,7 +64,7 @@ module V1beta # The values consist of admin enabled tools towards the connector # instance. Admin can selectively enable multiple tools on any of the # connector instances that they created in the project. For example - # {"jira1ConnectorName": [(toolId1, "createTicket"), (toolId2, + # \\{"jira1ConnectorName": [(toolId1, "createTicket"), (toolId2, # "transferTicket")], # "gmail1ConnectorName": [(toolId3, "sendEmail"),..] } # @!attribute [rw] customer_policy diff --git a/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb b/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb index f8f38f0cdcc3..173c53a1bd1e 100644 --- a/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb +++ b/google-cloud-discovery_engine-v1beta/proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb @@ -629,7 +629,7 @@ class ImportDocumentsMetadata # the documents. # # For {::Google::Cloud::DiscoveryEngine::V1beta::GcsSource GcsSource} it is the - # key of the JSON field. For instance, `my_id` for JSON `{"my_id": + # key of the JSON field. For instance, `my_id` for JSON `\\{"my_id": # "some_uuid"}`. For others, it may be the column name of the table where the # unique ids are stored. # diff --git a/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/dlp.rb b/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/dlp.rb index 1cd49692e8ae..423ef92586d8 100644 --- a/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/dlp.rb +++ b/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/dlp.rb @@ -3008,7 +3008,7 @@ module CommonCharsToIgnore # a-z ALPHA_LOWER_CASE = 3 - # US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ + # US Punctuation, one of !"#$%&'()*+,-./:;<=>?@[\]^_`\\{|}~ PUNCTUATION = 4 # Whitespace character, one of [ \t\n\x0B\f\r] diff --git a/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/storage.rb b/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/storage.rb index 8120b766540f..958cc09e66ec 100644 --- a/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/storage.rb +++ b/google-cloud-dlp-v2/proto_docs/google/privacy/dlp/v2/storage.rb @@ -397,7 +397,7 @@ class DatastoreOptions # entire file path (i.e., everything in the url after the bucket name) must # match the regular expression. # - # For example, given the input `{bucket_name: "mybucket", include_regex: + # For example, given the input `\\{bucket_name: "mybucket", include_regex: # ["directory1/.*"], exclude_regex: # ["directory1/excluded.*"]}`: # diff --git a/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/enrollment.rb b/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/enrollment.rb index 725556282574..84cee00e2977 100644 --- a/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/enrollment.rb +++ b/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/enrollment.rb @@ -66,7 +66,7 @@ module V1 # @return [::String] # Required. Destination is the Pipeline that the Enrollment is delivering to. # It must point to the full resource name of a Pipeline. Format: - # "projects/\\{PROJECT_ID}/locations/\\{region}/pipelines/{PIPELINE_ID)" + # "projects/\\{PROJECT_ID}/locations/\\{region}/pipelines/\\{PIPELINE_ID)" class Enrollment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods diff --git a/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/google_api_source.rb b/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/google_api_source.rb index 4a833af465b7..c0a8435ed45a 100644 --- a/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/google_api_source.rb +++ b/google-cloud-eventarc-v1/proto_docs/google/cloud/eventarc/v1/google_api_source.rb @@ -56,7 +56,7 @@ module V1 # Required. Destination is the message bus that the GoogleApiSource is # delivering to. It must be point to the full resource name of a MessageBus. # Format: - # "projects/\\{PROJECT_ID}/locations/\\{region}/messagesBuses/{MESSAGE_BUS_ID) + # "projects/\\{PROJECT_ID}/locations/\\{region}/messagesBuses/\\{MESSAGE_BUS_ID) # @!attribute [rw] crypto_key_name # @return [::String] # Optional. Resource name of a KMS crypto key (managed by the user) used to diff --git a/google-cloud-gemini_data_analytics-v1/proto_docs/google/cloud/geminidataanalytics/v1/context.rb b/google-cloud-gemini_data_analytics-v1/proto_docs/google/cloud/geminidataanalytics/v1/context.rb index 50f833e9fe18..4e532baa1e6e 100644 --- a/google-cloud-gemini_data_analytics-v1/proto_docs/google/cloud/geminidataanalytics/v1/context.rb +++ b/google-cloud-gemini_data_analytics-v1/proto_docs/google/cloud/geminidataanalytics/v1/context.rb @@ -172,7 +172,7 @@ class BigQueryRoutineReference # @return [::Array<::Google::Cloud::GeminiDataAnalytics::V1::QueryParameter>] # Optional. The list of query parameters. # Example: The parameterized SQL query - # "SELECT * FROM my_table WHERE id = @id" can be matched with any value of + # "SELECT * FROM my_table WHERE id = `@id`" can be matched with any value of # id. class ExampleQuery include ::Google::Protobuf::MessageExts diff --git a/google-cloud-gemini_data_analytics-v1beta/proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb b/google-cloud-gemini_data_analytics-v1beta/proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb index 804b4bb01c29..f9495b7c5315 100644 --- a/google-cloud-gemini_data_analytics-v1beta/proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb +++ b/google-cloud-gemini_data_analytics-v1beta/proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb @@ -172,7 +172,7 @@ class BigQueryRoutineReference # @return [::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::QueryParameter>] # Optional. The list of query parameters. # Example: The parameterized SQL query - # "SELECT * FROM my_table WHERE id = @id" can be matched with any value of + # "SELECT * FROM my_table WHERE id = `@id`" can be matched with any value of # id. class ExampleQuery include ::Google::Protobuf::MessageExts diff --git a/google-cloud-netapp-v1/proto_docs/google/cloud/netapp/v1/volume.rb b/google-cloud-netapp-v1/proto_docs/google/cloud/netapp/v1/volume.rb index 694734948043..53376f49e551 100644 --- a/google-cloud-netapp-v1/proto_docs/google/cloud/netapp/v1/volume.rb +++ b/google-cloud-netapp-v1/proto_docs/google/cloud/netapp/v1/volume.rb @@ -850,7 +850,7 @@ class CachePrePopulate # backend. The name must meet the following requirements: # * Be between 1 and 255 characters long. # * Contain only uppercase or lowercase letters (A-Z, a-z), numbers (0-9), - # and the following special characters: "-", "_", "}", "{", ".". + # and the following special characters: "-", "_", "}", "\\{", ".". # * Spaces are not allowed. # @!attribute [rw] host_groups # @return [::Array<::String>] diff --git a/google-cloud-network_security-v1/proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb b/google-cloud-network_security-v1/proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb index 3f3e24acfc2b..b2e5b45c0f2e 100644 --- a/google-cloud-network_security-v1/proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb +++ b/google-cloud-network_security-v1/proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb @@ -45,7 +45,7 @@ module V1 # client has an up-to-date value before proceeding. # @!attribute [r] data_path_id # @return [::Integer] - # Output only. Identifier used by the data-path. Unique within `{container, + # Output only. Identifier used by the data-path. Unique within `\\{container, # location}`. # @!attribute [rw] labels # @return [::Google::Protobuf::Map{::String => ::String}] diff --git a/google-cloud-network_services-v1/proto_docs/google/cloud/networkservices/v1/extensibility.rb b/google-cloud-network_services-v1/proto_docs/google/cloud/networkservices/v1/extensibility.rb index 28a43c60a318..b36336c4136b 100644 --- a/google-cloud-network_services-v1/proto_docs/google/cloud/networkservices/v1/extensibility.rb +++ b/google-cloud-network_services-v1/proto_docs/google/cloud/networkservices/v1/extensibility.rb @@ -108,7 +108,7 @@ class WasmPlugin # value is used instead of an image tag. # # * Generic artifacts: the `plugin_config_uri` must be in this format: - # `projects/{project}/locations/{location}/repositories/{repository}/ + # `projects/\\{project}/locations/\\{location}/repositories/\\{repository}/ # genericArtifacts/\\{package}:\\{version}`. # The specified package and version must contain a file with the name # `plugin.config`. When a new `WasmPluginVersion` resource is @@ -144,7 +144,7 @@ class WasmPlugin # is used instead of an image tag. # # * Generic artifacts: the `image_uri` must be in this format: - # `projects/{project}/locations/{location}/repositories/{repository}/ + # `projects/\\{project}/locations/\\{location}/repositories/\\{repository}/ # genericArtifacts/\\{package}:\\{version}`. # The specified package and version must contain a file with the name # `plugin.wasm`. When a new `WasmPluginVersion` resource is created, the @@ -295,7 +295,7 @@ class VersionsEntry # value is used instead of an image tag. # # * Generic artifacts: the `plugin_config_uri` must be in this format: - # `projects/{project}/locations/{location}/repositories/{repository}/ + # `projects/\\{project}/locations/\\{location}/repositories/\\{repository}/ # genericArtifacts/\\{package}:\\{version}`. # The specified package and version must contain a file with the name # `plugin.config`. When a new `WasmPluginVersion` resource is @@ -306,7 +306,7 @@ class VersionsEntry # @!attribute [rw] name # @return [::String] # Identifier. Name of the `WasmPluginVersion` resource in the following - # format: `projects/{project}/locations/{location}/wasmPlugins/{wasm_plugin}/ + # format: `projects/\\{project}/locations/\\{location}/wasmPlugins/\\{wasm_plugin}/ # versions/\\{wasm_plugin_version}`. # @!attribute [r] create_time # @return [::Google::Protobuf::Timestamp] @@ -336,7 +336,7 @@ class VersionsEntry # is used instead of an image tag. # # * Generic artifacts: the `image_uri` must be in this format: - # `projects/{project}/locations/{location}/repositories/{repository}/ + # `projects/\\{project}/locations/\\{location}/repositories/\\{repository}/ # genericArtifacts/\\{package}:\\{version}`. # The specified package and version must contain a file with the name # `plugin.wasm`. When a new `WasmPluginVersion` resource is created, the diff --git a/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/client.rb b/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/client.rb index 82956963ff74..6ec57e365409 100644 --- a/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/client.rb +++ b/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/client.rb @@ -1773,7 +1773,7 @@ def list_gi_versions request, options = nil # @param filter [::String] # Optional. An expression for filtering the results of the request. Only the # `shape_family` and `gcp_oracle_zone_id` fields are supported in the - # following format: `shape_family="{shape_family}" AND + # following format: `shape_family="\\{shape_family}" AND # gcp_oracle_zone_id="\\{gcp_oracle_zone_id}"`. # # @yield [response, operation] Access the result along with the RPC operation @@ -1877,7 +1877,7 @@ def list_minor_versions request, options = nil # Optional. An expression for filtering the results of the request. The # `gcp_oracle_zone_id`, `shape_family`, and `database_edition` fields # are supported in the following format: - # `gcp_oracle_zone_id="{gcp_oracle_zone_id}" AND + # `gcp_oracle_zone_id="\\{gcp_oracle_zone_id}" AND # shape_family="\\{shape_family}" AND database_edition="\\{database_edition}"`. # # @yield [response, operation] Access the result along with the RPC operation diff --git a/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb b/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb index a3a83c72e7dd..de2a869d7571 100644 --- a/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb +++ b/google-cloud-oracle_database-v1/lib/google/cloud/oracle_database/v1/oracle_database/rest/client.rb @@ -1676,7 +1676,7 @@ def list_gi_versions request, options = nil # @param filter [::String] # Optional. An expression for filtering the results of the request. Only the # `shape_family` and `gcp_oracle_zone_id` fields are supported in the - # following format: `shape_family="{shape_family}" AND + # following format: `shape_family="\\{shape_family}" AND # gcp_oracle_zone_id="\\{gcp_oracle_zone_id}"`. # @yield [result, operation] Access the result along with the TransportOperation object # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::OracleDatabase::V1::MinorVersion>] @@ -1773,7 +1773,7 @@ def list_minor_versions request, options = nil # Optional. An expression for filtering the results of the request. The # `gcp_oracle_zone_id`, `shape_family`, and `database_edition` fields # are supported in the following format: - # `gcp_oracle_zone_id="{gcp_oracle_zone_id}" AND + # `gcp_oracle_zone_id="\\{gcp_oracle_zone_id}" AND # shape_family="\\{shape_family}" AND database_edition="\\{database_edition}"`. # @yield [result, operation] Access the result along with the TransportOperation object # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::OracleDatabase::V1::DbSystemShape>] diff --git a/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/minor_version.rb b/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/minor_version.rb index d66caedbdb89..0b6fa0341dca 100644 --- a/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/minor_version.rb +++ b/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/minor_version.rb @@ -57,7 +57,7 @@ class MinorVersion # @return [::String] # Optional. An expression for filtering the results of the request. Only the # `shape_family` and `gcp_oracle_zone_id` fields are supported in the - # following format: `shape_family="{shape_family}" AND + # following format: `shape_family="\\{shape_family}" AND # gcp_oracle_zone_id="\\{gcp_oracle_zone_id}"`. class ListMinorVersionsRequest include ::Google::Protobuf::MessageExts diff --git a/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb b/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb index c3ec4e0f657b..d37f8afc2299 100644 --- a/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb +++ b/google-cloud-oracle_database-v1/proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb @@ -373,7 +373,7 @@ class ListGiVersionsResponse # Optional. An expression for filtering the results of the request. The # `gcp_oracle_zone_id`, `shape_family`, and `database_edition` fields # are supported in the following format: - # `gcp_oracle_zone_id="{gcp_oracle_zone_id}" AND + # `gcp_oracle_zone_id="\\{gcp_oracle_zone_id}" AND # shape_family="\\{shape_family}" AND database_edition="\\{database_edition}"`. class ListDbSystemShapesRequest include ::Google::Protobuf::MessageExts diff --git a/google-cloud-recommendation_engine-v1beta1/proto_docs/google/cloud/recommendationengine/v1beta1/common.rb b/google-cloud-recommendation_engine-v1beta1/proto_docs/google/cloud/recommendationengine/v1beta1/common.rb index 0e2cc12edef0..8d2d21ef95b7 100644 --- a/google-cloud-recommendation_engine-v1beta1/proto_docs/google/cloud/recommendationengine/v1beta1/common.rb +++ b/google-cloud-recommendation_engine-v1beta1/proto_docs/google/cloud/recommendationengine/v1beta1/common.rb @@ -32,7 +32,7 @@ module V1beta1 # # Feature names and values must be UTF-8 encoded strings. # - # For example: `{ "colors": {"value": ["yellow", "green"]}, + # For example: `{ "colors": \\{"value": ["yellow", "green"]}, # "sizes": \\{"value":["S", "M"]}` # @!attribute [rw] numerical_features # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::RecommendationEngine::V1beta1::FeatureMap::FloatList}] @@ -41,7 +41,7 @@ module V1beta1 # # Feature names must be UTF-8 encoded strings. # - # For example: `{ "lengths_cm": {"value":[2.3, 15.4]}, + # For example: `{ "lengths_cm": \\{"value":[2.3, 15.4]}, # "heights_cm": \\{"value":[8.1, 6.4]} }` class FeatureMap include ::Google::Protobuf::MessageExts diff --git a/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/client.rb b/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/client.rb index 9232ef60a2ed..46dccb0c839a 100644 --- a/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/client.rb +++ b/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/client.rb @@ -321,12 +321,12 @@ def logger # will return generic (unfiltered) popular products instead of empty if # your filter blocks all prediction results. # * `priceRerankLevel`: String. Default empty. If set to be non-empty, then - # it needs to be one of {'no-price-reranking', 'low-price-reranking', + # it needs to be one of \\{'no-price-reranking', 'low-price-reranking', # 'medium-price-reranking', 'high-price-reranking'}. This gives # request-level control and adjusts prediction results based on product # price. # * `diversityLevel`: String. Default empty. If set to be non-empty, then - # it needs to be one of {'no-diversity', 'low-diversity', + # it needs to be one of \\{'no-diversity', 'low-diversity', # 'medium-diversity', 'high-diversity', 'auto-diversity'}. This gives # request-level control and adjusts prediction results based on product # category. diff --git a/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/rest/client.rb b/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/rest/client.rb index 58169840c4a5..00333c42df27 100644 --- a/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/rest/client.rb +++ b/google-cloud-retail-v2/lib/google/cloud/retail/v2/prediction_service/rest/client.rb @@ -314,12 +314,12 @@ def logger # will return generic (unfiltered) popular products instead of empty if # your filter blocks all prediction results. # * `priceRerankLevel`: String. Default empty. If set to be non-empty, then - # it needs to be one of {'no-price-reranking', 'low-price-reranking', + # it needs to be one of \\{'no-price-reranking', 'low-price-reranking', # 'medium-price-reranking', 'high-price-reranking'}. This gives # request-level control and adjusts prediction results based on product # price. # * `diversityLevel`: String. Default empty. If set to be non-empty, then - # it needs to be one of {'no-diversity', 'low-diversity', + # it needs to be one of \\{'no-diversity', 'low-diversity', # 'medium-diversity', 'high-diversity', 'auto-diversity'}. This gives # request-level control and adjusts prediction results based on product # category. diff --git a/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/prediction_service.rb b/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/prediction_service.rb index 53e46e58df05..3718477b2590 100644 --- a/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/prediction_service.rb +++ b/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/prediction_service.rb @@ -129,12 +129,12 @@ module V2 # will return generic (unfiltered) popular products instead of empty if # your filter blocks all prediction results. # * `priceRerankLevel`: String. Default empty. If set to be non-empty, then - # it needs to be one of {'no-price-reranking', 'low-price-reranking', + # it needs to be one of \\{'no-price-reranking', 'low-price-reranking', # 'medium-price-reranking', 'high-price-reranking'}. This gives # request-level control and adjusts prediction results based on product # price. # * `diversityLevel`: String. Default empty. If set to be non-empty, then - # it needs to be one of {'no-diversity', 'low-diversity', + # it needs to be one of \\{'no-diversity', 'low-diversity', # 'medium-diversity', 'high-diversity', 'auto-diversity'}. This gives # request-level control and adjusts prediction results based on product # category. diff --git a/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/product.rb b/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/product.rb index a5c89f524c45..19faa0773116 100644 --- a/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/product.rb +++ b/google-cloud-retail-v2/proto_docs/google/cloud/retail/v2/product.rb @@ -248,7 +248,7 @@ module V2 # country of a customer. Numerical features. Some examples would be the # height/weight of a product, or age of a customer. # - # For example: `{ "vendor": {"text": ["vendor123", "vendor456"]}, + # For example: `{ "vendor": \\{"text": ["vendor123", "vendor456"]}, # "lengths_cm": \\{"numbers":[2.3, 15.4]}, "heights_cm": \\{"numbers":[8.1, 6.4]} # }`. # diff --git a/google-cloud-security_center-v1/proto_docs/google/cloud/securitycenter/v1/access.rb b/google-cloud-security_center-v1/proto_docs/google/cloud/securitycenter/v1/access.rb index 31e390d3f8a1..9f117d73eda8 100644 --- a/google-cloud-security_center-v1/proto_docs/google/cloud/securitycenter/v1/access.rb +++ b/google-cloud-security_center-v1/proto_docs/google/cloud/securitycenter/v1/access.rb @@ -60,7 +60,7 @@ module V1 # principals. For most identities, the format is # `principal://iam.googleapis.com/{identity pool name}/subject/{subject}`. # Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, - # still use the legacy format `serviceAccount:{identity pool + # still use the legacy format `serviceAccount:\\{identity pool # name}[\\{subject}]`. # @!attribute [rw] service_account_key_name # @return [::String] @@ -97,7 +97,7 @@ class Access # A string representing the principal_subject associated with the identity. # As compared to `principal_email`, supports principals that aren't # associated with email addresses, such as third party principals. For most - # identities, the format will be `principal://iam.googleapis.com/{identity + # identities, the format will be `principal://iam.googleapis.com/\\{identity # pool name}/subjects/\\{subject}` except for some GKE identities # (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy # format `serviceAccount:{identity pool name}[{subject}]` diff --git a/google-cloud-security_center-v2/proto_docs/google/cloud/securitycenter/v2/access.rb b/google-cloud-security_center-v2/proto_docs/google/cloud/securitycenter/v2/access.rb index 4b452fd07cb2..973844f6f668 100644 --- a/google-cloud-security_center-v2/proto_docs/google/cloud/securitycenter/v2/access.rb +++ b/google-cloud-security_center-v2/proto_docs/google/cloud/securitycenter/v2/access.rb @@ -60,7 +60,7 @@ module V2 # principals. For most identities, the format is # `principal://iam.googleapis.com/{identity pool name}/subject/{subject}`. # Some GKE identities, such as GKE_WORKLOAD, FREEFORM, and GKE_HUB_WORKLOAD, - # still use the legacy format `serviceAccount:{identity pool + # still use the legacy format `serviceAccount:\\{identity pool # name}[\\{subject}]`. # @!attribute [rw] service_account_key_name # @return [::String] @@ -97,7 +97,7 @@ class Access # A string representing the principal_subject associated with the identity. # As compared to `principal_email`, supports principals that aren't # associated with email addresses, such as third party principals. For most - # identities, the format will be `principal://iam.googleapis.com/{identity + # identities, the format will be `principal://iam.googleapis.com/\\{identity # pool name}/subjects/\\{subject}` except for some GKE identities # (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy # format `serviceAccount:{identity pool name}[{subject}]` diff --git a/google-cloud-service_management-v1/proto_docs/google/api/documentation.rb b/google-cloud-service_management-v1/proto_docs/google/api/documentation.rb index ccefcdf22809..2ae73e037115 100644 --- a/google-cloud-service_management-v1/proto_docs/google/api/documentation.rb +++ b/google-cloud-service_management-v1/proto_docs/google/api/documentation.rb @@ -161,7 +161,7 @@ class DocumentationRule # `[Java][Tutorial.Java]`. # @!attribute [rw] content # @return [::String] - # The Markdown content of the page. You can use ```(== include {path} + # The Markdown content of the page. You can use ```(== include \\{path} # ==)``` to include content from a Markdown file. The content can be used # to produce the documentation page such as HTML format page. # @!attribute [rw] subpages diff --git a/google-cloud-service_usage-v1/proto_docs/google/api/documentation.rb b/google-cloud-service_usage-v1/proto_docs/google/api/documentation.rb index ccefcdf22809..2ae73e037115 100644 --- a/google-cloud-service_usage-v1/proto_docs/google/api/documentation.rb +++ b/google-cloud-service_usage-v1/proto_docs/google/api/documentation.rb @@ -161,7 +161,7 @@ class DocumentationRule # `[Java][Tutorial.Java]`. # @!attribute [rw] content # @return [::String] - # The Markdown content of the page. You can use ```(== include {path} + # The Markdown content of the page. You can use ```(== include \\{path} # ==)``` to include content from a Markdown file. The content can be used # to produce the documentation page such as HTML format page. # @!attribute [rw] subpages diff --git a/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/client.rb b/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/client.rb index 0d6216cdec1f..0df6637689db 100644 --- a/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/client.rb +++ b/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/client.rb @@ -1156,7 +1156,7 @@ def list_instances request, options = nil # # @param parent [::String] # Required. The instance whose instance partitions should be listed. Values - # are of the form `projects//instances/`. Use `{instance} + # are of the form `projects//instances/`. Use `\\{instance} # = '-'` to list instance partitions for all Instances in a project, e.g., # `projects/myproject/instances/-`. # @param page_size [::Integer] diff --git a/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/client.rb b/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/client.rb index 2b3a9223a425..6b88f996a034 100644 --- a/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/client.rb +++ b/google-cloud-spanner-admin-instance-v1/lib/google/cloud/spanner/admin/instance/v1/instance_admin/rest/client.rb @@ -1099,7 +1099,7 @@ def list_instances request, options = nil # # @param parent [::String] # Required. The instance whose instance partitions should be listed. Values - # are of the form `projects//instances/`. Use `{instance} + # are of the form `projects//instances/`. Use `\\{instance} # = '-'` to list instance partitions for all Instances in a project, e.g., # `projects/myproject/instances/-`. # @param page_size [::Integer] diff --git a/google-cloud-spanner-admin-instance-v1/proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb b/google-cloud-spanner-admin-instance-v1/proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb index d59b84381c11..05523724835d 100644 --- a/google-cloud-spanner-admin-instance-v1/proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb +++ b/google-cloud-spanner-admin-instance-v1/proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb @@ -1365,7 +1365,7 @@ class UpdateInstancePartitionMetadata # @!attribute [rw] parent # @return [::String] # Required. The instance whose instance partitions should be listed. Values - # are of the form `projects//instances/`. Use `{instance} + # are of the form `projects//instances/`. Use `\\{instance} # = '-'` to list instance partitions for all Instances in a project, e.g., # `projects/myproject/instances/-`. # @!attribute [rw] page_size diff --git a/google-cloud-spanner-v1/proto_docs/google/spanner/v1/result_set.rb b/google-cloud-spanner-v1/proto_docs/google/spanner/v1/result_set.rb index 965cab4685b9..12a1213222bd 100644 --- a/google-cloud-spanner-v1/proto_docs/google/spanner/v1/result_set.rb +++ b/google-cloud-spanner-v1/proto_docs/google/spanner/v1/result_set.rb @@ -215,7 +215,7 @@ class PartialResultSet # A SQL query can be parameterized. In PLAN mode, these parameters can be # undeclared. This indicates the field names and types for those undeclared # parameters in the SQL query. For example, a SQL query like `"SELECT * FROM - # Users where UserId = @userId and UserName = @userName "` could return a + # Users where UserId = `@userId` and UserName = `@userName` "` could return a # `undeclared_parameters` value like: # # "fields": [ diff --git a/google-cloud-talent-v4/proto_docs/google/cloud/talent/v4/job.rb b/google-cloud-talent-v4/proto_docs/google/cloud/talent/v4/job.rb index bf21f608f3bf..99c858508539 100644 --- a/google-cloud-talent-v4/proto_docs/google/cloud/talent/v4/job.rb +++ b/google-cloud-talent-v4/proto_docs/google/cloud/talent/v4/job.rb @@ -161,7 +161,7 @@ module V4 # # Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". # For more information, see - # [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){: + # [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47)\\{: # class="external" target="_blank" }. # # If this field is unspecified and diff --git a/google-cloud-talent-v4beta1/proto_docs/google/cloud/talent/v4beta1/job.rb b/google-cloud-talent-v4beta1/proto_docs/google/cloud/talent/v4beta1/job.rb index 9790455fe3f4..1b8b1a3ad3b8 100644 --- a/google-cloud-talent-v4beta1/proto_docs/google/cloud/talent/v4beta1/job.rb +++ b/google-cloud-talent-v4beta1/proto_docs/google/cloud/talent/v4beta1/job.rb @@ -155,7 +155,7 @@ module V4beta1 # # Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". # For more information, see - # [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){: + # [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47)\\{: # class="external" target="_blank" }. # # If this field is unspecified and diff --git a/google-cloud-text_to_speech-v1/proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb b/google-cloud-text_to_speech-v1/proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb index 7ee2aa853a11..192b84967e31 100644 --- a/google-cloud-text_to_speech-v1/proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb +++ b/google-cloud-text_to_speech-v1/proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb @@ -196,7 +196,7 @@ module PhoneticEncoding # https://en.wikipedia.org/wiki/International_Phonetic_Alphabet PHONETIC_ENCODING_IPA = 1 - # X-SAMPA, such as apple -> "{p@l". + # X-SAMPA, such as apple -> "\\{p@l". # https://en.wikipedia.org/wiki/X-SAMPA PHONETIC_ENCODING_X_SAMPA = 2 diff --git a/google-cloud-text_to_speech-v1beta1/proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb b/google-cloud-text_to_speech-v1beta1/proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb index 947d276b81a8..84ce9e89c2f6 100644 --- a/google-cloud-text_to_speech-v1beta1/proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb +++ b/google-cloud-text_to_speech-v1beta1/proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb @@ -208,7 +208,7 @@ module PhoneticEncoding # https://en.wikipedia.org/wiki/International_Phonetic_Alphabet PHONETIC_ENCODING_IPA = 1 - # X-SAMPA, such as apple -> "{p@l". + # X-SAMPA, such as apple -> "\\{p@l". # https://en.wikipedia.org/wiki/X-SAMPA PHONETIC_ENCODING_X_SAMPA = 2 diff --git a/google-shopping-merchant-accounts-v1/proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb b/google-shopping-merchant-accounts-v1/proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb index a7c66d8a48b1..abe4f5545a93 100644 --- a/google-shopping-merchant-accounts-v1/proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb +++ b/google-shopping-merchant-accounts-v1/proto_docs/google/shopping/merchant/accounts/v1/shippingsettings.rb @@ -600,7 +600,7 @@ class StoreCodeSetWithMov # @return [::Array<::Google::Shopping::Type::Price>] # Required. A list of inclusive order price upper bounds. The last price's # value can be infinity by setting price amount_micros = -1. For example - # `[{"amount_micros": 10000000, "currency_code": "USD"}, + # `[\\{"amount_micros": 10000000, "currency_code": "USD"}, # \\{"amount_micros": 500000000, "currency_code": "USD"}, # \\{"amount_micros": -1, "currency_code": "USD"}]` represents the headers # "<= $10", "<= $500", and "> $500". All prices within a service must have @@ -610,7 +610,7 @@ class StoreCodeSetWithMov # @return [::Array<::Google::Shopping::Type::Weight>] # Required. A list of inclusive order weight upper bounds. The last weight's # value can be infinity by setting price amount_micros = -1. For example - # `[{"amount_micros": 10000000, "unit": "kg"}, {"amount_micros": 50000000, + # `[\\{"amount_micros": 10000000, "unit": "kg"}, \\{"amount_micros": 50000000, # "unit": "kg"}, # \\{"amount_micros": -1, "unit": "kg"}]` represents the headers # "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have diff --git a/google-shopping-merchant-accounts-v1beta/proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb b/google-shopping-merchant-accounts-v1beta/proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb index e5456e04275e..ea6769bcc775 100644 --- a/google-shopping-merchant-accounts-v1beta/proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb +++ b/google-shopping-merchant-accounts-v1beta/proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb @@ -594,7 +594,7 @@ class StoreCodeSetWithMov # @return [::Array<::Google::Shopping::Type::Price>] # Required. A list of inclusive order price upper bounds. The last price's # value can be infinity by setting price amount_micros = -1. For example - # `[{"amount_micros": 10000000, "currency_code": "USD"}, + # `[\\{"amount_micros": 10000000, "currency_code": "USD"}, # \\{"amount_micros": 500000000, "currency_code": "USD"}, # \\{"amount_micros": -1, "currency_code": "USD"}]` represents the headers # "<= $10", "<= $500", and "> $500". All prices within a service must have @@ -604,7 +604,7 @@ class StoreCodeSetWithMov # @return [::Array<::Google::Shopping::Type::Weight>] # Required. A list of inclusive order weight upper bounds. The last weight's # value can be infinity by setting price amount_micros = -1. For example - # `[{"amount_micros": 10000000, "unit": "kg"}, {"amount_micros": 50000000, + # `[\\{"amount_micros": 10000000, "unit": "kg"}, \\{"amount_micros": 50000000, # "unit": "kg"}, # \\{"amount_micros": -1, "unit": "kg"}]` represents the headers # "<= 10kg", "<= 50kg", and "> 50kg". All weights within a service must have