Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions protos/google/cloud/retail/v2alpha/catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ message AttributesConfig {
};

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

// Required. Immutable. Fully qualified name
// projects/*/locations/*/catalogs/*/completionConfig
// `projects/*/locations/*/catalogs/*/completionConfig`
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE
Expand Down
4 changes: 2 additions & 2 deletions protos/google/cloud/retail/v2beta/catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ message AttributesConfig {
};

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

// Required. Immutable. Fully qualified name
// projects/*/locations/*/catalogs/*/completionConfig
// `projects/*/locations/*/catalogs/*/completionConfig`
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE
Expand Down