Class KubernetesMetadata (1.23.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.23.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  KubernetesMetadata   extends   GeneratedMessageV3   implements   KubernetesMetadataOrBuilder  
   KubernetesMetadata provides informational metadata for Memberships
 representing Kubernetes clusters.
 Protobuf type google.cloud.gkehub.v1beta1.KubernetesMetadata
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   KUBERNETES_API_SERVER_VERSION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   MEMORY_MB_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   NODE_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   NODE_PROVIDER_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   UPDATE_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   VCPU_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   KubernetesMetadata   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   KubernetesMetadata . Builder   newBuilder ()  
  
  
    
public   static   KubernetesMetadata . Builder   newBuilder ( KubernetesMetadata   prototype )  
  
  
  
    
public   static   KubernetesMetadata   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   KubernetesMetadata   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   KubernetesMetadata   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<KubernetesMetadata>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   KubernetesMetadata   getDefaultInstanceForType ()  
  
  
    
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 ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  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  
      
        Type Description  
      
        Timestamp The updateTime.
 
     
  
  
    
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];
 
    
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  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   KubernetesMetadata . Builder   newBuilderForType ()  
  
  
    
protected   KubernetesMetadata . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   KubernetesMetadata . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 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-10-29 UTC."],[],[]]