Struct google_api_proto::google::cloud::developerconnect::v1::GitRepositoryLink
source · pub struct GitRepositoryLink {
pub name: String,
pub clone_uri: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub delete_time: Option<Timestamp>,
pub labels: BTreeMap<String, String>,
pub etag: String,
pub reconciling: bool,
pub annotations: BTreeMap<String, String>,
pub uid: String,
}
Expand description
Message describing the GitRepositoryLink object
Fields§
§name: String
Identifier. Resource name of the repository, in the format
projects/*/locations/*/connections/*/gitRepositoryLinks/*
.
clone_uri: String
Required. Git Clone URI.
create_time: Option<Timestamp>
Output only. [Output only] Create timestamp
update_time: Option<Timestamp>
Output only. [Output only] Update timestamp
delete_time: Option<Timestamp>
Output only. [Output only] Delete timestamp
labels: BTreeMap<String, String>
Optional. Labels as key value pairs
etag: String
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
reconciling: bool
Output only. Set to true when the connection is being set up or updated in the background.
annotations: BTreeMap<String, String>
Optional. Allows clients to store small amounts of arbitrary data.
uid: String
Output only. A system-assigned unique identifier for a the GitRepositoryLink.
Trait Implementations§
source§impl Clone for GitRepositoryLink
impl Clone for GitRepositoryLink
source§fn clone(&self) -> GitRepositoryLink
fn clone(&self) -> GitRepositoryLink
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GitRepositoryLink
impl Debug for GitRepositoryLink
source§impl Default for GitRepositoryLink
impl Default for GitRepositoryLink
source§impl Message for GitRepositoryLink
impl Message for GitRepositoryLink
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for GitRepositoryLink
impl PartialEq for GitRepositoryLink
source§fn eq(&self, other: &GitRepositoryLink) -> bool
fn eq(&self, other: &GitRepositoryLink) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GitRepositoryLink
Auto Trait Implementations§
impl Freeze for GitRepositoryLink
impl RefUnwindSafe for GitRepositoryLink
impl Send for GitRepositoryLink
impl Sync for GitRepositoryLink
impl Unpin for GitRepositoryLink
impl UnwindSafe for GitRepositoryLink
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request