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 AptArtifactAptArtifact.Builder. build()AptArtifactAptArtifact.Builder. buildPartial()AptArtifactImportAptArtifactsResponse.Builder. getAptArtifacts(int index)The Apt artifacts imported.AptArtifactImportAptArtifactsResponse. getAptArtifacts(int index)The Apt artifacts imported.AptArtifactImportAptArtifactsResponseOrBuilder. getAptArtifacts(int index)The Apt artifacts imported.static AptArtifactAptArtifact. getDefaultInstance()AptArtifactAptArtifact.Builder. getDefaultInstanceForType()AptArtifactAptArtifact. getDefaultInstanceForType()static AptArtifactAptArtifact. parseDelimitedFrom(InputStream input)static AptArtifactAptArtifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AptArtifactAptArtifact. parseFrom(byte[] data)static AptArtifactAptArtifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AptArtifactAptArtifact. parseFrom(com.google.protobuf.ByteString data)static AptArtifactAptArtifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AptArtifactAptArtifact. parseFrom(com.google.protobuf.CodedInputStream input)static AptArtifactAptArtifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AptArtifactAptArtifact. parseFrom(InputStream input)static AptArtifactAptArtifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AptArtifactAptArtifact. parseFrom(ByteBuffer data)static AptArtifactAptArtifact. 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.BuilderImportAptArtifactsResponse.Builder. addAptArtifacts(int index, AptArtifact value)The Apt artifacts imported.ImportAptArtifactsResponse.BuilderImportAptArtifactsResponse.Builder. addAptArtifacts(AptArtifact value)The Apt artifacts imported.AptArtifact.BuilderAptArtifact.Builder. mergeFrom(AptArtifact other)static AptArtifact.BuilderAptArtifact. newBuilder(AptArtifact prototype)ImportAptArtifactsResponse.BuilderImportAptArtifactsResponse.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.BuilderImportAptArtifactsResponse.Builder. addAllAptArtifacts(Iterable<? extends AptArtifact> values)The Apt artifacts imported.
-