Modifier and Type | Method and Description |
---|---|
Errors |
build() |
Errors.Builder |
clone() |
String |
getCode()
[Output Only] The error type identifier for this error.
|
String |
getLocation()
[Output Only] Indicates the field in the request that caused the error.
|
String |
getMessage()
[Output Only] An optional, human-readable error message.
|
Errors.Builder |
mergeFrom(Errors other) |
Errors.Builder |
setCode(String code)
[Output Only] The error type identifier for this error.
|
Errors.Builder |
setLocation(String location)
[Output Only] Indicates the field in the request that caused the error.
|
Errors.Builder |
setMessage(String message)
[Output Only] An optional, human-readable error message.
|
public Errors.Builder mergeFrom(Errors other)
public String getCode()
public Errors.Builder setCode(String code)
public String getLocation()
public Errors.Builder setLocation(String location)
public String getMessage()
public Errors.Builder setMessage(String message)
public Errors build()
public Errors.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.