Interface AwsEc2PlatformDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AwsEc2PlatformDetails
,AwsEc2PlatformDetails.Builder
public interface AwsEc2PlatformDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
The location of the machine in the AWS format.com.google.protobuf.ByteString
getLocationBytes()
The location of the machine in the AWS format.String
getMachineTypeLabel()
AWS platform's machine type label.com.google.protobuf.ByteString
getMachineTypeLabelBytes()
AWS platform's machine type label.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMachineTypeLabel
String getMachineTypeLabel()
AWS platform's machine type label.
string machine_type_label = 1;
- Returns:
- The machineTypeLabel.
-
getMachineTypeLabelBytes
com.google.protobuf.ByteString getMachineTypeLabelBytes()
AWS platform's machine type label.
string machine_type_label = 1;
- Returns:
- The bytes for machineTypeLabel.
-
getLocation
String getLocation()
The location of the machine in the AWS format.
string location = 2;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The location of the machine in the AWS format.
string location = 2;
- Returns:
- The bytes for location.
-
-