Interface Service.IstioCanonicalServiceOrBuilder (3.2.9)

public static interface Service.IstioCanonicalServiceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for meshUid.