public final class CheckRequest
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 |
|---|
CheckRequest() |
| Modifier and Type | Method and Description |
|---|---|
CheckRequest |
clone() |
AttributeContext |
getAttributes()
Describes attributes about the operation being executed by the service.
|
String |
getFlags()
Optional.
|
List<ResourceInfo> |
getResources()
Describes the resources and the policies applied to each resource.
|
String |
getServiceConfigId()
Specifies the version of the service configuration that should be used to process the request.
|
CheckRequest |
set(String fieldName,
Object value) |
CheckRequest |
setAttributes(AttributeContext attributes)
Describes attributes about the operation being executed by the service.
|
CheckRequest |
setFlags(String flags)
Optional.
|
CheckRequest |
setResources(List<ResourceInfo> resources)
Describes the resources and the policies applied to each resource.
|
CheckRequest |
setServiceConfigId(String serviceConfigId)
Specifies the version of the service configuration that should be used to process the request.
|
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 AttributeContext getAttributes()
null for nonepublic CheckRequest setAttributes(AttributeContext attributes)
attributes - attributes or null for nonepublic String getFlags()
null for nonepublic CheckRequest setFlags(String flags)
flags - flags or null for nonepublic List<ResourceInfo> getResources()
null for nonepublic CheckRequest setResources(List<ResourceInfo> resources)
resources - resources or null for nonepublic String getServiceConfigId()
null for nonepublic CheckRequest setServiceConfigId(String serviceConfigId)
serviceConfigId - serviceConfigId or null for nonepublic CheckRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CheckRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.