public static interface Service.MeshIstioOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceNamespace. |