public interface CreateTimeSeriesSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| int | The successPointCount. |
getTotalPointCount()
public abstract int getTotalPointCount()The number of points in the request.
int32 total_point_count = 1;
| Type | Description |
| int | The totalPointCount. |