Skip to content

Commit 1bd8304

Browse files
feat(all): auto-regenerate discovery clients (#2406)
1 parent 87aa1d0 commit 1bd8304

14 files changed

+3736
-44
lines changed

cloudkms/v1/cloudkms-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@
18281828
}
18291829
}
18301830
},
1831-
"revision": "20231212",
1831+
"revision": "20240131",
18321832
"rootUrl": "https://cloudkms.googleapis.com/",
18331833
"schemas": {
18341834
"AsymmetricDecryptRequest": {
@@ -2024,7 +2024,7 @@
20242024
"type": "array"
20252025
},
20262026
"role": {
2027-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
2027+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
20282028
"type": "string"
20292029
}
20302030
},

cloudkms/v1/cloudkms-gen.go

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

contactcenterinsights/v1/contactcenterinsights-api.json

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

contactcenterinsights/v1/contactcenterinsights-gen.go

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

dialogflow/v2/dialogflow-api.json

Lines changed: 140 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8327,7 +8327,7 @@
83278327
}
83288328
}
83298329
},
8330-
"revision": "20240122",
8330+
"revision": "20240131",
83318331
"rootUrl": "https://dialogflow.googleapis.com/",
83328332
"schemas": {
83338333
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -8835,6 +8835,27 @@
88358835
},
88368836
"type": "object"
88378837
},
8838+
"GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": {
8839+
"description": "Metadata returned for the EntityTypes.ExportEntityTypes long running operation.",
8840+
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata",
8841+
"properties": {},
8842+
"type": "object"
8843+
},
8844+
"GoogleCloudDialogflowCxV3ExportEntityTypesResponse": {
8845+
"description": "The response message for EntityTypes.ExportEntityTypes.",
8846+
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse",
8847+
"properties": {
8848+
"entityTypesContent": {
8849+
"$ref": "GoogleCloudDialogflowCxV3InlineDestination",
8850+
"description": "Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in ExportEntityTypesRequest."
8851+
},
8852+
"entityTypesUri": {
8853+
"description": "The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in ExportEntityTypesRequest.",
8854+
"type": "string"
8855+
}
8856+
},
8857+
"type": "object"
8858+
},
88388859
"GoogleCloudDialogflowCxV3ExportFlowResponse": {
88398860
"description": "The response message for Flows.ExportFlow.",
88408861
"id": "GoogleCloudDialogflowCxV3ExportFlowResponse",
@@ -9135,6 +9156,51 @@
91359156
},
91369157
"type": "object"
91379158
},
9159+
"GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": {
9160+
"description": "Metadata returned for the EntityTypes.ImportEntityTypes long running operation.",
9161+
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata",
9162+
"properties": {},
9163+
"type": "object"
9164+
},
9165+
"GoogleCloudDialogflowCxV3ImportEntityTypesResponse": {
9166+
"description": "The response message for EntityTypes.ImportEntityTypes.",
9167+
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse",
9168+
"properties": {
9169+
"conflictingResources": {
9170+
"$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources",
9171+
"description": "Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest."
9172+
},
9173+
"entityTypes": {
9174+
"description": "The unique identifier of the imported entity types. Format: `projects//locations//agents//entity_types/`.",
9175+
"items": {
9176+
"type": "string"
9177+
},
9178+
"type": "array"
9179+
}
9180+
},
9181+
"type": "object"
9182+
},
9183+
"GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": {
9184+
"description": "Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT is set in the request and there are conflicts in the display names.",
9185+
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources",
9186+
"properties": {
9187+
"entityDisplayNames": {
9188+
"description": "Display names of conflicting entities.",
9189+
"items": {
9190+
"type": "string"
9191+
},
9192+
"type": "array"
9193+
},
9194+
"entityTypeDisplayNames": {
9195+
"description": "Display names of conflicting entity types.",
9196+
"items": {
9197+
"type": "string"
9198+
},
9199+
"type": "array"
9200+
}
9201+
},
9202+
"type": "object"
9203+
},
91389204
"GoogleCloudDialogflowCxV3ImportFlowResponse": {
91399205
"description": "The response message for Flows.ImportFlow.",
91409206
"id": "GoogleCloudDialogflowCxV3ImportFlowResponse",
@@ -11047,6 +11113,27 @@
1104711113
},
1104811114
"type": "object"
1104911115
},
11116+
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": {
11117+
"description": "Metadata returned for the EntityTypes.ExportEntityTypes long running operation.",
11118+
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata",
11119+
"properties": {},
11120+
"type": "object"
11121+
},
11122+
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": {
11123+
"description": "The response message for EntityTypes.ExportEntityTypes.",
11124+
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse",
11125+
"properties": {
11126+
"entityTypesContent": {
11127+
"$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination",
11128+
"description": "Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in ExportEntityTypesRequest."
11129+
},
11130+
"entityTypesUri": {
11131+
"description": "The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in ExportEntityTypesRequest.",
11132+
"type": "string"
11133+
}
11134+
},
11135+
"type": "object"
11136+
},
1105011137
"GoogleCloudDialogflowCxV3beta1ExportFlowResponse": {
1105111138
"description": "The response message for Flows.ExportFlow.",
1105211139
"id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse",
@@ -11347,6 +11434,51 @@
1134711434
},
1134811435
"type": "object"
1134911436
},
11437+
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": {
11438+
"description": "Metadata returned for the EntityTypes.ImportEntityTypes long running operation.",
11439+
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata",
11440+
"properties": {},
11441+
"type": "object"
11442+
},
11443+
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": {
11444+
"description": "The response message for EntityTypes.ImportEntityTypes.",
11445+
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse",
11446+
"properties": {
11447+
"conflictingResources": {
11448+
"$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources",
11449+
"description": "Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest."
11450+
},
11451+
"entityTypes": {
11452+
"description": "The unique identifier of the imported entity types. Format: `projects//locations//agents//entity_types/`.",
11453+
"items": {
11454+
"type": "string"
11455+
},
11456+
"type": "array"
11457+
}
11458+
},
11459+
"type": "object"
11460+
},
11461+
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": {
11462+
"description": "Conflicting resources detected during the import process. Only filled when REPORT_CONFLICT is set in the request and there are conflicts in the display names.",
11463+
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources",
11464+
"properties": {
11465+
"entityDisplayNames": {
11466+
"description": "Display names of conflicting entities.",
11467+
"items": {
11468+
"type": "string"
11469+
},
11470+
"type": "array"
11471+
},
11472+
"entityTypeDisplayNames": {
11473+
"description": "Display names of conflicting entity types.",
11474+
"items": {
11475+
"type": "string"
11476+
},
11477+
"type": "array"
11478+
}
11479+
},
11480+
"type": "object"
11481+
},
1135011482
"GoogleCloudDialogflowCxV3beta1ImportFlowResponse": {
1135111483
"description": "The response message for Flows.ImportFlow.",
1135211484
"id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse",
@@ -12930,6 +13062,13 @@
1293013062
"summaryText": {
1293113063
"description": "Text of actual submitted summary.",
1293213064
"type": "string"
13065+
},
13066+
"textSections": {
13067+
"additionalProperties": {
13068+
"type": "string"
13069+
},
13070+
"description": "Optional. Actual text sections of submitted summary.",
13071+
"type": "object"
1293313072
}
1293413073
},
1293513074
"type": "object"

0 commit comments

Comments
 (0)