Skip to content

Commit 1bed8a0

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: parthea PiperOrigin-RevId: 449545643
1 parent d4444af commit 1bed8a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/retail/v2alpha/catalog.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ message AttributesConfig {
204204
};
205205

206206
// Required. Immutable. The fully qualified resource name of the attribute
207-
// config. Format: "projects/*/locations/*/catalogs/*/attributesConfig"
207+
// config. Format: `projects/*/locations/*/catalogs/*/attributesConfig`
208208
string name = 1 [
209209
(google.api.field_behavior) = REQUIRED,
210210
(google.api.field_behavior) = IMMUTABLE
@@ -237,7 +237,7 @@ message CompletionConfig {
237237
};
238238

239239
// Required. Immutable. Fully qualified name
240-
// projects/*/locations/*/catalogs/*/completionConfig
240+
// `projects/*/locations/*/catalogs/*/completionConfig`
241241
string name = 1 [
242242
(google.api.field_behavior) = REQUIRED,
243243
(google.api.field_behavior) = IMMUTABLE

google/cloud/retail/v2beta/catalog.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ message AttributesConfig {
204204
};
205205

206206
// Required. Immutable. The fully qualified resource name of the attribute
207-
// config. Format: "projects/*/locations/*/catalogs/*/attributesConfig"
207+
// config. Format: `projects/*/locations/*/catalogs/*/attributesConfig`
208208
string name = 1 [
209209
(google.api.field_behavior) = REQUIRED,
210210
(google.api.field_behavior) = IMMUTABLE
@@ -237,7 +237,7 @@ message CompletionConfig {
237237
};
238238

239239
// Required. Immutable. Fully qualified name
240-
// projects/*/locations/*/catalogs/*/completionConfig
240+
// `projects/*/locations/*/catalogs/*/completionConfig`
241241
string name = 1 [
242242
(google.api.field_behavior) = REQUIRED,
243243
(google.api.field_behavior) = IMMUTABLE

0 commit comments

Comments
 (0)