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