public final class AptArtifact extends GeneratedMessageV3 implements AptArtifactOrBuilder
Static Fields
public static final int ARCHITECTURE_FIELD_NUMBER
Field Value
public static final int COMPONENT_FIELD_NUMBER
Field Value
public static final int CONTROL_FILE_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 AptArtifact getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static AptArtifact.Builder newBuilder()
Returns
public static AptArtifact.Builder newBuilder(AptArtifact prototype)
Parameter
Returns
public static AptArtifact parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AptArtifact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AptArtifact parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static AptArtifact parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AptArtifact parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static AptArtifact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AptArtifact parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AptArtifact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AptArtifact parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AptArtifact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AptArtifact parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static AptArtifact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<AptArtifact> 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 String getComponent()
Output only. Repository component of the artifact.
string component = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The component.
|
public ByteString getComponentBytes()
Output only. Repository component of the artifact.
string component = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public ByteString getControlFile()
Output only. Contents of the artifact's control metadata file.
bytes control_file = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public AptArtifact 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 Apt 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 Apt package name of the artifact.
string package_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for packageName.
|
public AptArtifact.PackageType getPackageType()
Output only. An artifact is a binary or source package.
.google.devtools.artifactregistry.v1beta2.AptArtifact.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.AptArtifact.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<AptArtifact> 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 AptArtifact.Builder newBuilderForType()
Returns
protected AptArtifact.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public AptArtifact.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions