Uses of Class
com.google.devtools.artifactregistry.v1beta2.AptArtifact
-
Packages that use AptArtifact Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of AptArtifact in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return AptArtifact Modifier and Type Method Description AptArtifact
AptArtifact.Builder. build()
AptArtifact
AptArtifact.Builder. buildPartial()
AptArtifact
ImportAptArtifactsResponse.Builder. getAptArtifacts(int index)
The Apt artifacts imported.AptArtifact
ImportAptArtifactsResponse. getAptArtifacts(int index)
The Apt artifacts imported.AptArtifact
ImportAptArtifactsResponseOrBuilder. getAptArtifacts(int index)
The Apt artifacts imported.static AptArtifact
AptArtifact. getDefaultInstance()
AptArtifact
AptArtifact.Builder. getDefaultInstanceForType()
AptArtifact
AptArtifact. getDefaultInstanceForType()
static AptArtifact
AptArtifact. parseDelimitedFrom(InputStream input)
static AptArtifact
AptArtifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AptArtifact
AptArtifact. parseFrom(byte[] data)
static AptArtifact
AptArtifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AptArtifact
AptArtifact. parseFrom(com.google.protobuf.ByteString data)
static AptArtifact
AptArtifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AptArtifact
AptArtifact. parseFrom(com.google.protobuf.CodedInputStream input)
static AptArtifact
AptArtifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AptArtifact
AptArtifact. parseFrom(InputStream input)
static AptArtifact
AptArtifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AptArtifact
AptArtifact. parseFrom(ByteBuffer data)
static AptArtifact
AptArtifact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type AptArtifact Modifier and Type Method Description List<AptArtifact>
ImportAptArtifactsResponse.Builder. getAptArtifactsList()
The Apt artifacts imported.List<AptArtifact>
ImportAptArtifactsResponse. getAptArtifactsList()
The Apt artifacts imported.List<AptArtifact>
ImportAptArtifactsResponseOrBuilder. getAptArtifactsList()
The Apt artifacts imported.com.google.protobuf.Parser<AptArtifact>
AptArtifact. getParserForType()
static com.google.protobuf.Parser<AptArtifact>
AptArtifact. parser()
Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type AptArtifact Modifier and Type Method Description ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addAptArtifacts(int index, AptArtifact value)
The Apt artifacts imported.ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addAptArtifacts(AptArtifact value)
The Apt artifacts imported.AptArtifact.Builder
AptArtifact.Builder. mergeFrom(AptArtifact other)
static AptArtifact.Builder
AptArtifact. newBuilder(AptArtifact prototype)
ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. setAptArtifacts(int index, AptArtifact value)
The Apt artifacts imported.Method parameters in com.google.devtools.artifactregistry.v1beta2 with type arguments of type AptArtifact Modifier and Type Method Description ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addAllAptArtifacts(Iterable<? extends AptArtifact> values)
The Apt artifacts imported.
-