public static interface Service.MeshIstioOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMeshUid()
Identifier for the mesh in which this Istio service is defined.
|
com.google.protobuf.ByteString |
getMeshUidBytes()
Identifier for the mesh in which this Istio service is defined.
|
String |
getServiceName()
The name of the Istio service underlying this service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the Istio service underlying this service.
|
String |
getServiceNamespace()
The namespace of the Istio service underlying this service.
|
com.google.protobuf.ByteString |
getServiceNamespaceBytes()
The namespace of the Istio service underlying this service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMeshUid()
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;com.google.protobuf.ByteString getMeshUidBytes()
Identifier for the mesh in which this Istio service is defined. Corresponds to the `mesh_uid` metric label in Istio metrics.
string mesh_uid = 1;String getServiceNamespace()
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;com.google.protobuf.ByteString getServiceNamespaceBytes()
The namespace of the Istio service underlying this service. Corresponds to the `destination_service_namespace` metric label in Istio metrics.
string service_namespace = 3;String getServiceName()
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;com.google.protobuf.ByteString getServiceNameBytes()
The name of the Istio service underlying this service. Corresponds to the `destination_service_name` metric label in Istio metrics.
string service_name = 4;Copyright © 2024 Google LLC. All rights reserved.