public interface GKEMasterInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterNetworkUri()
public abstract String getClusterNetworkUri()
URI of a GKE cluster network.
string cluster_network_uri = 4;
Returns | |
---|---|
Type | Description |
String |
The clusterNetworkUri. |
getClusterNetworkUriBytes()
public abstract ByteString getClusterNetworkUriBytes()
URI of a GKE cluster network.
string cluster_network_uri = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterNetworkUri. |
getClusterUri()
public abstract String getClusterUri()
URI of a GKE cluster.
string cluster_uri = 2;
Returns | |
---|---|
Type | Description |
String |
The clusterUri. |
getClusterUriBytes()
public abstract ByteString getClusterUriBytes()
URI of a GKE cluster.
string cluster_uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterUri. |
getExternalIp()
public abstract String getExternalIp()
External IP address of a GKE cluster master.
string external_ip = 6;
Returns | |
---|---|
Type | Description |
String |
The externalIp. |
getExternalIpBytes()
public abstract ByteString getExternalIpBytes()
External IP address of a GKE cluster master.
string external_ip = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for externalIp. |
getInternalIp()
public abstract String getInternalIp()
Internal IP address of a GKE cluster master.
string internal_ip = 5;
Returns | |
---|---|
Type | Description |
String |
The internalIp. |
getInternalIpBytes()
public abstract ByteString getInternalIpBytes()
Internal IP address of a GKE cluster master.
string internal_ip = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for internalIp. |