Skip to content

Commit

Permalink
Automated DCL import.
Browse files Browse the repository at this point in the history
  - 932df6b3ff5df136402dbbeff6a5f7ad17db1a0d Automatic import from cloud_mmv2_dcl_20240124_1231_RC00 by DCL Team <[email protected]>

GitOrigin-RevId: 932df6b3ff5df136402dbbeff6a5f7ad17db1a0d
  • Loading branch information
DCL Team authored and copybara-github committed Jan 24, 2024
1 parent f0ea48d commit 9979e84
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 15 deletions.
3 changes: 2 additions & 1 deletion services/google/recaptchaenterprise/alpha/key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ components:
name:
type: string
x-dcl-go-name: Name
description: The resource name for the Key in the format "projects/{project}/keys/{key}".
description: The resource id for the Key, which is the same as the Site
Key itself.
x-kubernetes-immutable: true
x-dcl-server-generated-parameter: true
project:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/recaptchaenterprise/alpha/key_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func DCLKeySchema() *dcl.Schema {
"name": &dcl.Property{
Type: "string",
GoName: "Name",
Description: "The resource name for the Key in the format \"projects/{project}/keys/{key}\".",
Description: "The resource id for the Key, which is the same as the Site Key itself.",
Immutable: true,
ServerGeneratedParameter: true,
},
Expand Down
3 changes: 2 additions & 1 deletion services/google/recaptchaenterprise/beta/key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ components:
name:
type: string
x-dcl-go-name: Name
description: The resource name for the Key in the format "projects/{project}/keys/{key}".
description: The resource id for the Key, which is the same as the Site
Key itself.
x-kubernetes-immutable: true
x-dcl-server-generated-parameter: true
project:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/google/recaptchaenterprise/beta/key_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func DCLKeySchema() *dcl.Schema {
"name": &dcl.Property{
Type: "string",
GoName: "Name",
Description: "The resource name for the Key in the format \"projects/{project}/keys/{key}\".",
Description: "The resource id for the Key, which is the same as the Site Key itself.",
Immutable: true,
ServerGeneratedParameter: true,
},
Expand Down
3 changes: 2 additions & 1 deletion services/google/recaptchaenterprise/key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ components:
name:
type: string
x-dcl-go-name: Name
description: The resource name for the Key in the format "projects/{project}/keys/{key}".
description: The resource id for the Key, which is the same as the Site
Key itself.
x-kubernetes-immutable: true
x-dcl-server-generated-parameter: true
project:
Expand Down
2 changes: 1 addition & 1 deletion services/google/recaptchaenterprise/key_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func DCLKeySchema() *dcl.Schema {
"name": &dcl.Property{
Type: "string",
GoName: "Name",
Description: "The resource name for the Key in the format \"projects/{project}/keys/{key}\".",
Description: "The resource id for the Key, which is the same as the Site Key itself.",
Immutable: true,
ServerGeneratedParameter: true,
},
Expand Down
6 changes: 3 additions & 3 deletions services/google/recaptchaenterprise/key_yaml_embed.go

Large diffs are not rendered by default.

0 comments on commit 9979e84

Please sign in to comment.