public static final class Error.Builder extends GeneratedMessageV3.Builder<Error.Builder> implements ErrorOrBuilder
[Output Only] If errors are generated during processing of the operation, this field will be populated.
Protobuf type google.cloud.compute.v1.Error
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllErrors(Iterable<? extends Errors> values)
public Error.Builder addAllErrors(Iterable<? extends Errors> values)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.Errors>
|
addErrors(Errors value)
public Error.Builder addErrors(Errors value)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
value | Errors
|
addErrors(Errors.Builder builderForValue)
public Error.Builder addErrors(Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
addErrors(int index, Errors value)
public Error.Builder addErrors(int index, Errors value)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
addErrors(int index, Errors.Builder builderForValue)
public Error.Builder addErrors(int index, Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
addErrorsBuilder()
public Errors.Builder addErrorsBuilder()
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
addErrorsBuilder(int index)
public Errors.Builder addErrorsBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Error.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
Returns |
---|
Type | Description |
Error | |
buildPartial()
public Error buildPartial()
Returns |
---|
Type | Description |
Error | |
clear()
public Error.Builder clear()
Overrides
clearErrors()
public Error.Builder clearErrors()
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
clearField(Descriptors.FieldDescriptor field)
public Error.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Error.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public Error.Builder clone()
Overrides
getDefaultInstanceForType()
public Error getDefaultInstanceForType()
Returns |
---|
Type | Description |
Error | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getErrors(int index)
public Errors getErrors(int index)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
index | int
|
getErrorsBuilder(int index)
public Errors.Builder getErrorsBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
index | int
|
getErrorsBuilderList()
public List<Errors.Builder> getErrorsBuilderList()
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
getErrorsCount()
public int getErrorsCount()
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Returns |
---|
Type | Description |
int | |
getErrorsList()
public List<Errors> getErrorsList()
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
getErrorsOrBuilder(int index)
public ErrorsOrBuilder getErrorsOrBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
index | int
|
getErrorsOrBuilderList()
public List<? extends ErrorsOrBuilder> getErrorsOrBuilderList()
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.compute.v1.ErrorsOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Error other)
public Error.Builder mergeFrom(Error other)
Parameter |
---|
Name | Description |
other | Error
|
public Error.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Error.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Error.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeErrors(int index)
public Error.Builder removeErrors(int index)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
Parameter |
---|
Name | Description |
index | int
|
setErrors(int index, Errors value)
public Error.Builder setErrors(int index, Errors value)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
setErrors(int index, Errors.Builder builderForValue)
public Error.Builder setErrors(int index, Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
setField(Descriptors.FieldDescriptor field, Object value)
public Error.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Error.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Error.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides