Skip to content

Commit

Permalink
fix(eventarc): update the API
Browse files Browse the repository at this point in the history
#### eventarc:v1beta1

The following keys were changed:
- schemas.CloudRunService.properties.service.description
- schemas.Trigger.properties.transport.description

#### eventarc:v1

The following keys were changed:
- schemas.Trigger.properties.transport.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 2858e5a commit 8f35984
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions discovery/eventarc-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@
}
}
},
"revision": "20221207",
"revision": "20230120",
"rootUrl": "https://eventarc.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -2081,7 +2081,7 @@
},
"transport": {
"$ref": "Transport",
"description": "Optional. To deliver messages, Eventarc might use other GCP products as a transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes."
"description": "Optional. To deliver messages, Eventarc might use other Google Cloud products as a transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes."
},
"uid": {
"description": "Output only. Server-assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.",
Expand Down
6 changes: 3 additions & 3 deletions discovery/eventarc-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
}
}
},
"revision": "20221207",
"revision": "20230120",
"rootUrl": "https://eventarc.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -676,7 +676,7 @@
"type": "string"
},
"service": {
"description": "Required. The name of the Cloud run service being addressed (see https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services). Only services located in the same project of the trigger object can be addressed.",
"description": "Required. The name of the Cloud run service being addressed. See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services. Only services located in the same project of the trigger object can be addressed.",
"type": "string"
}
},
Expand Down Expand Up @@ -1083,7 +1083,7 @@
},
"transport": {
"$ref": "Transport",
"description": "Output only. In order to deliver messages, Eventarc may use other GCP products as transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.",
"description": "Output only. In order to deliver messages, Eventarc may use other Google Cloud products as transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.",
"readOnly": true
},
"updateTime": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/eventarc/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ export namespace eventarc_v1 {
*/
serviceAccount?: string | null;
/**
* Optional. To deliver messages, Eventarc might use other GCP products as a transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.
* Optional. To deliver messages, Eventarc might use other Google Cloud products as a transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.
*/
transport?: Schema$Transport;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/eventarc/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export namespace eventarc_v1beta1 {
*/
region?: string | null;
/**
* Required. The name of the Cloud run service being addressed (see https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services). Only services located in the same project of the trigger object can be addressed.
* Required. The name of the Cloud run service being addressed. See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services. Only services located in the same project of the trigger object can be addressed.
*/
service?: string | null;
}
Expand Down Expand Up @@ -485,7 +485,7 @@ export namespace eventarc_v1beta1 {
*/
serviceAccount?: string | null;
/**
* Output only. In order to deliver messages, Eventarc may use other GCP products as transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.
* Output only. In order to deliver messages, Eventarc may use other Google Cloud products as transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.
*/
transport?: Schema$Transport;
/**
Expand Down

0 comments on commit 8f35984

Please sign in to comment.