Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 1, 2022
1 parent 3919127 commit bc14db7
Show file tree
Hide file tree
Showing 16 changed files with 1,975 additions and 17,930 deletions.
4 changes: 2 additions & 2 deletions compute/v0.alpha/compute-api.json
Expand Up @@ -39597,7 +39597,7 @@
}
}
},
"revision": "20220714",
"revision": "20220720",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -71166,7 +71166,7 @@
"type": "object"
},
"Scheduling": {
"description": "Sets the scheduling options for an Instance. NextID: 21",
"description": "Sets the scheduling options for an Instance.",
"id": "Scheduling",
"properties": {
"automaticRestart": {
Expand Down
2 changes: 1 addition & 1 deletion compute/v0.alpha/compute-gen.go
Expand Up @@ -50890,7 +50890,7 @@ func (s *ScalingScheduleStatus) MarshalJSON() ([]byte, error) {
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}

// Scheduling: Sets the scheduling options for an Instance. NextID: 21
// Scheduling: Sets the scheduling options for an Instance.
type Scheduling struct {
// AutomaticRestart: Specifies whether the instance should be
// automatically restarted if it is terminated by Compute Engine (not
Expand Down
4 changes: 2 additions & 2 deletions compute/v1/compute-api.json
Expand Up @@ -31172,7 +31172,7 @@
}
}
},
"revision": "20220714",
"revision": "20220720",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -57146,7 +57146,7 @@
"type": "object"
},
"Scheduling": {
"description": "Sets the scheduling options for an Instance. NextID: 21",
"description": "Sets the scheduling options for an Instance.",
"id": "Scheduling",
"properties": {
"automaticRestart": {
Expand Down
2 changes: 1 addition & 1 deletion compute/v1/compute-gen.go
Expand Up @@ -41950,7 +41950,7 @@ func (s *ScalingScheduleStatus) MarshalJSON() ([]byte, error) {
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}

// Scheduling: Sets the scheduling options for an Instance. NextID: 21
// Scheduling: Sets the scheduling options for an Instance.
type Scheduling struct {
// AutomaticRestart: Specifies whether the instance should be
// automatically restarted if it is terminated by Compute Engine (not
Expand Down
16 changes: 15 additions & 1 deletion connectors/v1/connectors-api.json
Expand Up @@ -1055,7 +1055,7 @@
}
}
},
"revision": "20220714",
"revision": "20220718",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1295,6 +1295,20 @@
"$ref": "RoleGrant",
"description": "Role grant configuration for the config variable."
},
"state": {
"description": "State of the config variable.",
"enum": [
"STATE_UNSPECIFIED",
"ACTIVE",
"DEPRECATED"
],
"enumDescriptions": [
"Status is unspecified.",
"Config variable is active",
"Config variable is deprecated."
],
"type": "string"
},
"validationRegex": {
"description": "Regular expression in RE2 syntax used for validating the `value` of a `ConfigVariable`.",
"type": "string"
Expand Down
8 changes: 8 additions & 0 deletions connectors/v1/connectors-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,918 changes: 25 additions & 1,893 deletions gameservices/v1/gameservices-api.json

Large diffs are not rendered by default.

0 comments on commit bc14db7

Please sign in to comment.