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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public CheckResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.