Package | Description |
---|---|
com.google.api.services.digitalassetlinks.v1.model |
Modifier and Type | Method and Description |
---|---|
CheckResponse |
CheckResponse.clone() |
CheckResponse |
CheckResponse.set(String fieldName,
Object value) |
CheckResponse |
CheckResponse.setDebugString(String debugString)
Human-readable message containing information intended to help end users understand, reproduce
and debug the result.
|
CheckResponse |
CheckResponse.setErrorCode(List<String> errorCode)
Error codes that describe the result of the Check operation.
|
CheckResponse |
CheckResponse.setLinked(Boolean linked)
Set to true if the assets specified in the request are linked by the relation specified in the
request.
|
CheckResponse |
CheckResponse.setMaxAge(String maxAge)
From serving time, how much longer the response should be considered valid barring further
updates.
|
Modifier and Type | Method and Description |
---|---|
List<CheckResponse> |
BulkCheckResponse.getCheckResults()
List of results for each check request.
|
Modifier and Type | Method and Description |
---|---|
BulkCheckResponse |
BulkCheckResponse.setCheckResults(List<CheckResponse> checkResults)
List of results for each check request.
|
Copyright © 2011–2022 Google. All rights reserved.