public static interface Service.ClusterIstioOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClusterName()
public abstract String getClusterName() The name of the Kubernetes cluster in which this Istio service is
defined. Corresponds to the cluster_name resource label in
k8s_cluster resources.
string cluster_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The clusterName. |
getClusterNameBytes()
public abstract ByteString getClusterNameBytes() The name of the Kubernetes cluster in which this Istio service is
defined. Corresponds to the cluster_name resource label in
k8s_cluster resources.
string cluster_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for clusterName. |
getLocation()
public abstract String getLocation() The location of the Kubernetes cluster in which this Istio service is
defined. Corresponds to the location resource label in k8s_cluster
resources.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes() The location of the Kubernetes cluster in which this Istio service is
defined. Corresponds to the location resource label in k8s_cluster
resources.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
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. |