Uses of Class
com.google.devtools.artifactregistry.v1beta2.AptArtifact.Builder
-
Packages that use AptArtifact.Builder Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of AptArtifact.Builder in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return AptArtifact.Builder Modifier and Type Method Description AptArtifact.Builder
ImportAptArtifactsResponse.Builder. addAptArtifactsBuilder()
The Apt artifacts imported.AptArtifact.Builder
ImportAptArtifactsResponse.Builder. addAptArtifactsBuilder(int index)
The Apt artifacts imported.AptArtifact.Builder
AptArtifact.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AptArtifact.Builder
AptArtifact.Builder. clear()
AptArtifact.Builder
AptArtifact.Builder. clearArchitecture()
Output only.AptArtifact.Builder
AptArtifact.Builder. clearComponent()
Output only.AptArtifact.Builder
AptArtifact.Builder. clearControlFile()
Output only.AptArtifact.Builder
AptArtifact.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AptArtifact.Builder
AptArtifact.Builder. clearName()
Output only.AptArtifact.Builder
AptArtifact.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AptArtifact.Builder
AptArtifact.Builder. clearPackageName()
Output only.AptArtifact.Builder
AptArtifact.Builder. clearPackageType()
Output only.AptArtifact.Builder
AptArtifact.Builder. clone()
AptArtifact.Builder
ImportAptArtifactsResponse.Builder. getAptArtifactsBuilder(int index)
The Apt artifacts imported.AptArtifact.Builder
AptArtifact.Builder. mergeFrom(AptArtifact other)
AptArtifact.Builder
AptArtifact.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AptArtifact.Builder
AptArtifact.Builder. mergeFrom(com.google.protobuf.Message other)
AptArtifact.Builder
AptArtifact.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static AptArtifact.Builder
AptArtifact. newBuilder()
static AptArtifact.Builder
AptArtifact. newBuilder(AptArtifact prototype)
AptArtifact.Builder
AptArtifact. newBuilderForType()
protected AptArtifact.Builder
AptArtifact. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
AptArtifact.Builder
AptArtifact.Builder. setArchitecture(String value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setArchitectureBytes(com.google.protobuf.ByteString value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setComponent(String value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setComponentBytes(com.google.protobuf.ByteString value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setControlFile(com.google.protobuf.ByteString value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AptArtifact.Builder
AptArtifact.Builder. setName(String value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setNameBytes(com.google.protobuf.ByteString value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setPackageName(String value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setPackageNameBytes(com.google.protobuf.ByteString value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setPackageType(AptArtifact.PackageType value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setPackageTypeValue(int value)
Output only.AptArtifact.Builder
AptArtifact.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AptArtifact.Builder
AptArtifact.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AptArtifact.Builder
AptArtifact. toBuilder()
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type AptArtifact.Builder Modifier and Type Method Description List<AptArtifact.Builder>
ImportAptArtifactsResponse.Builder. getAptArtifactsBuilderList()
The Apt artifacts imported.Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type AptArtifact.Builder Modifier and Type Method Description ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addAptArtifacts(int index, AptArtifact.Builder builderForValue)
The Apt artifacts imported.ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addAptArtifacts(AptArtifact.Builder builderForValue)
The Apt artifacts imported.ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. setAptArtifacts(int index, AptArtifact.Builder builderForValue)
The Apt artifacts imported.
-