| Modifier and Type | Method and Description |
|---|---|
Error.Builder |
Error.Builder.addAllErrors(Iterable<? extends Errors> values)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.addErrors(Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.addErrors(Errors value)
[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.
|
Error.Builder |
Error.Builder.addErrors(int index,
Errors value)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Error.Builder |
Error.Builder.clear() |
Error.Builder |
Error.Builder.clearErrors()
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Error.Builder |
Error.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Error.Builder |
Error.Builder.clone() |
Error.Builder |
Operation.Builder.getErrorBuilder()
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
Error.Builder |
Error.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Error.Builder |
Error.Builder.mergeFrom(Error other) |
Error.Builder |
Error.Builder.mergeFrom(com.google.protobuf.Message other) |
Error.Builder |
Error.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Error.Builder |
Error.newBuilder() |
static Error.Builder |
Error.newBuilder(Error prototype) |
Error.Builder |
Error.newBuilderForType() |
protected Error.Builder |
Error.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Error.Builder |
Error.Builder.removeErrors(int index)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.setErrors(int index,
Errors.Builder builderForValue)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.setErrors(int index,
Errors value)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
Error.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Error.Builder |
Error.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Error.Builder |
Error.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Error.Builder |
Error.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.setError(Error.Builder builderForValue)
[Output Only] If errors are generated during processing of the operation, this field will be populated.
|
Copyright © 2023 Google LLC. All rights reserved.