public interface ExportExerciseTcxResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTcxData()
public abstract String getTcxData()Contains the exported TCX data.
This field is intended for gRPC clients, as media download integration
is not supported for gRPC. HTTP clients should instead use the alt=media
query parameter to download the raw binary TCX file.
string tcx_data = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The tcxData. |
getTcxDataBytes()
public abstract ByteString getTcxDataBytes()Contains the exported TCX data.
This field is intended for gRPC clients, as media download integration
is not supported for gRPC. HTTP clients should instead use the alt=media
query parameter to download the raw binary TCX file.
string tcx_data = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tcxData. |