public static interface Service.IstioCanonicalServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalService()
The name of the canonical service underlying this service.
|
com.google.protobuf.ByteString |
getCanonicalServiceBytes()
The name of the canonical service underlying this service.
|
String |
getCanonicalServiceNamespace()
The namespace of the canonical service underlying this service.
|
com.google.protobuf.ByteString |
getCanonicalServiceNamespaceBytes()
The namespace of the canonical service underlying this service.
|
String |
getMeshUid()
Identifier for the Istio mesh in which this canonical service is defined.
|
com.google.protobuf.ByteString |
getMeshUidBytes()
Identifier for the Istio mesh in which this canonical service is defined.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMeshUid()
Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the `mesh_uid` metric label in [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
string mesh_uid = 1;com.google.protobuf.ByteString getMeshUidBytes()
Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the `mesh_uid` metric label in [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
string mesh_uid = 1;String getCanonicalServiceNamespace()
The namespace of the canonical service underlying this service. Corresponds to the `destination_canonical_service_namespace` metric label in [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
string canonical_service_namespace = 3;com.google.protobuf.ByteString getCanonicalServiceNamespaceBytes()
The namespace of the canonical service underlying this service. Corresponds to the `destination_canonical_service_namespace` metric label in [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
string canonical_service_namespace = 3;String getCanonicalService()
The name of the canonical service underlying this service. Corresponds to the `destination_canonical_service_name` metric label in label in [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
string canonical_service = 4;com.google.protobuf.ByteString getCanonicalServiceBytes()
The name of the canonical service underlying this service. Corresponds to the `destination_canonical_service_name` metric label in label in [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
string canonical_service = 4;Copyright © 2024 Google LLC. All rights reserved.