mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
make regen-apis
This commit is contained in:
@@ -79,9 +79,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -384,9 +384,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(5 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -673,9 +673,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -978,9 +978,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(5 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -1267,9 +1267,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("size", self._size.to_string());
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("size", &self._size.to_string());
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -1577,8 +1577,8 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(7 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
if let Some(value) = self._page_token.as_ref() {
|
||||
params.push("pageToken", value);
|
||||
}
|
||||
@@ -1885,9 +1885,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -2191,10 +2191,10 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("size", self._size.to_string());
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
params.push("size", &self._size.to_string());
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -2491,9 +2491,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -2803,9 +2803,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(6 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("instanceGroupManager", self._instance_group_manager);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("instanceGroupManager", &self._instance_group_manager);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -3108,9 +3108,9 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(5 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("operation", self._operation);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
params.push("operation", &self._operation);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
@@ -3395,8 +3395,8 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(7 + self._additional_params.len());
|
||||
params.push("project", self._project);
|
||||
params.push("zone", self._zone);
|
||||
params.push("project", &self._project);
|
||||
params.push("zone", &self._zone);
|
||||
if let Some(value) = self._page_token.as_ref() {
|
||||
params.push("pageToken", value);
|
||||
}
|
||||
|
||||
@@ -30,3 +30,6 @@ pub use method_builders::*;
|
||||
|
||||
mod call_builders;
|
||||
pub use call_builders::*;
|
||||
|
||||
mod enums;
|
||||
pub use enums::*;
|
||||
|
||||
@@ -292,7 +292,7 @@ pub struct Operation {
|
||||
pub start_time: Option<String>,
|
||||
/// [Output Only] Status of the operation.
|
||||
|
||||
pub status: Option<String>,
|
||||
pub status: Option<OperationStatusEnum>,
|
||||
/// [Output Only] An optional textual description of the current status of the operation.
|
||||
#[serde(rename="statusMessage")]
|
||||
|
||||
@@ -363,7 +363,7 @@ pub struct ReplicaPoolAutoHealingPolicy {
|
||||
/// The action to perform when an instance becomes unhealthy. Possible values are RECREATE or REBOOT. RECREATE replaces an unhealthy instance with a new instance that is based on the instance template for this managed instance group. REBOOT performs a soft reboot on an instance. If the instance cannot reboot, the instance performs a hard restart.
|
||||
#[serde(rename="actionType")]
|
||||
|
||||
pub action_type: Option<String>,
|
||||
pub action_type: Option<ReplicaPoolAutoHealingPolicyActionTypeEnum>,
|
||||
/// The URL for the HealthCheck that signals autohealing.
|
||||
#[serde(rename="healthCheck")]
|
||||
|
||||
@@ -420,7 +420,7 @@ impl client::Part for OperationErrorErrors {}
|
||||
pub struct OperationWarnings {
|
||||
/// [Output only] The warning type identifier for this warning.
|
||||
|
||||
pub code: Option<String>,
|
||||
pub code: Option<OperationWarningCodeEnum>,
|
||||
/// [Output only] Metadata for this warning in key:value format.
|
||||
|
||||
pub data: Option<Vec<OperationWarningsData>>,
|
||||
|
||||
Reference in New Issue
Block a user