pub struct ExportAppImageRequest {
pub destination_repository: Option<String>,
pub service_account: Option<String>,
}Expand description
Request message for Versions.ExportAppImage.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§destination_repository: Option<String>Optional. The full resource name of the AR repository to export to. Format: projects/{project}/locations/{location}/repositories/{repository} If not specified, defaults to projects/{project}/locations/{location}/repositories/gae-standard in the same region as the app. The default repository will be created if it does not exist.
service_account: Option<String>Optional. Optional: A service account to use for authenticating to Artifact Registry.
Trait Implementations§
Source§impl Clone for ExportAppImageRequest
impl Clone for ExportAppImageRequest
Source§fn clone(&self) -> ExportAppImageRequest
fn clone(&self) -> ExportAppImageRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExportAppImageRequest
impl Debug for ExportAppImageRequest
Source§impl Default for ExportAppImageRequest
impl Default for ExportAppImageRequest
Source§fn default() -> ExportAppImageRequest
fn default() -> ExportAppImageRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportAppImageRequest
impl<'de> Deserialize<'de> for ExportAppImageRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ExportAppImageRequest
impl Serialize for ExportAppImageRequest
impl RequestValue for ExportAppImageRequest
Auto Trait Implementations§
impl Freeze for ExportAppImageRequest
impl RefUnwindSafe for ExportAppImageRequest
impl Send for ExportAppImageRequest
impl Sync for ExportAppImageRequest
impl Unpin for ExportAppImageRequest
impl UnwindSafe for ExportAppImageRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more