public interface GKEMasterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterUri()
URI of a GKE cluster.
string cluster_uri = 2;com.google.protobuf.ByteString getClusterUriBytes()
URI of a GKE cluster.
string cluster_uri = 2;String getClusterNetworkUri()
URI of a GKE cluster network.
string cluster_network_uri = 4;com.google.protobuf.ByteString getClusterNetworkUriBytes()
URI of a GKE cluster network.
string cluster_network_uri = 4;String getInternalIp()
Internal IP address of a GKE cluster master.
string internal_ip = 5;com.google.protobuf.ByteString getInternalIpBytes()
Internal IP address of a GKE cluster master.
string internal_ip = 5;String getExternalIp()
External IP address of a GKE cluster master.
string external_ip = 6;com.google.protobuf.ByteString getExternalIpBytes()
External IP address of a GKE cluster master.
string external_ip = 6;Copyright © 2022 Google LLC. All rights reserved.