| Modifier and Type | Method and Description |
|---|---|
Errors.Builder |
Errors.Builder.addAllErrorDetails(Iterable<? extends ErrorDetails> values)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.addErrorDetails(ErrorDetails.Builder builderForValue)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.addErrorDetails(ErrorDetails value)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.addErrorDetails(int index,
ErrorDetails.Builder builderForValue)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.addErrorDetails(int index,
ErrorDetails value)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Error.Builder.addErrorsBuilder()
[Output Only] The array of errors encountered while processing this operation.
|
Errors.Builder |
Error.Builder.addErrorsBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.
|
Errors.Builder |
Errors.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Errors.Builder |
Errors.Builder.clear() |
Errors.Builder |
Errors.Builder.clearCode()
[Output Only] The error type identifier for this error.
|
Errors.Builder |
Errors.Builder.clearErrorDetails()
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Errors.Builder |
Errors.Builder.clearLocation()
[Output Only] Indicates the field in the request that caused the error.
|
Errors.Builder |
Errors.Builder.clearMessage()
[Output Only] An optional, human-readable error message.
|
Errors.Builder |
Errors.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Errors.Builder |
Errors.Builder.clone() |
Errors.Builder |
ManagedInstanceLastAttempt.Builder.getErrorsBuilder()
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
Errors.Builder |
Error.Builder.getErrorsBuilder(int index)
[Output Only] The array of errors encountered while processing this operation.
|
Errors.Builder |
Errors.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Errors.Builder |
Errors.Builder.mergeFrom(Errors other) |
Errors.Builder |
Errors.Builder.mergeFrom(com.google.protobuf.Message other) |
Errors.Builder |
Errors.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Errors.Builder |
Errors.newBuilder() |
static Errors.Builder |
Errors.newBuilder(Errors prototype) |
Errors.Builder |
Errors.newBuilderForType() |
protected Errors.Builder |
Errors.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Errors.Builder |
Errors.Builder.removeErrorDetails(int index)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.setCode(String value)
[Output Only] The error type identifier for this error.
|
Errors.Builder |
Errors.Builder.setCodeBytes(com.google.protobuf.ByteString value)
[Output Only] The error type identifier for this error.
|
Errors.Builder |
Errors.Builder.setErrorDetails(int index,
ErrorDetails.Builder builderForValue)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.setErrorDetails(int index,
ErrorDetails value)
[Output Only] An optional list of messages that contain the error details.
|
Errors.Builder |
Errors.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Errors.Builder |
Errors.Builder.setLocation(String value)
[Output Only] Indicates the field in the request that caused the error.
|
Errors.Builder |
Errors.Builder.setLocationBytes(com.google.protobuf.ByteString value)
[Output Only] Indicates the field in the request that caused the error.
|
Errors.Builder |
Errors.Builder.setMessage(String value)
[Output Only] An optional, human-readable error message.
|
Errors.Builder |
Errors.Builder.setMessageBytes(com.google.protobuf.ByteString value)
[Output Only] An optional, human-readable error message.
|
Errors.Builder |
Errors.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Errors.Builder |
Errors.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Errors.Builder |
Errors.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Errors.Builder> |
Error.Builder.getErrorsBuilderList()
[Output Only] The array of errors encountered while processing this operation.
|
| Modifier and Type | Method and Description |
|---|---|
Error.Builder |
Error.Builder.addErrors(Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.addErrors(int index,
Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
|
ManagedInstanceLastAttempt.Builder |
ManagedInstanceLastAttempt.Builder.setErrors(Errors.Builder builderForValue)
[Output Only] Encountered errors during the last attempt to create or delete the instance.
|
Error.Builder |
Error.Builder.setErrors(int index,
Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
|
Copyright © 2023 Google LLC. All rights reserved.