Skip to content

Commit a20cd59

Browse files
feat(all): auto-regenerate discovery clients (#1632)
1 parent 3a45f5c commit a20cd59

8 files changed

Lines changed: 5424 additions & 3212 deletions

File tree

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 599 additions & 1 deletion
Large diffs are not rendered by default.

analyticsadmin/v1alpha/analyticsadmin-gen.go

Lines changed: 4715 additions & 3166 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chat/v1/chat-api.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"type": "string"
596596
},
597597
"updateMask": {
598-
"description": "Required. The field paths to update. Separate multiple values with commas. Currently supported field paths: - text - cards (Requires [service account authentication](/chat/api/guides/auth/service-accounts).) - attachment",
598+
"description": "Required. The field paths to update. Separate multiple values with commas. Currently supported field paths: - text - cards (Requires [service account authentication](/chat/api/guides/auth/service-accounts).) ",
599599
"format": "google-fieldmask",
600600
"location": "query",
601601
"type": "string"
@@ -642,7 +642,7 @@
642642
}
643643
}
644644
},
645-
"revision": "20220716",
645+
"revision": "20220720",
646646
"rootUrl": "https://chat.googleapis.com/",
647647
"schemas": {
648648
"ActionParameter": {
@@ -2627,13 +2627,17 @@
26272627
"readOnly": true,
26282628
"type": "boolean"
26292629
},
2630+
"spaceDetails": {
2631+
"$ref": "SpaceDetails",
2632+
"description": "Details about the space including description and rules."
2633+
},
26302634
"threaded": {
26312635
"description": "Output only. Whether messages are threaded in this space.",
26322636
"readOnly": true,
26332637
"type": "boolean"
26342638
},
26352639
"type": {
2636-
"description": "Output only. Deprecated: Use `single_user_bot_dm` or `space_type` (developer preview) instead. The type of a space.",
2640+
"description": "Output only. Deprecated: Use `singleUserBotDm` or `spaceType` (developer preview) instead. The type of a space.",
26372641
"enum": [
26382642
"TYPE_UNSPECIFIED",
26392643
"ROOM",
@@ -2650,6 +2654,21 @@
26502654
},
26512655
"type": "object"
26522656
},
2657+
"SpaceDetails": {
2658+
"description": "Details about the space including description and rules.",
2659+
"id": "SpaceDetails",
2660+
"properties": {
2661+
"description": {
2662+
"description": "Optional. A description of the space. It could describe the space's discussion topic, functional purpose, or participants.",
2663+
"type": "string"
2664+
},
2665+
"guidelines": {
2666+
"description": "Optional. The space's rules, expectations, and etiquette.",
2667+
"type": "string"
2668+
}
2669+
},
2670+
"type": "object"
2671+
},
26532672
"Status": {
26542673
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
26552674
"id": "Status",

chat/v1/chat-gen.go

Lines changed: 41 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/v2.1/content-api.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5908,7 +5908,7 @@
59085908
}
59095909
}
59105910
},
5911-
"revision": "20220713",
5911+
"revision": "20220720",
59125912
"rootUrl": "https://shoppingcontent.googleapis.com/",
59135913
"schemas": {
59145914
"Account": {
@@ -6749,7 +6749,7 @@
67496749
},
67506750
"errors": {
67516751
"$ref": "Errors",
6752-
"description": "A list of errors defined if and only if the request failed."
6752+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
67536753
},
67546754
"kind": {
67556755
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accountsCustomBatchResponseEntry`\"",
@@ -6944,7 +6944,7 @@
69446944
},
69456945
"errors": {
69466946
"$ref": "Errors",
6947-
"description": "A list of errors defined if and only if the request failed."
6947+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
69486948
}
69496949
},
69506950
"type": "object"
@@ -7044,7 +7044,7 @@
70447044
},
70457045
"errors": {
70467046
"$ref": "Errors",
7047-
"description": "A list of errors defined if and only if the request failed."
7047+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
70487048
},
70497049
"kind": {
70507050
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#accounttaxCustomBatchResponseEntry`\"",
@@ -7903,7 +7903,7 @@
79037903
},
79047904
"errors": {
79057905
"$ref": "Errors",
7906-
"description": "A list of errors defined if and only if the request failed."
7906+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
79077907
}
79087908
},
79097909
"type": "object"
@@ -8017,7 +8017,7 @@
80178017
},
80188018
"errors": {
80198019
"$ref": "Errors",
8020-
"description": "A list of errors defined if and only if the request failed."
8020+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
80218021
}
80228022
},
80238023
"type": "object"
@@ -9302,7 +9302,7 @@
93029302
},
93039303
"errors": {
93049304
"$ref": "Errors",
9305-
"description": "A list of errors defined if and only if the request failed."
9305+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
93069306
},
93079307
"kind": {
93089308
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#localinventoryCustomBatchResponseEntry`\"",
@@ -13353,7 +13353,7 @@
1335313353
},
1335413354
"errors": {
1335513355
"$ref": "Errors",
13356-
"description": "A list of errors defined if and only if the request failed."
13356+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
1335713357
},
1335813358
"kind": {
1335913359
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productsCustomBatchResponseEntry`\"",
@@ -13463,7 +13463,7 @@
1346313463
},
1346413464
"errors": {
1346513465
"$ref": "Errors",
13466-
"description": "A list of errors, if the request failed."
13466+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
1346713467
},
1346813468
"kind": {
1346913469
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#productstatusesCustomBatchResponseEntry`\"",
@@ -14017,7 +14017,7 @@
1401714017
},
1401814018
"errors": {
1401914019
"$ref": "Errors",
14020-
"description": "A list of errors defined if and only if the request failed."
14020+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
1402114021
},
1402214022
"kind": {
1402314023
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#regionalinventoryCustomBatchResponseEntry`\".",
@@ -15689,7 +15689,7 @@
1568915689
},
1569015690
"errors": {
1569115691
"$ref": "Errors",
15692-
"description": "A list of errors defined if, and only if, the request failed."
15692+
"description": "A list of errors for failed custombatch entries. *Note:* Schema errors fail the whole request."
1569315693
},
1569415694
"kind": {
1569515695
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#shippingsettingsCustomBatchResponseEntry`\"",

content/v2.1/content-gen.go

Lines changed: 20 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slides/v1/slides-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
}
314314
}
315315
},
316-
"revision": "20220404",
316+
"revision": "20220722",
317317
"rootUrl": "https://slides.googleapis.com/",
318318
"schemas": {
319319
"AffineTransform": {
@@ -1037,28 +1037,28 @@
10371037
"type": "object"
10381038
},
10391039
"CreateSlideRequest": {
1040-
"description": "Creates a new slide.",
1040+
"description": "Creates a slide.",
10411041
"id": "CreateSlideRequest",
10421042
"properties": {
10431043
"insertionIndex": {
1044-
"description": "The optional zero-based index indicating where to insert the slides. If you don't specify an index, the new slide is created at the end.",
1044+
"description": "The optional zero-based index indicating where to insert the slides. If you don't specify an index, the slide is created at the end.",
10451045
"format": "int32",
10461046
"type": "integer"
10471047
},
10481048
"objectId": {
1049-
"description": "A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The length of the ID must not be less than 5 or greater than 50. If you don't specify an ID, a unique one is generated.",
1049+
"description": "A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9_]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9_-:]`). The ID length must be between 5 and 50 characters, inclusive. If you don't specify an ID, a unique one is generated.",
10501050
"type": "string"
10511051
},
10521052
"placeholderIdMappings": {
1053-
"description": "An optional list of object ID mappings from the placeholder(s) on the layout to the placeholder(s) that will be created on the new slide from that specified layout. Can only be used when `slide_layout_reference` is specified.",
1053+
"description": "An optional list of object ID mappings from the placeholder(s) on the layout to the placeholders that are created on the slide from the specified layout. Can only be used when `slide_layout_reference` is specified.",
10541054
"items": {
10551055
"$ref": "LayoutPlaceholderIdMapping"
10561056
},
10571057
"type": "array"
10581058
},
10591059
"slideLayoutReference": {
10601060
"$ref": "LayoutReference",
1061-
"description": "Layout reference of the slide to be inserted, based on the *current master*, which is one of the following: - The master of the previous slide index. - The master of the first slide, if the insertion_index is zero. - The first master in the presentation, if there are no slides. If the LayoutReference is not found in the current master, a 400 bad request error is returned. If you don't specify a layout reference, then the new slide will use the predefined layout `BLANK`."
1061+
"description": "Layout reference of the slide to be inserted, based on the *current master*, which is one of the following: - The master of the previous slide index. - The master of the first slide, if the insertion_index is zero. - The first master in the presentation, if there are no slides. If the LayoutReference is not found in the current master, a 400 bad request error is returned. If you don't specify a layout reference, the slide uses the predefined `BLANK` layout."
10621062
}
10631063
},
10641064
"type": "object"

0 commit comments

Comments
 (0)