public final class NetworkEdgeSecurityService
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 |
|---|
NetworkEdgeSecurityService() |
| Modifier and Type | Method and Description |
|---|---|
NetworkEdgeSecurityService |
clone() |
byte[] |
decodeFingerprint()
Fingerprint of this resource.
|
NetworkEdgeSecurityService |
encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getFingerprint()
Fingerprint of this resource.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output only] Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getRegion()
[Output Only] URL of the region where the resource resides.
|
String |
getSecurityPolicy()
The resource URL for the network edge security service associated with this network edge
security service.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
NetworkEdgeSecurityService |
set(String fieldName,
Object value) |
NetworkEdgeSecurityService |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
NetworkEdgeSecurityService |
setDescription(String description)
An optional description of this resource.
|
NetworkEdgeSecurityService |
setFingerprint(String fingerprint)
Fingerprint of this resource.
|
NetworkEdgeSecurityService |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
NetworkEdgeSecurityService |
setKind(String kind)
[Output only] Type of the resource.
|
NetworkEdgeSecurityService |
setName(String name)
Name of the resource.
|
NetworkEdgeSecurityService |
setRegion(String region)
[Output Only] URL of the region where the resource resides.
|
NetworkEdgeSecurityService |
setSecurityPolicy(String securityPolicy)
The resource URL for the network edge security service associated with this network edge
security service.
|
NetworkEdgeSecurityService |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NetworkEdgeSecurityService |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
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 String getCreationTimestamp()
null for nonepublic NetworkEdgeSecurityService setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic NetworkEdgeSecurityService setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public NetworkEdgeSecurityService setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public NetworkEdgeSecurityService encodeFingerprint(byte[] fingerprint)
The value is encoded Base64 or {@code null} for none.
public BigInteger getId()
null for nonepublic NetworkEdgeSecurityService setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic NetworkEdgeSecurityService setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic NetworkEdgeSecurityService setName(String name)
name - name or null for nonepublic String getRegion()
null for nonepublic NetworkEdgeSecurityService setRegion(String region)
region - region or null for nonepublic String getSecurityPolicy()
null for nonepublic NetworkEdgeSecurityService setSecurityPolicy(String securityPolicy)
securityPolicy - securityPolicy or null for nonepublic String getSelfLink()
null for nonepublic NetworkEdgeSecurityService setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic NetworkEdgeSecurityService setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic NetworkEdgeSecurityService set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NetworkEdgeSecurityService clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.