Interface ComputeEngineShapeDescriptorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeEngineShapeDescriptor,ComputeEngineShapeDescriptor.Builder
public interface ComputeEngineShapeDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLogicalCoreCount()Number of logical cores.StringgetMachineType()Compute Engine machine type.com.google.protobuf.ByteStringgetMachineTypeBytes()Compute Engine machine type.intgetMemoryMb()Memory in mebibytes.intgetPhysicalCoreCount()Number of physical cores.StringgetSeries()Compute Engine machine series.com.google.protobuf.ByteStringgetSeriesBytes()Compute Engine machine series.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMemoryMb
int getMemoryMb()
Memory in mebibytes.
int32 memory_mb = 1;- Returns:
- The memoryMb.
-
getPhysicalCoreCount
int getPhysicalCoreCount()
Number of physical cores.
int32 physical_core_count = 2;- Returns:
- The physicalCoreCount.
-
getLogicalCoreCount
int getLogicalCoreCount()
Number of logical cores.
int32 logical_core_count = 3;- Returns:
- The logicalCoreCount.
-
getSeries
String getSeries()
Compute Engine machine series.
string series = 4;- Returns:
- The series.
-
getSeriesBytes
com.google.protobuf.ByteString getSeriesBytes()
Compute Engine machine series.
string series = 4;- Returns:
- The bytes for series.
-
getMachineType
String getMachineType()
Compute Engine machine type.
string machine_type = 5;- Returns:
- The machineType.
-
getMachineTypeBytes
com.google.protobuf.ByteString getMachineTypeBytes()
Compute Engine machine type.
string machine_type = 5;- Returns:
- The bytes for machineType.
-
-