Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 21, 2023
1 parent b88678a commit 3a5236c
Show file tree
Hide file tree
Showing 40 changed files with 2,126 additions and 135 deletions.
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20230717",
"revision": "20230720",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6391,7 +6391,7 @@
"type": "string"
},
"priceIncreaseType": {
"description": "Optional. The behavior the caller wants users to see if there is a price increase during migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN.",
"description": "Optional. The behavior the caller wants users to see when there is a price increase during migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. Note that the first opt-out price increase migration for each app must be initiated in Play Console.",
"enum": [
"PRICE_INCREASE_TYPE_UNSPECIFIED",
"PRICE_INCREASE_TYPE_OPT_IN",
Expand Down
6 changes: 4 additions & 2 deletions androidpublisher/v3/androidpublisher-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 artifactregistry/v1/artifactregistry-api.json
Expand Up @@ -1301,7 +1301,7 @@
"type": "string"
},
"parent": {
"description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1",
"description": "The name of the parent package whose tags will be listed. For example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1661,7 +1661,7 @@
}
}
},
"revision": "20230710",
"revision": "20230719",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down
7 changes: 4 additions & 3 deletions artifactregistry/v1/artifactregistry-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 artifactregistry/v1beta1/artifactregistry-api.json
Expand Up @@ -736,7 +736,7 @@
"type": "string"
},
"parent": {
"description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1",
"description": "The name of the parent package whose tags will be listed. For example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$",
"required": true,
Expand Down Expand Up @@ -929,7 +929,7 @@
}
}
},
"revision": "20230522",
"revision": "20230719",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down
7 changes: 4 additions & 3 deletions artifactregistry/v1beta1/artifactregistry-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 artifactregistry/v1beta2/artifactregistry-api.json
Expand Up @@ -870,7 +870,7 @@
"type": "string"
},
"parent": {
"description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1",
"description": "The name of the parent package whose tags will be listed. For example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1135,7 +1135,7 @@
}
}
},
"revision": "20230710",
"revision": "20230719",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down
7 changes: 4 additions & 3 deletions artifactregistry/v1beta2/artifactregistry-gen.go

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

12 changes: 7 additions & 5 deletions bigquerydatatransfer/v1/bigquerydatatransfer-api.json
Expand Up @@ -1342,7 +1342,7 @@
}
}
},
"revision": "20230701",
"revision": "20230715",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1554,7 +1554,8 @@
"DOUBLE",
"BOOLEAN",
"RECORD",
"PLUS_PAGE"
"PLUS_PAGE",
"LIST"
],
"enumDescriptions": [
"Type unspecified.",
Expand All @@ -1563,7 +1564,8 @@
"Double precision floating point parameter.",
"Boolean parameter.",
"Deprecated. This field has no effect.",
"Page ID for a Google+ Page."
"Page ID for a Google+ Page.",
"List of strings parameter."
],
"type": "string"
},
Expand Down Expand Up @@ -1801,13 +1803,13 @@
"id": "StartManualTransferRunsRequest",
"properties": {
"requestedRunTime": {
"description": "Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.",
"description": "A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.",
"format": "google-datetime",
"type": "string"
},
"requestedTimeRange": {
"$ref": "TimeRange",
"description": "Time range for the transfer runs that should be started."
"description": "A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values."
}
},
"type": "object"
Expand Down
13 changes: 9 additions & 4 deletions bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

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

6 changes: 3 additions & 3 deletions chat/v1/chat-api.json
Expand Up @@ -519,13 +519,13 @@
"type": "string"
},
"pageSize": {
"description": "The maximum number of memberships to return. The service might return fewer than this value. If unspecified, at most 100 memberships are returned. The maximum value is 1,000. If you use a value more than 1,000, it's automatically changed to 1,000. Negative values return an `INVALID_ARGUMENT` error.",
"description": "Optional. The maximum number of memberships to return. The service might return fewer than this value. If unspecified, at most 100 memberships are returned. The maximum value is 1,000. If you use a value more than 1,000, it's automatically changed to 1,000. Negative values return an `INVALID_ARGUMENT` error.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "A page token, received from a previous call to list memberships. Provide this parameter to retrieve the subsequent page. When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.",
"description": "Optional. A page token, received from a previous call to list memberships. Provide this parameter to retrieve the subsequent page. When paginating, all other parameters provided should match the call that provided the page token. Passing different values to the other parameters might lead to unexpected results.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -954,7 +954,7 @@
}
}
},
"revision": "20230711",
"revision": "20230718",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down
4 changes: 2 additions & 2 deletions chat/v1/chat-gen.go

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

0 comments on commit 3a5236c

Please sign in to comment.