Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions bigquerydatatransfer/v1/bigquerydatatransfer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1488,7 +1488,7 @@
}
}
},
"revision": "20250603",
"revision": "20250813",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1665,6 +1665,11 @@
"description": "Cannot be changed after initial creation.",
"type": "boolean"
},
"maxListSize": {
"description": "For list parameters, the max size of the list.",
"format": "int64",
"type": "string"
},
"maxValue": {
"description": "For integer and double values specifies maximum allowed value.",
"format": "double",
Expand Down
8 changes: 5 additions & 3 deletions bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

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

22 changes: 19 additions & 3 deletions manufacturers/v1/manufacturers-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
}
}
},
"revision": "20240809",
"revision": "20250815",
"rootUrl": "https://manufacturers.googleapis.com/",
"schemas": {
"Attributes": {
Expand Down Expand Up @@ -658,7 +658,7 @@
"type": "string"
},
"code": {
"description": "Required. A unique code to identify the certification.",
"description": "Optional. A unique code to identify the certification.",
"type": "string"
},
"link": {
Expand Down Expand Up @@ -801,12 +801,28 @@
"type": "string"
},
"code": {
"description": "Required. A unique code to identify the certification.",
"description": "Optional. A unique code to identify the certification.",
"type": "string"
},
"link": {
"description": "Optional. A URL link to the certification.",
"type": "string"
},
"logo": {
"description": "Optional. A URL link to the certification logo.",
"type": "string"
},
"name": {
"description": "Required. Name of the certification.",
"type": "string"
},
"validUntil": {
"description": "Optional. The expiration date (UTC).",
"type": "string"
},
"value": {
"description": "Optional. A custom value of the certification.",
"type": "string"
}
},
"type": "object"
Expand Down
12 changes: 10 additions & 2 deletions manufacturers/v1/manufacturers-gen.go

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

4 changes: 2 additions & 2 deletions migrationcenter/v1/migrationcenter-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -2407,7 +2407,7 @@
}
}
},
"revision": "20250429",
"revision": "20250814",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down
6 changes: 3 additions & 3 deletions migrationcenter/v1/migrationcenter-gen.go

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

4 changes: 2 additions & 2 deletions migrationcenter/v1alpha1/migrationcenter-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -2554,7 +2554,7 @@
}
}
},
"revision": "20250724",
"revision": "20250814",
"rootUrl": "https://migrationcenter.googleapis.com/",
"schemas": {
"AddAssetsToGroupRequest": {
Expand Down
6 changes: 3 additions & 3 deletions migrationcenter/v1alpha1/migrationcenter-gen.go

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

Loading