Interface YumArtifactOrBuilder (1.2.9)

public interface YumArtifactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArchitecture()

public abstract String getArchitecture()

Output only. Operating system architecture of the artifact.

string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The architecture.

getArchitectureBytes()

public abstract ByteString getArchitectureBytes()

Output only. Operating system architecture of the artifact.

string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for architecture.

getName()

public abstract String getName()

Output only. The Artifact Registry resource name of the artifact.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The Artifact Registry resource name of the artifact.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getPackageName()

public abstract String getPackageName()

Output only. The yum package name of the artifact.

string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The packageName.

getPackageNameBytes()

public abstract ByteString getPackageNameBytes()

Output only. The yum package name of the artifact.

string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for packageName.

getPackageType()

public abstract YumArtifact.PackageType getPackageType()

Output only. An artifact is a binary or source package.

.google.devtools.artifactregistry.v1.YumArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
YumArtifact.PackageType

The packageType.

getPackageTypeValue()

public abstract int getPackageTypeValue()

Output only. An artifact is a binary or source package.

.google.devtools.artifactregistry.v1.YumArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for packageType.