public interface SkuConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCpu()
public abstract String getCpu()
Information about CPU configuration.
string cpu = 1;
Returns | |
---|---|
Type | Description |
String |
The cpu. |
getCpuBytes()
public abstract ByteString getCpuBytes()
Information about CPU configuration.
string cpu = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cpu. |
getGpu()
public abstract String getGpu()
Information about GPU configuration.
string gpu = 2;
Returns | |
---|---|
Type | Description |
String |
The gpu. |
getGpuBytes()
public abstract ByteString getGpuBytes()
Information about GPU configuration.
string gpu = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gpu. |
getRam()
public abstract String getRam()
Information about RAM configuration.
string ram = 3;
Returns | |
---|---|
Type | Description |
String |
The ram. |
getRamBytes()
public abstract ByteString getRamBytes()
Information about RAM configuration.
string ram = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ram. |
getStorage()
public abstract String getStorage()
Information about storage configuration.
string storage = 4;
Returns | |
---|---|
Type | Description |
String |
The storage. |
getStorageBytes()
public abstract ByteString getStorageBytes()
Information about storage configuration.
string storage = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for storage. |