public interface InstancesSetMinCpuPlatformRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMinCpuPlatform()
public abstract String getMinCpuPlatform()
Minimum cpu/platform this instance should be started at.
optional string min_cpu_platform = 242912759;
Returns | |
---|---|
Type | Description |
String |
The minCpuPlatform. |
getMinCpuPlatformBytes()
public abstract ByteString getMinCpuPlatformBytes()
Minimum cpu/platform this instance should be started at.
optional string min_cpu_platform = 242912759;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for minCpuPlatform. |
hasMinCpuPlatform()
public abstract boolean hasMinCpuPlatform()
Minimum cpu/platform this instance should be started at.
optional string min_cpu_platform = 242912759;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minCpuPlatform field is set. |