Interface GKEMasterInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GKEMasterInfo
,GKEMasterInfo.Builder
public interface GKEMasterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClusterNetworkUri()
URI of a GKE cluster network.com.google.protobuf.ByteString
getClusterNetworkUriBytes()
URI of a GKE cluster network.String
getClusterUri()
URI of a GKE cluster.com.google.protobuf.ByteString
getClusterUriBytes()
URI of a GKE cluster.String
getExternalIp()
External IP address of a GKE cluster master.com.google.protobuf.ByteString
getExternalIpBytes()
External IP address of a GKE cluster master.String
getInternalIp()
Internal IP address of a GKE cluster master.com.google.protobuf.ByteString
getInternalIpBytes()
Internal IP address of a GKE cluster master.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterUri
String getClusterUri()
URI of a GKE cluster.
string cluster_uri = 2;
- Returns:
- The clusterUri.
-
getClusterUriBytes
com.google.protobuf.ByteString getClusterUriBytes()
URI of a GKE cluster.
string cluster_uri = 2;
- Returns:
- The bytes for clusterUri.
-
getClusterNetworkUri
String getClusterNetworkUri()
URI of a GKE cluster network.
string cluster_network_uri = 4;
- Returns:
- The clusterNetworkUri.
-
getClusterNetworkUriBytes
com.google.protobuf.ByteString getClusterNetworkUriBytes()
URI of a GKE cluster network.
string cluster_network_uri = 4;
- Returns:
- The bytes for clusterNetworkUri.
-
getInternalIp
String getInternalIp()
Internal IP address of a GKE cluster master.
string internal_ip = 5;
- Returns:
- The internalIp.
-
getInternalIpBytes
com.google.protobuf.ByteString getInternalIpBytes()
Internal IP address of a GKE cluster master.
string internal_ip = 5;
- Returns:
- The bytes for internalIp.
-
getExternalIp
String getExternalIp()
External IP address of a GKE cluster master.
string external_ip = 6;
- Returns:
- The externalIp.
-
getExternalIpBytes
com.google.protobuf.ByteString getExternalIpBytes()
External IP address of a GKE cluster master.
string external_ip = 6;
- Returns:
- The bytes for externalIp.
-
-