Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 9, 2024
1 parent 87aa1d0 commit 1bd8304
Show file tree
Hide file tree
Showing 14 changed files with 3,736 additions and 44 deletions.
4 changes: 2 additions & 2 deletions cloudkms/v1/cloudkms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@
}
}
},
"revision": "20231212",
"revision": "20240131",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down Expand Up @@ -2024,7 +2024,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"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).",
"type": "string"
}
},
Expand Down
6 changes: 5 additions & 1 deletion cloudkms/v1/cloudkms-gen.go

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

305 changes: 304 additions & 1 deletion contactcenterinsights/v1/contactcenterinsights-api.json

Large diffs are not rendered by default.

763 changes: 756 additions & 7 deletions contactcenterinsights/v1/contactcenterinsights-gen.go

Large diffs are not rendered by default.

141 changes: 140 additions & 1 deletion dialogflow/v2/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8327,7 +8327,7 @@
}
}
},
"revision": "20240122",
"revision": "20240131",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -8835,6 +8835,27 @@
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportEntityTypesMetadata": {
"description": "Metadata returned for the EntityTypes.ExportEntityTypes long running operation.",
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportEntityTypesResponse": {
"description": "The response message for EntityTypes.ExportEntityTypes.",
"id": "GoogleCloudDialogflowCxV3ExportEntityTypesResponse",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3InlineDestination",
"description": "Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in ExportEntityTypesRequest."
},
"entityTypesUri": {
"description": "The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in ExportEntityTypesRequest.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ExportFlowResponse": {
"description": "The response message for Flows.ExportFlow.",
"id": "GoogleCloudDialogflowCxV3ExportFlowResponse",
Expand Down Expand Up @@ -9135,6 +9156,51 @@
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesMetadata": {
"description": "Metadata returned for the EntityTypes.ImportEntityTypes long running operation.",
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesResponse": {
"description": "The response message for EntityTypes.ImportEntityTypes.",
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources",
"description": "Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest."
},
"entityTypes": {
"description": "The unique identifier of the imported entity types. Format: `projects//locations//agents//entity_types/`.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources": {
"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.",
"id": "GoogleCloudDialogflowCxV3ImportEntityTypesResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"description": "Display names of conflicting entities.",
"items": {
"type": "string"
},
"type": "array"
},
"entityTypeDisplayNames": {
"description": "Display names of conflicting entity types.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3ImportFlowResponse": {
"description": "The response message for Flows.ImportFlow.",
"id": "GoogleCloudDialogflowCxV3ImportFlowResponse",
Expand Down Expand Up @@ -11047,6 +11113,27 @@
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata": {
"description": "Metadata returned for the EntityTypes.ExportEntityTypes long running operation.",
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse": {
"description": "The response message for EntityTypes.ExportEntityTypes.",
"id": "GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse",
"properties": {
"entityTypesContent": {
"$ref": "GoogleCloudDialogflowCxV3beta1InlineDestination",
"description": "Uncompressed byte content for entity types. This field is populated only if `entity_types_content_inline` is set to true in ExportEntityTypesRequest."
},
"entityTypesUri": {
"description": "The URI to a file containing the exported entity types. This field is populated only if `entity_types_uri` is specified in ExportEntityTypesRequest.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ExportFlowResponse": {
"description": "The response message for Flows.ExportFlow.",
"id": "GoogleCloudDialogflowCxV3beta1ExportFlowResponse",
Expand Down Expand Up @@ -11347,6 +11434,51 @@
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata": {
"description": "Metadata returned for the EntityTypes.ImportEntityTypes long running operation.",
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesMetadata",
"properties": {},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse": {
"description": "The response message for EntityTypes.ImportEntityTypes.",
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponse",
"properties": {
"conflictingResources": {
"$ref": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources",
"description": "Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportEntityTypesRequest."
},
"entityTypes": {
"description": "The unique identifier of the imported entity types. Format: `projects//locations//agents//entity_types/`.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources": {
"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.",
"id": "GoogleCloudDialogflowCxV3beta1ImportEntityTypesResponseConflictingResources",
"properties": {
"entityDisplayNames": {
"description": "Display names of conflicting entities.",
"items": {
"type": "string"
},
"type": "array"
},
"entityTypeDisplayNames": {
"description": "Display names of conflicting entity types.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1ImportFlowResponse": {
"description": "The response message for Flows.ImportFlow.",
"id": "GoogleCloudDialogflowCxV3beta1ImportFlowResponse",
Expand Down Expand Up @@ -12930,6 +13062,13 @@
"summaryText": {
"description": "Text of actual submitted summary.",
"type": "string"
},
"textSections": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Actual text sections of submitted summary.",
"type": "object"
}
},
"type": "object"
Expand Down

0 comments on commit 1bd8304

Please sign in to comment.