Interface MedicalDeviceInfoOrBuilder (0.2.0)

public interface MedicalDeviceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlgorithmVersion()

public abstract String getAlgorithmVersion()

Output only. The algorithm version used by the feature.

string algorithm_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The algorithmVersion.

getAlgorithmVersionBytes()

public abstract ByteString getAlgorithmVersionBytes()

Output only. The algorithm version used by the feature.

string algorithm_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for algorithmVersion.

getDeviceModel()

public abstract String getDeviceModel()

Output only. The model name or device type of the compatible device used to collect the data.

string device_model = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The deviceModel.

getDeviceModelBytes()

public abstract ByteString getDeviceModelBytes()

Output only. The model name or device type of the compatible device used to collect the data.

string device_model = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for deviceModel.

getFeatureVersion()

public abstract String getFeatureVersion()

Output only. The version of the feature/app running on the device.

string feature_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The featureVersion.

getFeatureVersionBytes()

public abstract ByteString getFeatureVersionBytes()

Output only. The version of the feature/app running on the device.

string feature_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for featureVersion.

getFirmwareVersion()

public abstract String getFirmwareVersion()

Output only. The firmware version running on the compatible device used to collect the data.

string firmware_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The firmwareVersion.

getFirmwareVersionBytes()

public abstract ByteString getFirmwareVersionBytes()

Output only. The firmware version running on the compatible device used to collect the data.

string firmware_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for firmwareVersion.

getServiceVersion()

public abstract String getServiceVersion()

Output only. The service version used by the feature.

string service_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The serviceVersion.

getServiceVersionBytes()

public abstract ByteString getServiceVersionBytes()

Output only. The service version used by the feature.

string service_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for serviceVersion.