public static final class ManagedInstanceLastAttemptErrors.Builder extends GeneratedMessage.Builder<ManagedInstanceLastAttemptErrors.Builder> implements ManagedInstanceLastAttemptErrorsOrBuilder
Output only. [Output Only] Encountered errors during the last attempt to create or
delete the instance.
Protobuf type google.cloud.compute.v1.ManagedInstanceLastAttemptErrors
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 ManagedInstanceLastAttemptErrors.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 ManagedInstanceLastAttemptErrors.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 ManagedInstanceLastAttemptErrors.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 ManagedInstanceLastAttemptErrors.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 ManagedInstanceLastAttemptErrors.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()
public ManagedInstanceLastAttemptErrors build()
buildPartial()
public ManagedInstanceLastAttemptErrors buildPartial()
clear()
public ManagedInstanceLastAttemptErrors.Builder clear()
Overrides
clearErrors()
public ManagedInstanceLastAttemptErrors.Builder clearErrors()
[Output Only] The array of errors encountered while processing this
operation.
repeated .google.cloud.compute.v1.Errors errors = 315977579;
getDefaultInstanceForType()
public ManagedInstanceLastAttemptErrors getDefaultInstanceForType()
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(ManagedInstanceLastAttemptErrors other)
public ManagedInstanceLastAttemptErrors.Builder mergeFrom(ManagedInstanceLastAttemptErrors other)
public ManagedInstanceLastAttemptErrors.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ManagedInstanceLastAttemptErrors.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeErrors(int index)
public ManagedInstanceLastAttemptErrors.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 ManagedInstanceLastAttemptErrors.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 ManagedInstanceLastAttemptErrors.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;