public interface YumArtifactOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArchitecture()
public abstract String getArchitecture()Output only. Operating system architecture of the artifact.
string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| int | The enum numeric value on the wire for packageType. |