Skip to content

Commit

Permalink
feat(cloudfunctions): update the api
Browse files Browse the repository at this point in the history
#### cloudfunctions:v1

The following keys were added:
- schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1)

#### cloudfunctions:v2

The following keys were added:
- schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1)

#### cloudfunctions:v2alpha

The following keys were added:
- schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1)

#### cloudfunctions:v2beta

The following keys were added:
- schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1)
- schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 4, 2024
1 parent 49958ae commit be7bc54
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 4 deletions.
80 changes: 79 additions & 1 deletion googleapiclient/discovery_cache/documents/cloudfunctions.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20231130",
"revision": "20231207",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1031,6 +1031,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down Expand Up @@ -1206,6 +1232,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down Expand Up @@ -1381,6 +1433,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down
80 changes: 79 additions & 1 deletion googleapiclient/discovery_cache/documents/cloudfunctions.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20231130",
"revision": "20231207",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1013,6 +1013,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down Expand Up @@ -1188,6 +1214,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down Expand Up @@ -1363,6 +1415,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20231130",
"revision": "20231207",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1013,6 +1013,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down Expand Up @@ -1188,6 +1214,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down Expand Up @@ -1363,6 +1415,32 @@
"format": "google-datetime",
"type": "string"
},
"operationType": {
"description": "The operation type.",
"enum": [
"OPERATIONTYPE_UNSPECIFIED",
"CREATE_FUNCTION",
"UPDATE_FUNCTION",
"DELETE_FUNCTION",
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
"SETUP_FUNCTION_UPGRADE_CONFIG",
"ABORT_FUNCTION_UPGRADE",
"COMMIT_FUNCTION_UPGRADE"
],
"enumDescriptions": [
"Unspecified",
"CreateFunction",
"UpdateFunction",
"DeleteFunction",
"RedirectFunctionUpgradeTraffic",
"RollbackFunctionUpgradeTraffic",
"SetupFunctionUpgradeConfig",
"AbortFunctionUpgrade",
"CommitFunctionUpgrade"
],
"type": "string"
},
"requestResource": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
Expand Down

0 comments on commit be7bc54

Please sign in to comment.