pub struct CloudRunRevisionEndpoint {
pub service_uri: Option<String>,
pub uri: Option<String>,
}Expand description
Wrapper for Cloud Run revision attributes.
This type is not used in any activity, and only used as part of another schema.
Fields§
§service_uri: Option<String>Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}
uri: Option<String>A Cloud Run revision URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
Trait Implementations§
Source§impl Clone for CloudRunRevisionEndpoint
impl Clone for CloudRunRevisionEndpoint
Source§fn clone(&self) -> CloudRunRevisionEndpoint
fn clone(&self) -> CloudRunRevisionEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CloudRunRevisionEndpoint
impl Debug for CloudRunRevisionEndpoint
Source§impl Default for CloudRunRevisionEndpoint
impl Default for CloudRunRevisionEndpoint
Source§fn default() -> CloudRunRevisionEndpoint
fn default() -> CloudRunRevisionEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CloudRunRevisionEndpoint
impl<'de> Deserialize<'de> for CloudRunRevisionEndpoint
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
impl Part for CloudRunRevisionEndpoint
Auto Trait Implementations§
impl Freeze for CloudRunRevisionEndpoint
impl RefUnwindSafe for CloudRunRevisionEndpoint
impl Send for CloudRunRevisionEndpoint
impl Sync for CloudRunRevisionEndpoint
impl Unpin for CloudRunRevisionEndpoint
impl UnsafeUnpin for CloudRunRevisionEndpoint
impl UnwindSafe for CloudRunRevisionEndpoint
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