public final class Cluster extends com.google.protobuf.GeneratedMessageV3 implements ClusterOrBuilder
appscode.kubernetes.v1beta1.Cluster| Modifier and Type | Class and Description |
|---|---|
static class |
Cluster.Builder
Protobuf type
appscode.kubernetes.v1beta1.Cluster |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
API_SERVER_URL_FIELD_NUMBER |
static int |
CA_CERT_FIELD_NUMBER |
static int |
CREATED_AT_FIELD_NUMBER |
static int |
CREATED_BY_FIELD_NUMBER |
static int |
DEFAULT_ACCESS_LEVEL_FIELD_NUMBER |
static int |
DO_NOT_DELETE_FIELD_NUMBER |
static int |
GCE_PROJECT_FIELD_NUMBER |
static int |
INSTANCE_ROOT_PASSWORD_FIELD_NUMBER |
static int |
KUBE_BEARER_TOKEN_FIELD_NUMBER |
static int |
KUBE_PASSWORD_FIELD_NUMBER |
static int |
KUBE_STARTER_VERSION_FIELD_NUMBER |
static int |
KUBE_USER_FIELD_NUMBER |
static int |
KUBELET_VERSION_FIELD_NUMBER |
static int |
LINKS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NODE_COUNT_FIELD_NUMBER |
static int |
OS_FIELD_NUMBER |
static int |
PHID_FIELD_NUMBER |
static int |
PROVIDER_FIELD_NUMBER |
static int |
REGION_FIELD_NUMBER |
static int |
SALTBASE_VERSION_FIELD_NUMBER |
static int |
SETTINGS_FIELD_NUMBER |
static int |
SKU_FIELD_NUMBER |
static int |
STATUS_CAUSE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
static int |
ZONE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLinks(java.lang.String key)
map<string, string> links = 8; |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApiServerUrl()
string api_server_url = 17; |
com.google.protobuf.ByteString |
getApiServerUrlBytes()
string api_server_url = 17; |
java.lang.String |
getCaCert()
string ca_cert = 20; |
com.google.protobuf.ByteString |
getCaCertBytes()
string ca_cert = 20; |
long |
getCreatedAt()
int64 created_at = 7; |
java.lang.String |
getCreatedBy()
string created_by = 26; |
com.google.protobuf.ByteString |
getCreatedByBytes()
string created_by = 26; |
java.lang.String |
getDefaultAccessLevel()
string default_access_level = 27; |
com.google.protobuf.ByteString |
getDefaultAccessLevelBytes()
string default_access_level = 27; |
static Cluster |
getDefaultInstance() |
Cluster |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDoNotDelete()
bool do_not_delete = 9; |
java.lang.String |
getGceProject()
string gce_project = 12; |
com.google.protobuf.ByteString |
getGceProjectBytes()
string gce_project = 12; |
java.lang.String |
getInstanceRootPassword()
string instance_root_password = 23; |
com.google.protobuf.ByteString |
getInstanceRootPasswordBytes()
string instance_root_password = 23; |
java.lang.String |
getKubeBearerToken()
string kube_bearer_token = 21; |
com.google.protobuf.ByteString |
getKubeBearerTokenBytes()
string kube_bearer_token = 21; |
java.lang.String |
getKubeletVersion()
string kubelet_version = 13; |
com.google.protobuf.ByteString |
getKubeletVersionBytes()
string kubelet_version = 13; |
java.lang.String |
getKubePassword()
string kube_password = 19; |
com.google.protobuf.ByteString |
getKubePasswordBytes()
string kube_password = 19; |
java.lang.String |
getKubeStarterVersion()
string kube_starter_version = 15; |
com.google.protobuf.ByteString |
getKubeStarterVersionBytes()
string kube_starter_version = 15; |
java.lang.String |
getKubeUser()
string kube_user = 18; |
com.google.protobuf.ByteString |
getKubeUserBytes()
string kube_user = 18; |
java.util.Map<java.lang.String,java.lang.String> |
getLinks()
Deprecated.
|
int |
getLinksCount()
map<string, string> links = 8; |
java.util.Map<java.lang.String,java.lang.String> |
getLinksMap()
map<string, string> links = 8; |
java.lang.String |
getLinksOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> links = 8; |
java.lang.String |
getLinksOrThrow(java.lang.String key)
map<string, string> links = 8; |
java.lang.String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
int |
getNodeCount()
int32 node_count = 16; |
java.lang.String |
getOs()
string os = 4; |
com.google.protobuf.ByteString |
getOsBytes()
string os = 4; |
com.google.protobuf.Parser<Cluster> |
getParserForType() |
java.lang.String |
getPhid()
string phid = 1; |
com.google.protobuf.ByteString |
getPhidBytes()
string phid = 1; |
java.lang.String |
getProvider()
string provider = 3; |
com.google.protobuf.ByteString |
getProviderBytes()
string provider = 3; |
java.lang.String |
getRegion()
string region = 5; |
com.google.protobuf.ByteString |
getRegionBytes()
string region = 5; |
java.lang.String |
getSaltbaseVersion()
string saltbase_version = 14; |
com.google.protobuf.ByteString |
getSaltbaseVersionBytes()
string saltbase_version = 14; |
int |
getSerializedSize() |
ClusterSettings |
getSettings()
.appscode.kubernetes.v1beta1.ClusterSettings settings = 22; |
ClusterSettingsOrBuilder |
getSettingsOrBuilder()
.appscode.kubernetes.v1beta1.ClusterSettings settings = 22; |
java.lang.String |
getSku()
string sku = 25; |
com.google.protobuf.ByteString |
getSkuBytes()
string sku = 25; |
java.lang.String |
getStatus()
string status = 10; |
com.google.protobuf.ByteString |
getStatusBytes()
string status = 10; |
java.lang.String |
getStatusCause()
string status_cause = 11; |
com.google.protobuf.ByteString |
getStatusCauseBytes()
string status_cause = 11; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getVersion()
string version = 24; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 24; |
java.lang.String |
getZone()
string zone = 6; |
com.google.protobuf.ByteString |
getZoneBytes()
string zone = 6; |
int |
hashCode() |
boolean |
hasSettings()
.appscode.kubernetes.v1beta1.ClusterSettings settings = 22; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Cluster.Builder |
newBuilder() |
static Cluster.Builder |
newBuilder(Cluster prototype) |
Cluster.Builder |
newBuilderForType() |
protected Cluster.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Cluster |
parseDelimitedFrom(java.io.InputStream input) |
static Cluster |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster |
parseFrom(byte[] data) |
static Cluster |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster |
parseFrom(java.nio.ByteBuffer data) |
static Cluster |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster |
parseFrom(com.google.protobuf.ByteString data) |
static Cluster |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Cluster |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cluster |
parseFrom(java.io.InputStream input) |
static Cluster |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Cluster> |
parser() |
Cluster.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PHID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PROVIDER_FIELD_NUMBER
public static final int OS_FIELD_NUMBER
public static final int REGION_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
public static final int CREATED_AT_FIELD_NUMBER
public static final int LINKS_FIELD_NUMBER
public static final int DO_NOT_DELETE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int STATUS_CAUSE_FIELD_NUMBER
public static final int GCE_PROJECT_FIELD_NUMBER
public static final int KUBELET_VERSION_FIELD_NUMBER
public static final int SALTBASE_VERSION_FIELD_NUMBER
public static final int KUBE_STARTER_VERSION_FIELD_NUMBER
public static final int NODE_COUNT_FIELD_NUMBER
public static final int API_SERVER_URL_FIELD_NUMBER
public static final int KUBE_USER_FIELD_NUMBER
public static final int KUBE_PASSWORD_FIELD_NUMBER
public static final int CA_CERT_FIELD_NUMBER
public static final int KUBE_BEARER_TOKEN_FIELD_NUMBER
public static final int SETTINGS_FIELD_NUMBER
public static final int INSTANCE_ROOT_PASSWORD_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int SKU_FIELD_NUMBER
public static final int CREATED_BY_FIELD_NUMBER
public static final int DEFAULT_ACCESS_LEVEL_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getPhid()
string phid = 1;getPhid in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getPhidBytes()
string phid = 1;getPhidBytes in interface ClusterOrBuilderpublic java.lang.String getName()
string name = 2;getName in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 2;getNameBytes in interface ClusterOrBuilderpublic java.lang.String getProvider()
string provider = 3;getProvider in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getProviderBytes()
string provider = 3;getProviderBytes in interface ClusterOrBuilderpublic java.lang.String getOs()
string os = 4;getOs in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getOsBytes()
string os = 4;getOsBytes in interface ClusterOrBuilderpublic java.lang.String getRegion()
string region = 5;getRegion in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getRegionBytes()
string region = 5;getRegionBytes in interface ClusterOrBuilderpublic java.lang.String getZone()
string zone = 6;getZone in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getZoneBytes()
string zone = 6;getZoneBytes in interface ClusterOrBuilderpublic long getCreatedAt()
int64 created_at = 7;getCreatedAt in interface ClusterOrBuilderpublic int getLinksCount()
ClusterOrBuildermap<string, string> links = 8;getLinksCount in interface ClusterOrBuilderpublic boolean containsLinks(java.lang.String key)
map<string, string> links = 8;containsLinks in interface ClusterOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getLinks()
getLinksMap() instead.getLinks in interface ClusterOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getLinksMap()
map<string, string> links = 8;getLinksMap in interface ClusterOrBuilderpublic java.lang.String getLinksOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> links = 8;getLinksOrDefault in interface ClusterOrBuilderpublic java.lang.String getLinksOrThrow(java.lang.String key)
map<string, string> links = 8;getLinksOrThrow in interface ClusterOrBuilderpublic boolean getDoNotDelete()
bool do_not_delete = 9;getDoNotDelete in interface ClusterOrBuilderpublic java.lang.String getStatus()
string status = 10;getStatus in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
string status = 10;getStatusBytes in interface ClusterOrBuilderpublic java.lang.String getStatusCause()
string status_cause = 11;getStatusCause in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getStatusCauseBytes()
string status_cause = 11;getStatusCauseBytes in interface ClusterOrBuilderpublic java.lang.String getGceProject()
string gce_project = 12;getGceProject in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getGceProjectBytes()
string gce_project = 12;getGceProjectBytes in interface ClusterOrBuilderpublic java.lang.String getKubeletVersion()
string kubelet_version = 13;getKubeletVersion in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getKubeletVersionBytes()
string kubelet_version = 13;getKubeletVersionBytes in interface ClusterOrBuilderpublic java.lang.String getSaltbaseVersion()
string saltbase_version = 14;getSaltbaseVersion in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getSaltbaseVersionBytes()
string saltbase_version = 14;getSaltbaseVersionBytes in interface ClusterOrBuilderpublic java.lang.String getKubeStarterVersion()
string kube_starter_version = 15;getKubeStarterVersion in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getKubeStarterVersionBytes()
string kube_starter_version = 15;getKubeStarterVersionBytes in interface ClusterOrBuilderpublic int getNodeCount()
int32 node_count = 16;getNodeCount in interface ClusterOrBuilderpublic java.lang.String getApiServerUrl()
string api_server_url = 17;getApiServerUrl in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getApiServerUrlBytes()
string api_server_url = 17;getApiServerUrlBytes in interface ClusterOrBuilderpublic java.lang.String getKubeUser()
string kube_user = 18;getKubeUser in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getKubeUserBytes()
string kube_user = 18;getKubeUserBytes in interface ClusterOrBuilderpublic java.lang.String getKubePassword()
string kube_password = 19;getKubePassword in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getKubePasswordBytes()
string kube_password = 19;getKubePasswordBytes in interface ClusterOrBuilderpublic java.lang.String getCaCert()
string ca_cert = 20;getCaCert in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getCaCertBytes()
string ca_cert = 20;getCaCertBytes in interface ClusterOrBuilderpublic java.lang.String getKubeBearerToken()
string kube_bearer_token = 21;getKubeBearerToken in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getKubeBearerTokenBytes()
string kube_bearer_token = 21;getKubeBearerTokenBytes in interface ClusterOrBuilderpublic boolean hasSettings()
.appscode.kubernetes.v1beta1.ClusterSettings settings = 22;hasSettings in interface ClusterOrBuilderpublic ClusterSettings getSettings()
.appscode.kubernetes.v1beta1.ClusterSettings settings = 22;getSettings in interface ClusterOrBuilderpublic ClusterSettingsOrBuilder getSettingsOrBuilder()
.appscode.kubernetes.v1beta1.ClusterSettings settings = 22;getSettingsOrBuilder in interface ClusterOrBuilderpublic java.lang.String getInstanceRootPassword()
string instance_root_password = 23;getInstanceRootPassword in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getInstanceRootPasswordBytes()
string instance_root_password = 23;getInstanceRootPasswordBytes in interface ClusterOrBuilderpublic java.lang.String getVersion()
string version = 24;getVersion in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
string version = 24;getVersionBytes in interface ClusterOrBuilderpublic java.lang.String getSku()
string sku = 25;getSku in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getSkuBytes()
string sku = 25;getSkuBytes in interface ClusterOrBuilderpublic java.lang.String getCreatedBy()
string created_by = 26;getCreatedBy in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getCreatedByBytes()
string created_by = 26;getCreatedByBytes in interface ClusterOrBuilderpublic java.lang.String getDefaultAccessLevel()
string default_access_level = 27;getDefaultAccessLevel in interface ClusterOrBuilderpublic com.google.protobuf.ByteString getDefaultAccessLevelBytes()
string default_access_level = 27;getDefaultAccessLevelBytes in interface ClusterOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Cluster parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cluster parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Cluster parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Cluster parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Cluster parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Cluster parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Cluster parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Cluster.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Cluster.Builder newBuilder()
public static Cluster.Builder newBuilder(Cluster prototype)
public Cluster.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Cluster.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Cluster getDefaultInstance()
public static com.google.protobuf.Parser<Cluster> parser()
public com.google.protobuf.Parser<Cluster> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Cluster getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder