public final class YumArtifact extends GeneratedMessageV3 implements YumArtifactOrBuilder
A detailed representation of a Yum artifact.
Protobuf type google.devtools.artifactregistry.v1beta2.YumArtifact
Static Fields
public static final int ARCHITECTURE_FIELD_NUMBER
Field Value
public static final int NAME_FIELD_NUMBER
Field Value
public static final int PACKAGE_NAME_FIELD_NUMBER
Field Value
public static final int PACKAGE_TYPE_FIELD_NUMBER
Field Value
Static Methods
public static YumArtifact getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static YumArtifact.Builder newBuilder()
Returns
public static YumArtifact.Builder newBuilder(YumArtifact prototype)
Parameter
Returns
public static YumArtifact parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static YumArtifact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static YumArtifact parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static YumArtifact parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static YumArtifact parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static YumArtifact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static YumArtifact parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static YumArtifact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static YumArtifact parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static YumArtifact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static YumArtifact parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static YumArtifact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<YumArtifact> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public String getArchitecture()
Output only. Operating system architecture of the artifact.
string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The architecture.
|
public ByteString getArchitectureBytes()
Output only. Operating system architecture of the artifact.
string architecture = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for architecture.
|
public YumArtifact getDefaultInstanceForType()
Returns
Output only. The Artifact Registry resource name of the artifact.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Output only. The Artifact Registry resource name of the artifact.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public String getPackageName()
Output only. The yum package name of the artifact.
string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The packageName.
|
public ByteString getPackageNameBytes()
Output only. The yum package name of the artifact.
string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for packageName.
|
public YumArtifact.PackageType getPackageType()
Output only. An artifact is a binary or source package.
.google.devtools.artifactregistry.v1beta2.YumArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public int getPackageTypeValue()
Output only. An artifact is a binary or source package.
.google.devtools.artifactregistry.v1beta2.YumArtifact.PackageType package_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
int | The enum numeric value on the wire for packageType.
|
public Parser<YumArtifact> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public YumArtifact.Builder newBuilderForType()
Returns
protected YumArtifact.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public YumArtifact.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions