public final class TargetGrpcProxy extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TargetGrpcProxy() |
| Modifier and Type | Method and Description |
|---|---|
TargetGrpcProxy |
clone() |
byte[] |
decodeFingerprint()
Fingerprint of this resource.
|
TargetGrpcProxy |
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 type.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL with id for the resource.
|
String |
getUrlMap()
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
Boolean |
getValidateForProxyless()
If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC
applications without using a sidecar proxy.
|
TargetGrpcProxy |
set(String fieldName,
Object value) |
TargetGrpcProxy |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetGrpcProxy |
setDescription(String description)
An optional description of this resource.
|
TargetGrpcProxy |
setFingerprint(String fingerprint)
Fingerprint of this resource.
|
TargetGrpcProxy |
setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
TargetGrpcProxy |
setKind(String kind)
[Output Only] Type of the resource.
|
TargetGrpcProxy |
setName(String name)
Name of the resource.
|
TargetGrpcProxy |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
TargetGrpcProxy |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL with id for the resource.
|
TargetGrpcProxy |
setUrlMap(String urlMap)
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
TargetGrpcProxy |
setValidateForProxyless(Boolean validateForProxyless)
If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC
applications without using a sidecar proxy.
|
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 TargetGrpcProxy setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic TargetGrpcProxy setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public TargetGrpcProxy setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public TargetGrpcProxy encodeFingerprint(byte[] fingerprint)
The value is encoded Base64 or {@code null} for none.
public BigInteger getId()
null for nonepublic TargetGrpcProxy setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic TargetGrpcProxy setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic TargetGrpcProxy setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic TargetGrpcProxy setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic TargetGrpcProxy setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic String getUrlMap()
null for nonepublic TargetGrpcProxy setUrlMap(String urlMap)
urlMap - urlMap or null for nonepublic Boolean getValidateForProxyless()
null for nonepublic TargetGrpcProxy setValidateForProxyless(Boolean validateForProxyless)
validateForProxyless - validateForProxyless or null for nonepublic TargetGrpcProxy set(String fieldName, Object value)
set in class GenericJsonpublic TargetGrpcProxy clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.