Struct google_api_proto::google::devtools::cloudbuild::v1::artifacts::MavenArtifact
source · pub struct MavenArtifact {
pub repository: String,
pub path: String,
pub artifact_id: String,
pub group_id: String,
pub version: String,
}
Expand description
A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
Fields§
§repository: String
Artifact Registry repository, in the form “https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY"
Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
path: String
Path to an artifact in the build’s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
artifact_id: String
Maven artifactId
value used when uploading the artifact to Artifact
Registry.
group_id: String
Maven groupId
value used when uploading the artifact to Artifact
Registry.
version: String
Maven version
value used when uploading the artifact to Artifact
Registry.
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