public static final class Error.Builder extends GeneratedMessage.Builder<Error.Builder> implements ErrorOrBuilder
Output only. Errors that prevented the ResizeRequest to be fulfilled.
Protobuf type google.cloud.compute.v1.Error
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
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;
| Parameters |
| Name |
Description |
index |
int
|
value |
Errors
|
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
|
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;
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
|
| Returns |
| Type |
Description |
Errors |
|
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 GeneratedMessage.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
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;
| Parameters |
| Name |
Description |
index |
int
|
value |
Errors
|
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;