Modifier and Type | Method and Description |
---|---|
Error.Builder |
addAllErrors(List<Errors> errors)
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
addErrors(Errors errors)
[Output Only] The array of errors encountered while processing this operation.
|
Error |
build() |
Error.Builder |
clone() |
List<Errors> |
getErrorsList()
[Output Only] The array of errors encountered while processing this operation.
|
Error.Builder |
mergeFrom(Error other) |
public Error.Builder mergeFrom(Error other)
public List<Errors> getErrorsList()
public Error.Builder addAllErrors(List<Errors> errors)
public Error.Builder addErrors(Errors errors)
public Error build()
public Error.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.