public final class CheckResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Service Control API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CheckResponse() |
| Modifier and Type | Method and Description |
|---|---|
CheckResponse |
clone() |
Map<String,Object> |
getDynamicMetadata()
Optional response metadata that will be emitted as dynamic metadata to be consumed by the
caller of ServiceController.
|
Map<String,String> |
getHeaders()
Returns a set of request contexts generated from the `CheckRequest`.
|
Status |
getStatus()
Operation is allowed when this field is not set.
|
CheckResponse |
set(String fieldName,
Object value) |
CheckResponse |
setDynamicMetadata(Map<String,Object> dynamicMetadata)
Optional response metadata that will be emitted as dynamic metadata to be consumed by the
caller of ServiceController.
|
CheckResponse |
setHeaders(Map<String,String> headers)
Returns a set of request contexts generated from the `CheckRequest`.
|
CheckResponse |
setStatus(Status status)
Operation is allowed when this field is not set.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Map<String,Object> getDynamicMetadata()
null for nonepublic CheckResponse setDynamicMetadata(Map<String,Object> dynamicMetadata)
dynamicMetadata - dynamicMetadata or null for nonepublic Map<String,String> getHeaders()
null for nonepublic CheckResponse setHeaders(Map<String,String> headers)
headers - headers or null for nonepublic Status getStatus()
null for nonepublic CheckResponse setStatus(Status status)
status - status or null for nonepublic CheckResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CheckResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.