public static interface Service.ClusterIstioOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
The name of the Kubernetes cluster in which this Istio service is
defined.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
The name of the Kubernetes cluster in which this Istio service is
defined.
|
String |
getLocation()
The location of the Kubernetes cluster in which this Istio service is
defined.
|
com.google.protobuf.ByteString |
getLocationBytes()
The location of the Kubernetes cluster in which this Istio service is
defined.
|
String |
getServiceName()
The name of the Istio service underlying this service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the Istio service underlying this service.
|
String |
getServiceNamespace()
The namespace of the Istio service underlying this service.
|
com.google.protobuf.ByteString |
getServiceNamespaceBytes()
The namespace of the Istio service underlying this service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;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;com.google.protobuf.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;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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.