public interface ComputeEngineShapeDescriptorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLogicalCoreCount()
public abstract int getLogicalCoreCount()
Number of logical cores.
int32 logical_core_count = 3;
Returns | |
---|---|
Type | Description |
int | The logicalCoreCount. |
getMachineType()
public abstract String getMachineType()
Compute Engine machine type.
string machine_type = 5;
Returns | |
---|---|
Type | Description |
String | The machineType. |
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()
Compute Engine machine type.
string machine_type = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for machineType. |
getMemoryMb()
public abstract int getMemoryMb()
Memory in mebibytes.
int32 memory_mb = 1;
Returns | |
---|---|
Type | Description |
int | The memoryMb. |
getPhysicalCoreCount()
public abstract int getPhysicalCoreCount()
Number of physical cores.
int32 physical_core_count = 2;
Returns | |
---|---|
Type | Description |
int | The physicalCoreCount. |
getSeries()
public abstract String getSeries()
Compute Engine machine series.
string series = 4;
Returns | |
---|---|
Type | Description |
String | The series. |
getSeriesBytes()
public abstract ByteString getSeriesBytes()
Compute Engine machine series.
string series = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for series. |