Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1639

Merged
merged 1 commit into from Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.