public final class KubernetesMetadata extends GeneratedMessageV3 implements KubernetesMetadataOrBuilder
KubernetesMetadata provides informational metadata for Memberships
representing Kubernetes clusters.
Protobuf type google.cloud.gkehub.v1.KubernetesMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 |
data |
byte[]
|
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 |
obj |
Object
|
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