Send feedback
Class Artifacts.MavenArtifact (3.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.33.0 keyboard_arrow_down
public static final class Artifacts . MavenArtifact extends GeneratedMessageV3 implements Artifacts . MavenArtifactOrBuilder
A Maven artifact to upload to Artifact Registry upon successful completion
of all build steps.
Protobuf type google.devtools.cloudbuild.v1.Artifacts.MavenArtifact
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ARTIFACT_ID_FIELD_NUMBER
public static final int ARTIFACT_ID_FIELD_NUMBER
Field Value Type Description int
GROUP_ID_FIELD_NUMBER
public static final int GROUP_ID_FIELD_NUMBER
Field Value Type Description int
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value Type Description int
REPOSITORY_FIELD_NUMBER
public static final int REPOSITORY_FIELD_NUMBER
Field Value Type Description int
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Artifacts . MavenArtifact getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Artifacts . MavenArtifact . Builder newBuilder ()
newBuilder(Artifacts.MavenArtifact prototype)
public static Artifacts . MavenArtifact . Builder newBuilder ( Artifacts . MavenArtifact prototype )
public static Artifacts . MavenArtifact parseDelimitedFrom ( InputStream input )
public static Artifacts . MavenArtifact parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Artifacts . MavenArtifact parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Artifacts . MavenArtifact parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Artifacts . MavenArtifact parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Artifacts . MavenArtifact parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Artifacts . MavenArtifact parseFrom ( CodedInputStream input )
public static Artifacts . MavenArtifact parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Artifacts . MavenArtifact parseFrom ( InputStream input )
public static Artifacts . MavenArtifact parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Artifacts . MavenArtifact parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Artifacts . MavenArtifact parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Artifacts . MavenArtifact > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getArtifactId()
public String getArtifactId ()
Maven artifactId
value used when uploading the artifact to Artifact
Registry.
string artifact_id = 3;
Returns Type Description String
The artifactId.
getArtifactIdBytes()
public ByteString getArtifactIdBytes ()
Maven artifactId
value used when uploading the artifact to Artifact
Registry.
string artifact_id = 3;
Returns Type Description ByteString
The bytes for artifactId.
getDefaultInstanceForType()
public Artifacts . MavenArtifact getDefaultInstanceForType ()
getGroupId()
public String getGroupId ()
Maven groupId
value used when uploading the artifact to Artifact
Registry.
string group_id = 4;
Returns Type Description String
The groupId.
getGroupIdBytes()
public ByteString getGroupIdBytes ()
Maven groupId
value used when uploading the artifact to Artifact
Registry.
string group_id = 4;
Returns Type Description ByteString
The bytes for groupId.
getParserForType()
public Parser<Artifacts . MavenArtifact > getParserForType ()
Overrides
getPath()
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.
string path = 2;
Returns Type Description String
The path.
getPathBytes()
public ByteString getPathBytes ()
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.
string path = 2;
Returns Type Description ByteString
The bytes for path.
getRepository()
public String getRepository ()
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.
string repository = 1;
Returns Type Description String
The repository.
getRepositoryBytes()
public ByteString getRepositoryBytes ()
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.
string repository = 1;
Returns Type Description ByteString
The bytes for repository.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getVersion()
public String getVersion ()
Maven version
value used when uploading the artifact to Artifact
Registry.
string version = 5;
Returns Type Description String
The version.
getVersionBytes()
public ByteString getVersionBytes ()
Maven version
value used when uploading the artifact to Artifact
Registry.
string version = 5;
Returns Type Description ByteString
The bytes for version.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Artifacts . MavenArtifact . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Artifacts . MavenArtifact . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Artifacts . MavenArtifact . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]