public final class AptArtifact extends GeneratedMessageV3 implements AptArtifactOrBuilder
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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ARCHITECTURE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int COMPONENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int CONTROL_FILE_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 AptArtifact getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static AptArtifact.Builder newBuilder()
public static AptArtifact.Builder newBuilder(AptArtifact prototype)
public static AptArtifact parseDelimitedFrom(InputStream input)
public static AptArtifact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AptArtifact parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static AptArtifact parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AptArtifact parseFrom(ByteString data)
public static AptArtifact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AptArtifact parseFrom(CodedInputStream input)
public static AptArtifact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AptArtifact parseFrom(InputStream input)
public static AptArtifact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AptArtifact parseFrom(ByteBuffer data)
public static AptArtifact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<AptArtifact> 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 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 |
---|
Type | Description |
ByteString | The bytes for component.
|
public ByteString getControlFile()
Output only. Contents of the artifact's control metadata file.
bytes control_file = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public AptArtifact 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 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];
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()
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 AptArtifact.Builder newBuilderForType()
protected AptArtifact.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public AptArtifact.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides