Uses of Class
com.google.devtools.artifactregistry.v1.YumArtifact
-
Packages that use YumArtifact Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of YumArtifact in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return YumArtifact Modifier and Type Method Description YumArtifact
YumArtifact.Builder. build()
YumArtifact
YumArtifact.Builder. buildPartial()
static YumArtifact
YumArtifact. getDefaultInstance()
YumArtifact
YumArtifact.Builder. getDefaultInstanceForType()
YumArtifact
YumArtifact. getDefaultInstanceForType()
YumArtifact
ImportYumArtifactsResponse.Builder. getYumArtifacts(int index)
The yum artifacts imported.YumArtifact
ImportYumArtifactsResponse. getYumArtifacts(int index)
The yum artifacts imported.YumArtifact
ImportYumArtifactsResponseOrBuilder. getYumArtifacts(int index)
The yum artifacts imported.static YumArtifact
YumArtifact. parseDelimitedFrom(InputStream input)
static YumArtifact
YumArtifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static YumArtifact
YumArtifact. parseFrom(byte[] data)
static YumArtifact
YumArtifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static YumArtifact
YumArtifact. parseFrom(com.google.protobuf.ByteString data)
static YumArtifact
YumArtifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static YumArtifact
YumArtifact. parseFrom(com.google.protobuf.CodedInputStream input)
static YumArtifact
YumArtifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static YumArtifact
YumArtifact. parseFrom(InputStream input)
static YumArtifact
YumArtifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static YumArtifact
YumArtifact. parseFrom(ByteBuffer data)
static YumArtifact
YumArtifact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type YumArtifact Modifier and Type Method Description com.google.protobuf.Parser<YumArtifact>
YumArtifact. getParserForType()
List<YumArtifact>
ImportYumArtifactsResponse.Builder. getYumArtifactsList()
The yum artifacts imported.List<YumArtifact>
ImportYumArtifactsResponse. getYumArtifactsList()
The yum artifacts imported.List<YumArtifact>
ImportYumArtifactsResponseOrBuilder. getYumArtifactsList()
The yum artifacts imported.static com.google.protobuf.Parser<YumArtifact>
YumArtifact. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type YumArtifact Modifier and Type Method Description ImportYumArtifactsResponse.Builder
ImportYumArtifactsResponse.Builder. addYumArtifacts(int index, YumArtifact value)
The yum artifacts imported.ImportYumArtifactsResponse.Builder
ImportYumArtifactsResponse.Builder. addYumArtifacts(YumArtifact value)
The yum artifacts imported.YumArtifact.Builder
YumArtifact.Builder. mergeFrom(YumArtifact other)
static YumArtifact.Builder
YumArtifact. newBuilder(YumArtifact prototype)
ImportYumArtifactsResponse.Builder
ImportYumArtifactsResponse.Builder. setYumArtifacts(int index, YumArtifact value)
The yum artifacts imported.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type YumArtifact Modifier and Type Method Description ImportYumArtifactsResponse.Builder
ImportYumArtifactsResponse.Builder. addAllYumArtifacts(Iterable<? extends YumArtifact> values)
The yum artifacts imported.
-