Interface Service.MeshIstioOrBuilder (3.2.9)

public static interface Service.MeshIstioOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMeshUid()

public abstract String 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;

Returns
TypeDescription
String

The meshUid.

getMeshUidBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for meshUid.

getServiceName()

public abstract 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;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for serviceName.

getServiceNamespace()

public abstract 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;

Returns
TypeDescription
String

The serviceNamespace.

getServiceNamespaceBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for serviceNamespace.