public interface ExportTensorboardTimeSeriesDataResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as [ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token, which can be sent as [ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTimeSeriesDataPoints(int index)
public abstract TimeSeriesDataPoint getTimeSeriesDataPoints(int index)The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Name | Description |
| index | int |
| Type | Description |
| TimeSeriesDataPoint |
getTimeSeriesDataPointsCount()
public abstract int getTimeSeriesDataPointsCount()The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Type | Description |
| int |
getTimeSeriesDataPointsList()
public abstract List<TimeSeriesDataPoint> getTimeSeriesDataPointsList()The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Type | Description |
| List<TimeSeriesDataPoint> |
getTimeSeriesDataPointsOrBuilder(int index)
public abstract TimeSeriesDataPointOrBuilder getTimeSeriesDataPointsOrBuilder(int index)The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Name | Description |
| index | int |
| Type | Description |
| TimeSeriesDataPointOrBuilder |
getTimeSeriesDataPointsOrBuilderList()
public abstract List<? extends TimeSeriesDataPointOrBuilder> getTimeSeriesDataPointsOrBuilderList()The returned time series data points.
repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint time_series_data_points = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.TimeSeriesDataPointOrBuilder> |