Package com.google.cloud.compute.v1
Interface NodeTemplateNodeTypeFlexibilityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeTemplateNodeTypeFlexibility,NodeTemplateNodeTypeFlexibility.Builder
public interface NodeTemplateNodeTypeFlexibilityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCpus()optional string cpus = 3060683;com.google.protobuf.ByteStringgetCpusBytes()optional string cpus = 3060683;StringgetLocalSsd()optional string local_ssd = 405741360;com.google.protobuf.ByteStringgetLocalSsdBytes()optional string local_ssd = 405741360;StringgetMemory()optional string memory = 532856065;com.google.protobuf.ByteStringgetMemoryBytes()optional string memory = 532856065;booleanhasCpus()optional string cpus = 3060683;booleanhasLocalSsd()optional string local_ssd = 405741360;booleanhasMemory()optional string memory = 532856065;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCpus
boolean hasCpus()
optional string cpus = 3060683;- Returns:
- Whether the cpus field is set.
-
getCpus
String getCpus()
optional string cpus = 3060683;- Returns:
- The cpus.
-
getCpusBytes
com.google.protobuf.ByteString getCpusBytes()
optional string cpus = 3060683;- Returns:
- The bytes for cpus.
-
hasLocalSsd
boolean hasLocalSsd()
optional string local_ssd = 405741360;- Returns:
- Whether the localSsd field is set.
-
getLocalSsd
String getLocalSsd()
optional string local_ssd = 405741360;- Returns:
- The localSsd.
-
getLocalSsdBytes
com.google.protobuf.ByteString getLocalSsdBytes()
optional string local_ssd = 405741360;- Returns:
- The bytes for localSsd.
-
hasMemory
boolean hasMemory()
optional string memory = 532856065;- Returns:
- Whether the memory field is set.
-
getMemory
String getMemory()
optional string memory = 532856065;- Returns:
- The memory.
-
getMemoryBytes
com.google.protobuf.ByteString getMemoryBytes()
optional string memory = 532856065;- Returns:
- The bytes for memory.
-
-