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 int
getLogicalCoreCount()
Number of logical cores.String
getMachineType()
Compute Engine machine type.com.google.protobuf.ByteString
getMachineTypeBytes()
Compute Engine machine type.int
getMemoryMb()
Memory in mebibytes.int
getPhysicalCoreCount()
Number of physical cores.String
getSeries()
Compute Engine machine series.com.google.protobuf.ByteString
getSeriesBytes()
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.
-
-