Package com.google.cloud.compute.v1
Interface InstancesSetMinCpuPlatformRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstancesSetMinCpuPlatformRequest
,InstancesSetMinCpuPlatformRequest.Builder
public interface InstancesSetMinCpuPlatformRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMinCpuPlatform()
Minimum cpu/platform this instance should be started at.com.google.protobuf.ByteString
getMinCpuPlatformBytes()
Minimum cpu/platform this instance should be started at.boolean
hasMinCpuPlatform()
Minimum cpu/platform this instance should be started at.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMinCpuPlatform
boolean hasMinCpuPlatform()
Minimum cpu/platform this instance should be started at.
optional string min_cpu_platform = 242912759;
- Returns:
- Whether the minCpuPlatform field is set.
-
getMinCpuPlatform
String getMinCpuPlatform()
Minimum cpu/platform this instance should be started at.
optional string min_cpu_platform = 242912759;
- Returns:
- The minCpuPlatform.
-
getMinCpuPlatformBytes
com.google.protobuf.ByteString getMinCpuPlatformBytes()
Minimum cpu/platform this instance should be started at.
optional string min_cpu_platform = 242912759;
- Returns:
- The bytes for minCpuPlatform.
-
-