public static interface Service.IstioCanonicalServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCanonicalService()
public abstract 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.
string canonical_service = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The canonicalService. |
getCanonicalServiceBytes()
public abstract 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.
string canonical_service = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for canonicalService. |
getCanonicalServiceNamespace()
public abstract String getCanonicalServiceNamespace() The namespace of the canonical service underlying this service.
Corresponds to the destination_canonical_service_namespace metric
label in Istio
metrics.
string canonical_service_namespace = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The canonicalServiceNamespace. |
getCanonicalServiceNamespaceBytes()
public abstract ByteString getCanonicalServiceNamespaceBytes() The namespace of the canonical service underlying this service.
Corresponds to the destination_canonical_service_namespace metric
label in Istio
metrics.
string canonical_service_namespace = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for canonicalServiceNamespace. |
getMeshUid()
public abstract String getMeshUid() Identifier for the Istio mesh in which this canonical service is defined.
Corresponds to the mesh_uid metric label in
Istio metrics.
string mesh_uid = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The meshUid. |
getMeshUidBytes()
public abstract ByteString getMeshUidBytes() Identifier for the Istio mesh in which this canonical service is defined.
Corresponds to the mesh_uid metric label in
Istio metrics.
string mesh_uid = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for meshUid. |