Interface CreateTimeSeriesSummaryOrBuilder (3.2.9)

public interface CreateTimeSeriesSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract CreateTimeSeriesSummary.Error getErrors(int index)

The number of points that failed to be written. Order is not guaranteed.

repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
CreateTimeSeriesSummary.Error

getErrorsCount()

public abstract int getErrorsCount()

The number of points that failed to be written. Order is not guaranteed.

repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Returns
TypeDescription
int

getErrorsList()

public abstract List<CreateTimeSeriesSummary.Error> getErrorsList()

The number of points that failed to be written. Order is not guaranteed.

repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Returns
TypeDescription
List<Error>

getErrorsOrBuilder(int index)

public abstract CreateTimeSeriesSummary.ErrorOrBuilder getErrorsOrBuilder(int index)

The number of points that failed to be written. Order is not guaranteed.

repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
CreateTimeSeriesSummary.ErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends CreateTimeSeriesSummary.ErrorOrBuilder> getErrorsOrBuilderList()

The number of points that failed to be written. Order is not guaranteed.

repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.CreateTimeSeriesSummary.ErrorOrBuilder>

getSuccessPointCount()

public abstract int getSuccessPointCount()

The number of points that were successfully written.

int32 success_point_count = 2;

Returns
TypeDescription
int

The successPointCount.

getTotalPointCount()

public abstract int getTotalPointCount()

The number of points in the request.

int32 total_point_count = 1;

Returns
TypeDescription
int

The totalPointCount.