public static final class ImportYumArtifactsResponse.Builder extends GeneratedMessage.Builder<ImportYumArtifactsResponse.Builder> implements ImportYumArtifactsResponseOrBuilder
The response message from importing YUM artifacts.
Protobuf type google.devtools.artifactregistry.v1beta2.ImportYumArtifactsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ImportYumArtifactsResponse.Builder addAllErrors(Iterable<? extends ImportYumArtifactsErrorInfo> values)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo>
|
public ImportYumArtifactsResponse.Builder addAllYumArtifacts(Iterable<? extends YumArtifact> values)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.devtools.artifactregistry.v1beta2.YumArtifact>
|
public ImportYumArtifactsResponse.Builder addErrors(ImportYumArtifactsErrorInfo value)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsResponse.Builder addErrors(ImportYumArtifactsErrorInfo.Builder builderForValue)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsResponse.Builder addErrors(int index, ImportYumArtifactsErrorInfo value)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsResponse.Builder addErrors(int index, ImportYumArtifactsErrorInfo.Builder builderForValue)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsErrorInfo.Builder addErrorsBuilder()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsErrorInfo.Builder addErrorsBuilder(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Parameter |
| Name |
Description |
index |
int
|
public ImportYumArtifactsResponse.Builder addYumArtifacts(YumArtifact value)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public ImportYumArtifactsResponse.Builder addYumArtifacts(YumArtifact.Builder builderForValue)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public ImportYumArtifactsResponse.Builder addYumArtifacts(int index, YumArtifact value)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public ImportYumArtifactsResponse.Builder addYumArtifacts(int index, YumArtifact.Builder builderForValue)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public YumArtifact.Builder addYumArtifactsBuilder()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public YumArtifact.Builder addYumArtifactsBuilder(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ImportYumArtifactsResponse build()
public ImportYumArtifactsResponse buildPartial()
public ImportYumArtifactsResponse.Builder clear()
Overrides
public ImportYumArtifactsResponse.Builder clearErrors()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsResponse.Builder clearYumArtifacts()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public ImportYumArtifactsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public ImportYumArtifactsErrorInfo getErrors(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Parameter |
| Name |
Description |
index |
int
|
public ImportYumArtifactsErrorInfo.Builder getErrorsBuilder(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Parameter |
| Name |
Description |
index |
int
|
public List<ImportYumArtifactsErrorInfo.Builder> getErrorsBuilderList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public int getErrorsCount()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Returns |
| Type |
Description |
int |
|
public List<ImportYumArtifactsErrorInfo> getErrorsList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsErrorInfoOrBuilder getErrorsOrBuilder(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends ImportYumArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Returns |
| Type |
Description |
List<? extends com.google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfoOrBuilder> |
|
public YumArtifact getYumArtifacts(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Parameter |
| Name |
Description |
index |
int
|
public YumArtifact.Builder getYumArtifactsBuilder(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<YumArtifact.Builder> getYumArtifactsBuilderList()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public int getYumArtifactsCount()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Returns |
| Type |
Description |
int |
|
public List<YumArtifact> getYumArtifactsList()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public YumArtifactOrBuilder getYumArtifactsOrBuilder(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends YumArtifactOrBuilder> getYumArtifactsOrBuilderList()
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Returns |
| Type |
Description |
List<? extends com.google.devtools.artifactregistry.v1beta2.YumArtifactOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportYumArtifactsResponse.Builder mergeFrom(ImportYumArtifactsResponse other)
public ImportYumArtifactsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ImportYumArtifactsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ImportYumArtifactsResponse.Builder removeErrors(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
| Parameter |
| Name |
Description |
index |
int
|
public ImportYumArtifactsResponse.Builder removeYumArtifacts(int index)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ImportYumArtifactsResponse.Builder setErrors(int index, ImportYumArtifactsErrorInfo value)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsResponse.Builder setErrors(int index, ImportYumArtifactsErrorInfo.Builder builderForValue)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportYumArtifactsErrorInfo errors = 2;
public ImportYumArtifactsResponse.Builder setYumArtifacts(int index, YumArtifact value)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;
public ImportYumArtifactsResponse.Builder setYumArtifacts(int index, YumArtifact.Builder builderForValue)
The yum artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.YumArtifact yum_artifacts = 1;