public interface NodeTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCpuPlatform()
[Output Only] The CPU platform used by this node type.
|
com.google.protobuf.ByteString |
getCpuPlatformBytes()
[Output Only] The CPU platform used by this node type.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this node type.
|
DeprecationStatusOrBuilder |
getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this node type.
|
String |
getDescription()
[Output Only] An optional textual description of the resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
[Output Only] An optional textual description of the resource.
|
int |
getGuestCpus()
[Output Only] The number of virtual CPUs that are available to the node type.
|
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] The type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] The type of the resource.
|
int |
getLocalSsdGb()
[Output Only] Local SSD available to the node type, defined in GB.
|
int |
getMemoryMb()
[Output Only] The amount of physical memory available to the node type, defined in MB.
|
String |
getName()
[Output Only] Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
String |
getZone()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
|
boolean |
hasCpuPlatform()
[Output Only] The CPU platform used by this node type.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDeprecated()
[Output Only] The deprecation status associated with this node type.
|
boolean |
hasDescription()
[Output Only] An optional textual description of the resource.
|
boolean |
hasGuestCpus()
[Output Only] The number of virtual CPUs that are available to the node type.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] The type of the resource.
|
boolean |
hasLocalSsdGb()
[Output Only] Local SSD available to the node type, defined in GB.
|
boolean |
hasMemoryMb()
[Output Only] The amount of physical memory available to the node type, defined in MB.
|
boolean |
hasName()
[Output Only] Name of the resource.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasZone()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCpuPlatform()
[Output Only] The CPU platform used by this node type.
optional string cpu_platform = 410285354;String getCpuPlatform()
[Output Only] The CPU platform used by this node type.
optional string cpu_platform = 410285354;com.google.protobuf.ByteString getCpuPlatformBytes()
[Output Only] The CPU platform used by this node type.
optional string cpu_platform = 410285354;boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;boolean hasDeprecated()
[Output Only] The deprecation status associated with this node type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;DeprecationStatus getDeprecated()
[Output Only] The deprecation status associated with this node type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;DeprecationStatusOrBuilder getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this node type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;boolean hasDescription()
[Output Only] An optional textual description of the resource.
optional string description = 422937596;String getDescription()
[Output Only] An optional textual description of the resource.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] An optional textual description of the resource.
optional string description = 422937596;boolean hasGuestCpus()
[Output Only] The number of virtual CPUs that are available to the node type.
optional int32 guest_cpus = 393356754;int getGuestCpus()
[Output Only] The number of virtual CPUs that are available to the node type.
optional int32 guest_cpus = 393356754;boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;boolean hasKind()
[Output Only] The type of the resource. Always compute#nodeType for node types.
optional string kind = 3292052;String getKind()
[Output Only] The type of the resource. Always compute#nodeType for node types.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] The type of the resource. Always compute#nodeType for node types.
optional string kind = 3292052;boolean hasLocalSsdGb()
[Output Only] Local SSD available to the node type, defined in GB.
optional int32 local_ssd_gb = 329237578;int getLocalSsdGb()
[Output Only] Local SSD available to the node type, defined in GB.
optional int32 local_ssd_gb = 329237578;boolean hasMemoryMb()
[Output Only] The amount of physical memory available to the node type, defined in MB.
optional int32 memory_mb = 116001171;int getMemoryMb()
[Output Only] The amount of physical memory available to the node type, defined in MB.
optional int32 memory_mb = 116001171;boolean hasName()
[Output Only] Name of the resource.
optional string name = 3373707;String getName()
[Output Only] Name of the resource.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the resource.
optional string name = 3373707;boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;boolean hasZone()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
optional string zone = 3744684;String getZone()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
optional string zone = 3744684;com.google.protobuf.ByteString getZoneBytes()
[Output Only] The name of the zone where the node type resides, such as us-central1-a.
optional string zone = 3744684;Copyright © 2023 Google LLC. All rights reserved.