Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class KubernetesMetadata (1.0.1)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 1.0.1keyboard_arrow_down
public final class KubernetesMetadata extends GeneratedMessageV3 implements KubernetesMetadataOrBuilder
KubernetesMetadata provides informational metadata for Memberships
representing Kubernetes clusters.
Protobuf type google.cloud.gkehub.v1.KubernetesMetadata
Static Fields
public static final int KUBERNETES_API_SERVER_VERSION_FIELD_NUMBER
Field Value
public static final int MEMORY_MB_FIELD_NUMBER
Field Value
public static final int NODE_COUNT_FIELD_NUMBER
Field Value
public static final int NODE_PROVIDER_ID_FIELD_NUMBER
Field Value
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
public static final int VCPU_COUNT_FIELD_NUMBER
Field Value
Static Methods
public static KubernetesMetadata getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static KubernetesMetadata . Builder newBuilder ()
Returns
public static KubernetesMetadata . Builder newBuilder ( KubernetesMetadata prototype )
Parameter
Returns
public static KubernetesMetadata parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static KubernetesMetadata parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KubernetesMetadata parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
public static KubernetesMetadata parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KubernetesMetadata parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static KubernetesMetadata parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KubernetesMetadata parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static KubernetesMetadata parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KubernetesMetadata parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static KubernetesMetadata parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KubernetesMetadata parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static KubernetesMetadata parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<KubernetesMetadata> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public KubernetesMetadata getDefaultInstanceForType ()
Returns
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.
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.
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.
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.
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.
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.
public Parser<KubernetesMetadata> getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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
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
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.
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.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public KubernetesMetadata . Builder newBuilderForType ()
Returns
protected KubernetesMetadata . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public KubernetesMetadata . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]