make regen-apis

This commit is contained in:
OMGeeky
2023-10-23 12:55:17 +02:00
parent 8fc78fe0ae
commit c356d5fd0e
887 changed files with 9716 additions and 8753 deletions

View File

@@ -30,3 +30,6 @@ pub use method_builders::*;
mod call_builders;
pub use call_builders::*;
mod enums;
pub use enums::*;

View File

@@ -218,7 +218,7 @@ pub struct Workflow {
pub source_contents: Option<String>,
/// Output only. State of the workflow deployment.
pub state: Option<String>,
pub state: Option<WorkflowStateEnum>,
/// Output only. The timestamp for when the workflow was last updated.
#[serde(rename="updateTime")]