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.
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.
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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface KubernetesMetadataOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.gkehub.v1.KubernetesMetadataOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.gkehub.v1.KubernetesMetadataOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.gkehub.v1.KubernetesMetadataOrBuilder) \n\n public interface KubernetesMetadataOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getKubernetesApiServerVersion()\n\n public abstract String getKubernetesApiServerVersion()\n\nOutput only. Kubernetes API server version string as reported by\n`/version`.\n\n`string kubernetes_api_server_version = 1;`\n\n### getKubernetesApiServerVersionBytes()\n\n public abstract ByteString getKubernetesApiServerVersionBytes()\n\nOutput only. Kubernetes API server version string as reported by\n`/version`.\n\n`string kubernetes_api_server_version = 1;`\n\n### getMemoryMb()\n\n public abstract int getMemoryMb()\n\nOutput only. The total memory capacity as reported by the sum of all\nKubernetes nodes resources, defined in MB.\n\n`int32 memory_mb = 5;`\n\n### getNodeCount()\n\n public abstract int getNodeCount()\n\nOutput only. Node count as reported by Kubernetes nodes resources.\n\n`int32 node_count = 3;`\n\n### getNodeProviderId()\n\n public abstract String getNodeProviderId()\n\nOutput only. Node providerID as reported by the first node in the list of\nnodes on the Kubernetes endpoint. On Kubernetes platforms that support\nzero-node clusters (like GKE-on-GCP), the node_count will be zero and the\nnode_provider_id will be empty.\n\n`string node_provider_id = 2;`\n\n### getNodeProviderIdBytes()\n\n public abstract ByteString getNodeProviderIdBytes()\n\nOutput only. Node providerID as reported by the first node in the list of\nnodes on the Kubernetes endpoint. On Kubernetes platforms that support\nzero-node clusters (like GKE-on-GCP), the node_count will be zero and the\nnode_provider_id will be empty.\n\n`string node_provider_id = 2;`\n\n### getUpdateTime()\n\n public abstract Timestamp getUpdateTime()\n\nOutput only. The time at which these details were last updated. This\nupdate_time is different from the Membership-level update_time since\nEndpointDetails are updated internally for API consumers.\n\n`.google.protobuf.Timestamp update_time = 100;`\n\n### getUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getUpdateTimeOrBuilder()\n\nOutput only. The time at which these details were last updated. This\nupdate_time is different from the Membership-level update_time since\nEndpointDetails are updated internally for API consumers.\n\n`.google.protobuf.Timestamp update_time = 100;`\n\n### getVcpuCount()\n\n public abstract int getVcpuCount()\n\nOutput only. vCPU count as reported by Kubernetes nodes resources.\n\n`int32 vcpu_count = 4;`\n\n### hasUpdateTime()\n\n public abstract boolean hasUpdateTime()\n\nOutput only. The time at which these details were last updated. This\nupdate_time is different from the Membership-level update_time since\nEndpointDetails are updated internally for API consumers.\n\n`.google.protobuf.Timestamp update_time = 100;`"]]