public interface GkePodInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
string ip_address = 2 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
string ip_address = 2 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getNetworkUri()
public abstract String getNetworkUri()URI of the network containing the GKE Pod.
string network_uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The networkUri. |
getNetworkUriBytes()
public abstract ByteString getNetworkUriBytes()URI of the network containing the GKE Pod.
string network_uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkUri. |
getPodUri()
public abstract String getPodUri() URI of a GKE Pod.
For Pods in regional Clusters, the URI format is:
projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
For Pods in zonal Clusters, the URI format is:
projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
string pod_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The podUri. |
getPodUriBytes()
public abstract ByteString getPodUriBytes() URI of a GKE Pod.
For Pods in regional Clusters, the URI format is:
projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
For Pods in zonal Clusters, the URI format is:
projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
string pod_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for podUri. |