public interface CreateTimeSeriesSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CreateTimeSeriesSummary.Error |
getErrors(int index)
The number of points that failed to be written.
|
int |
getErrorsCount()
The number of points that failed to be written.
|
List<CreateTimeSeriesSummary.Error> |
getErrorsList()
The number of points that failed to be written.
|
CreateTimeSeriesSummary.ErrorOrBuilder |
getErrorsOrBuilder(int index)
The number of points that failed to be written.
|
List<? extends CreateTimeSeriesSummary.ErrorOrBuilder> |
getErrorsOrBuilderList()
The number of points that failed to be written.
|
int |
getSuccessPointCount()
The number of points that were successfully written.
|
int |
getTotalPointCount()
The number of points in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTotalPointCount()
The number of points in the request.
int32 total_point_count = 1;int getSuccessPointCount()
The number of points that were successfully written.
int32 success_point_count = 2;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;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;int getErrorsCount()
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;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;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;Copyright © 2023 Google LLC. All rights reserved.