Struct google_api_proto::google::devtools::artifactregistry::v1::MavenArtifact
source · pub struct MavenArtifact {
pub name: String,
pub pom_uri: String,
pub group_id: String,
pub artifact_id: String,
pub version: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
}
Expand description
MavenArtifact represents a maven artifact.
Fields§
§name: String
Required. registry_location, project_id, repository_name and maven_artifact forms a unique artifact For example, “projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/ com.google.guava:guava:31.0-jre”, where “us-west4” is the registry_location, “test-project” is the project_id, “test-repo” is the repository_name and “com.google.guava:guava:31.0-jre” is the maven artifact.
pom_uri: String
Required. URL to access the pom file of the artifact. Example: us-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom
group_id: String
Group ID for the artifact. Example: com.google.guava
artifact_id: String
Artifact ID for the artifact.
version: String
Version of this artifact.
create_time: Option<Timestamp>
Output only. Time the artifact was created.
update_time: Option<Timestamp>
Output only. Time the artifact was updated.
Trait Implementations§
source§impl Clone for MavenArtifact
impl Clone for MavenArtifact
source§fn clone(&self) -> MavenArtifact
fn clone(&self) -> MavenArtifact
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MavenArtifact
impl Debug for MavenArtifact
source§impl Default for MavenArtifact
impl Default for MavenArtifact
source§impl Message for MavenArtifact
impl Message for MavenArtifact
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 MavenArtifact
impl PartialEq for MavenArtifact
source§fn eq(&self, other: &MavenArtifact) -> bool
fn eq(&self, other: &MavenArtifact) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MavenArtifact
Auto Trait Implementations§
impl Freeze for MavenArtifact
impl RefUnwindSafe for MavenArtifact
impl Send for MavenArtifact
impl Sync for MavenArtifact
impl Unpin for MavenArtifact
impl UnwindSafe for MavenArtifact
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