public final class YumArtifact extends GeneratedMessageV3 implements YumArtifactOrBuilder
A detailed representation of a Yum artifact.
Protobuf type google.devtools.artifactregistry.v1beta2.YumArtifact
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>)
Static Fields
public static final int ARCHITECTURE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PACKAGE_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PACKAGE_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static YumArtifact getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static YumArtifact.Builder newBuilder()
public static YumArtifact.Builder newBuilder(YumArtifact prototype)
public static YumArtifact parseDelimitedFrom(InputStream input)
public static YumArtifact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static YumArtifact parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static YumArtifact parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static YumArtifact parseFrom(ByteString data)
public static YumArtifact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static YumArtifact parseFrom(CodedInputStream input)
public static YumArtifact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static YumArtifact parseFrom(InputStream input)
public static YumArtifact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static YumArtifact parseFrom(ByteBuffer data)
public static YumArtifact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<YumArtifact> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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()
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 |
---|
Type | Description |
ByteString | The bytes for name.
|
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];
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()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public YumArtifact.Builder newBuilderForType()
protected YumArtifact.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public YumArtifact.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides