public final class MeshIstio
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 Cloud Monitoring 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 |
|---|
MeshIstio() |
| Modifier and Type | Method and Description |
|---|---|
MeshIstio |
clone() |
String |
getMeshUid()
Identifier for the mesh in which this Istio service is defined.
|
String |
getServiceName()
The name of the Istio service underlying this service.
|
String |
getServiceNamespace()
The namespace of the Istio service underlying this service.
|
MeshIstio |
set(String fieldName,
Object value) |
MeshIstio |
setMeshUid(String meshUid)
Identifier for the mesh in which this Istio service is defined.
|
MeshIstio |
setServiceName(String serviceName)
The name of the Istio service underlying this service.
|
MeshIstio |
setServiceNamespace(String serviceNamespace)
The namespace of the Istio service underlying this service.
|
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 getMeshUid()
null for nonepublic MeshIstio setMeshUid(String meshUid)
meshUid - meshUid or null for nonepublic String getServiceName()
null for nonepublic MeshIstio setServiceName(String serviceName)
serviceName - serviceName or null for nonepublic String getServiceNamespace()
null for nonepublic MeshIstio setServiceNamespace(String serviceNamespace)
serviceNamespace - serviceNamespace or null for nonepublic MeshIstio set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MeshIstio clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.