public final class NamedSet
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 Compute Engine 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 |
|---|
NamedSet() |
| Modifier and Type | Method and Description |
|---|---|
NamedSet |
clone() |
byte[] |
decodeFingerprint()
A fingerprint for the Named Set being applied to this Router, which is essentially a hash of
the Named Set used for optimistic locking.
|
NamedSet |
encodeFingerprint(byte[] fingerprint)
A fingerprint for the Named Set being applied to this Router, which is essentially a hash of
the Named Set used for optimistic locking.
|
List<Expr> |
getElements()
CEL expressions that are comparable to constructs of this set's type (see Policy Language).
|
String |
getFingerprint()
A fingerprint for the Named Set being applied to this Router, which is essentially a hash of
the Named Set used for optimistic locking.
|
String |
getName()
This set's name, which must be a resource ID segment and unique within all named sets owned by
the Router.
|
String |
getType()
This named set's type
|
NamedSet |
set(String fieldName,
Object value) |
NamedSet |
setElements(List<Expr> elements)
CEL expressions that are comparable to constructs of this set's type (see Policy Language).
|
NamedSet |
setFingerprint(String fingerprint)
A fingerprint for the Named Set being applied to this Router, which is essentially a hash of
the Named Set used for optimistic locking.
|
NamedSet |
setName(String name)
This set's name, which must be a resource ID segment and unique within all named sets owned by
the Router.
|
NamedSet |
setType(String type)
This named set's type
|
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 List<Expr> getElements()
null for nonepublic NamedSet setElements(List<Expr> elements)
elements - elements or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public NamedSet setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public NamedSet encodeFingerprint(byte[] fingerprint)
The value is encoded Base64 or {@code null} for none.
public String getName()
null for nonepublic NamedSet setName(String name)
name - name or null for nonepublic String getType()
null for nonepublic NamedSet setType(String type)
type - type or null for nonepublic NamedSet set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NamedSet clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.