Class KubernetesMetadata (1.42.0)

public final class KubernetesMetadata extends GeneratedMessageV3 implements KubernetesMetadataOrBuilder

KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters.

Protobuf type google.cloud.gkehub.v1beta1.KubernetesMetadata

Static Fields

KUBERNETES_API_SERVER_VERSION_FIELD_NUMBER

public static final int KUBERNETES_API_SERVER_VERSION_FIELD_NUMBER
Field Value
Type Description
int

MEMORY_MB_FIELD_NUMBER

public static final int MEMORY_MB_FIELD_NUMBER
Field Value
Type Description
int

NODE_COUNT_FIELD_NUMBER

public static final int NODE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

NODE_PROVIDER_ID_FIELD_NUMBER

public static final int NODE_PROVIDER_ID_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

VCPU_COUNT_FIELD_NUMBER

public static final int VCPU_COUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static KubernetesMetadata getDefaultInstance()
Returns
Type Description
KubernetesMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static KubernetesMetadata.Builder newBuilder()
Returns
Type Description
KubernetesMetadata.Builder

newBuilder(KubernetesMetadata prototype)

public static KubernetesMetadata.Builder newBuilder(KubernetesMetadata prototype)
Parameter
Name Description
prototype KubernetesMetadata
Returns
Type Description
KubernetesMetadata.Builder

parseDelimitedFrom(InputStream input)

public static KubernetesMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static KubernetesMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static KubernetesMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static KubernetesMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static KubernetesMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static KubernetesMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static KubernetesMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static KubernetesMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static KubernetesMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static KubernetesMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static KubernetesMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static KubernetesMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
KubernetesMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<KubernetesMetadata> parser()
Returns
Type Description
Parser<KubernetesMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public KubernetesMetadata getDefaultInstanceForType()
Returns
Type Description
KubernetesMetadata

getKubernetesApiServerVersion()

public String getKubernetesApiServerVersion()

Output only. Kubernetes API server version string as reported by '/version'.

string kubernetes_api_server_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The kubernetesApiServerVersion.

getKubernetesApiServerVersionBytes()

public ByteString getKubernetesApiServerVersionBytes()

Output only. Kubernetes API server version string as reported by '/version'.

string kubernetes_api_server_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for kubernetesApiServerVersion.

getMemoryMb()

public int getMemoryMb()

Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB.

int32 memory_mb = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The memoryMb.

getNodeCount()

public int getNodeCount()

Output only. Node count as reported by Kubernetes nodes resources.

int32 node_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The nodeCount.

getNodeProviderId()

public String getNodeProviderId()

Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and the node_provider_id will be empty.

string node_provider_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nodeProviderId.

getNodeProviderIdBytes()

public ByteString getNodeProviderIdBytes()

Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and the node_provider_id will be empty.

string node_provider_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nodeProviderId.

getParserForType()

public Parser<KubernetesMetadata> getParserForType()
Returns
Type Description
Parser<KubernetesMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for API consumers.

.google.protobuf.Timestamp update_time = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for API consumers.

.google.protobuf.Timestamp update_time = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getVcpuCount()

public int getVcpuCount()

Output only. vCPU count as reported by Kubernetes nodes resources.

int32 vcpu_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The vcpuCount.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for API consumers.

.google.protobuf.Timestamp update_time = 100 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public KubernetesMetadata.Builder newBuilderForType()
Returns
Type Description
KubernetesMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected KubernetesMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
KubernetesMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public KubernetesMetadata.Builder toBuilder()
Returns
Type Description
KubernetesMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException