|
3202 | 3202 | }
|
3203 | 3203 | }
|
3204 | 3204 | },
|
3205 |
| - "revision": "20230409", |
| 3205 | + "revision": "20230509", |
3206 | 3206 | "rootUrl": "https://integrations.googleapis.com/",
|
3207 | 3207 | "schemas": {
|
3208 | 3208 | "CrmlogErrorCode": {
|
|
3701 | 3701 | "locationName": {
|
3702 | 3702 | "description": "Location name of the key ring, e.g. \"us-west1\".",
|
3703 | 3703 | "type": "string"
|
| 3704 | + }, |
| 3705 | + "serviceAccount": { |
| 3706 | + "description": "Optional. The service account used for authentication of this KMS key. If this is not provided, the service account in Client.clientSource will be used.", |
| 3707 | + "type": "string" |
3704 | 3708 | }
|
3705 | 3709 | },
|
3706 | 3710 | "type": "object"
|
|
5890 | 5894 | "enum": [
|
5891 | 5895 | "UNSPECIFIED_EXTERNAL_CATEGORY",
|
5892 | 5896 | "CORE",
|
5893 |
| - "CONNECTORS" |
| 5897 | + "CONNECTORS", |
| 5898 | + "EXTERNAL_HTTP", |
| 5899 | + "EXTERNAL_INTEGRATION_SERVICES", |
| 5900 | + "EXTERNAL_CUSTOMER_ACTIONS", |
| 5901 | + "EXTERNAL_FLOW_CONTROL", |
| 5902 | + "EXTERNAL_WORKSPACE", |
| 5903 | + "EXTERNAL_SECURITY", |
| 5904 | + "EXTERNAL_DATABASES", |
| 5905 | + "EXTERNAL_ANALYTICS", |
| 5906 | + "EXTERNAL_BYOC", |
| 5907 | + "EXTERNAL_BYOT", |
| 5908 | + "EXTERNAL_ARTIFICIAL_INTELIGENCE", |
| 5909 | + "EXTERNAL_DATA_MANIPULATION" |
5894 | 5910 | ],
|
5895 | 5911 | "enumDescriptions": [
|
5896 | 5912 | "",
|
5897 | 5913 | "",
|
5898 |
| - "" |
| 5914 | + "", |
| 5915 | + "HTTP tasks, e.g. rest api call task", |
| 5916 | + "Integration services, e.g. connector task", |
| 5917 | + "Customer ations, e.g. email task", |
| 5918 | + "Flow control, e.g. while loop task", |
| 5919 | + "Workspace tasks, e.g. list drive task", |
| 5920 | + "Security, e.g. kms related tasks", |
| 5921 | + "Database operation tasks, e.g. read firestore info tasks", |
| 5922 | + "Analytics tasks, e.g. dataflow creattion tasks", |
| 5923 | + "BYOC tasks", |
| 5924 | + "BYOT tasks", |
| 5925 | + "AI related tasks.", |
| 5926 | + "Data manipulation related tasks, e.g. data mapping task" |
5899 | 5927 | ],
|
5900 | 5928 | "type": "string"
|
5901 | 5929 | },
|
|
7687 | 7715 | },
|
7688 | 7716 | "type": "array"
|
7689 | 7717 | },
|
| 7718 | + "authKey": { |
| 7719 | + "description": "Identifier key for auth config", |
| 7720 | + "type": "string" |
| 7721 | + }, |
7690 | 7722 | "authType": {
|
7691 | 7723 | "description": "The type of authentication configured.",
|
7692 | 7724 | "enum": [
|
|
7902 | 7934 | "description": "Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.",
|
7903 | 7935 | "type": "string"
|
7904 | 7936 | },
|
| 7937 | + "connectorVersionLaunchStage": { |
| 7938 | + "description": "Output only. Flag to mark the version indicating the launch stage.", |
| 7939 | + "enum": [ |
| 7940 | + "LAUNCH_STAGE_UNSPECIFIED", |
| 7941 | + "PREVIEW", |
| 7942 | + "GA", |
| 7943 | + "DEPRECATED", |
| 7944 | + "PRIVATE_PREVIEW" |
| 7945 | + ], |
| 7946 | + "enumDescriptions": [ |
| 7947 | + "LAUNCH_STAGE_UNSPECIFIED.", |
| 7948 | + "PREVIEW.", |
| 7949 | + "GA.", |
| 7950 | + "DEPRECATED.", |
| 7951 | + "PRIVATE_PREVIEW." |
| 7952 | + ], |
| 7953 | + "readOnly": true, |
| 7954 | + "type": "string" |
| 7955 | + }, |
7905 | 7956 | "createTime": {
|
7906 | 7957 | "description": "Output only. Created time.",
|
7907 | 7958 | "format": "google-datetime",
|
|
7971 | 8022 | "description": "Output only. Current status of the connection.",
|
7972 | 8023 | "readOnly": true
|
7973 | 8024 | },
|
| 8025 | + "subscriptionType": { |
| 8026 | + "description": "Output only. This subscription type enum states the subscription type of the project.", |
| 8027 | + "enum": [ |
| 8028 | + "SUBSCRIPTION_TYPE_UNSPECIFIED", |
| 8029 | + "PAY_G", |
| 8030 | + "PAID" |
| 8031 | + ], |
| 8032 | + "enumDescriptions": [ |
| 8033 | + "Unspecified subscription type.", |
| 8034 | + "PayG subscription.", |
| 8035 | + "Paid Subscription." |
| 8036 | + ], |
| 8037 | + "readOnly": true, |
| 8038 | + "type": "string" |
| 8039 | + }, |
7974 | 8040 | "suspended": {
|
7975 | 8041 | "description": "Optional. Suspended indicates if a user has suspended a connection or not.",
|
7976 | 8042 | "type": "boolean"
|
|
8012 | 8078 | "Connection is being deleted.",
|
8013 | 8079 | "Connection is being updated.",
|
8014 | 8080 | "Connection is not running due to an error.",
|
8015 |
| - "Connection is not running due to an auth error for the Oauth2 Auth Code based connector." |
| 8081 | + "Connection is not running because the authorization configuration is not complete." |
8016 | 8082 | ],
|
8017 | 8083 | "type": "string"
|
8018 | 8084 | },
|
|
10969 | 11035 | "type": "object"
|
10970 | 11036 | },
|
10971 | 11037 | "GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest": {
|
10972 |
| - "description": "Use this request to post all workflows associated with a given trigger id. Next available id: 10", |
| 11038 | + "description": "Use this request to post all workflows associated with a given trigger id. Next available id: 11", |
10973 | 11039 | "id": "GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest",
|
10974 | 11040 | "properties": {
|
10975 | 11041 | "clientId": {
|
|
11006 | 11072 | "description": "Optional. This is used to de-dup incoming request: if the duplicate request was detected, the response from the previous execution is returned. Must have no more than 36 characters and contain only alphanumeric characters and hyphens.",
|
11007 | 11073 | "type": "string"
|
11008 | 11074 | },
|
| 11075 | + "resourceName": { |
| 11076 | + "description": "This field is only required when using Admin Access. The resource name of target, or the parent resource name. For example: \"projects/*/locations/*/integrations/*\"", |
| 11077 | + "type": "string" |
| 11078 | + }, |
11009 | 11079 | "scheduledTime": {
|
11010 | 11080 | "description": "Optional. Time in milliseconds since epoch when the given event would be scheduled.",
|
11011 | 11081 | "format": "int64",
|
|
0 commit comments