public static final class CreateTimeSeriesSummary.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder> implements CreateTimeSeriesSummaryOrBuilder
Summary of the result of a failed request to write data to a time series.Protobuf type
google.monitoring.v3.CreateTimeSeriesSummary| Modifier and Type | Method and Description |
|---|---|
CreateTimeSeriesSummary.Builder |
addAllErrors(Iterable<? extends CreateTimeSeriesSummary.Error> values)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
addErrors(CreateTimeSeriesSummary.Error.Builder builderForValue)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
addErrors(CreateTimeSeriesSummary.Error value)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
addErrors(int index,
CreateTimeSeriesSummary.Error.Builder builderForValue)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
addErrors(int index,
CreateTimeSeriesSummary.Error value)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Error.Builder |
addErrorsBuilder()
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Error.Builder |
addErrorsBuilder(int index)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateTimeSeriesSummary |
build() |
CreateTimeSeriesSummary |
buildPartial() |
CreateTimeSeriesSummary.Builder |
clear() |
CreateTimeSeriesSummary.Builder |
clearErrors()
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CreateTimeSeriesSummary.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CreateTimeSeriesSummary.Builder |
clearSuccessPointCount()
The number of points that were successfully written.
|
CreateTimeSeriesSummary.Builder |
clearTotalPointCount()
The number of points in the request.
|
CreateTimeSeriesSummary.Builder |
clone() |
CreateTimeSeriesSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
CreateTimeSeriesSummary.Error |
getErrors(int index)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Error.Builder |
getErrorsBuilder(int index)
The number of points that failed to be written.
|
List<CreateTimeSeriesSummary.Error.Builder> |
getErrorsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CreateTimeSeriesSummary.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CreateTimeSeriesSummary.Builder |
mergeFrom(CreateTimeSeriesSummary other) |
CreateTimeSeriesSummary.Builder |
mergeFrom(com.google.protobuf.Message other) |
CreateTimeSeriesSummary.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CreateTimeSeriesSummary.Builder |
removeErrors(int index)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
setErrors(int index,
CreateTimeSeriesSummary.Error.Builder builderForValue)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
setErrors(int index,
CreateTimeSeriesSummary.Error value)
The number of points that failed to be written.
|
CreateTimeSeriesSummary.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CreateTimeSeriesSummary.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CreateTimeSeriesSummary.Builder |
setSuccessPointCount(int value)
The number of points that were successfully written.
|
CreateTimeSeriesSummary.Builder |
setTotalPointCount(int value)
The number of points in the request.
|
CreateTimeSeriesSummary.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CreateTimeSeriesSummary build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CreateTimeSeriesSummary buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CreateTimeSeriesSummary.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder mergeFrom(CreateTimeSeriesSummary other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public CreateTimeSeriesSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateTimeSeriesSummary.Builder>IOExceptionpublic int getTotalPointCount()
The number of points in the request.
int32 total_point_count = 1;getTotalPointCount in interface CreateTimeSeriesSummaryOrBuilderpublic CreateTimeSeriesSummary.Builder setTotalPointCount(int value)
The number of points in the request.
int32 total_point_count = 1;value - The totalPointCount to set.public CreateTimeSeriesSummary.Builder clearTotalPointCount()
The number of points in the request.
int32 total_point_count = 1;public int getSuccessPointCount()
The number of points that were successfully written.
int32 success_point_count = 2;getSuccessPointCount in interface CreateTimeSeriesSummaryOrBuilderpublic CreateTimeSeriesSummary.Builder setSuccessPointCount(int value)
The number of points that were successfully written.
int32 success_point_count = 2;value - The successPointCount to set.public CreateTimeSeriesSummary.Builder clearSuccessPointCount()
The number of points that were successfully written.
int32 success_point_count = 2;public 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;getErrorsList in interface CreateTimeSeriesSummaryOrBuilderpublic int getErrorsCount()
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;getErrorsCount in interface CreateTimeSeriesSummaryOrBuilderpublic 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;getErrors in interface CreateTimeSeriesSummaryOrBuilderpublic CreateTimeSeriesSummary.Builder setErrors(int index, CreateTimeSeriesSummary.Error value)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder setErrors(int index, CreateTimeSeriesSummary.Error.Builder builderForValue)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder addErrors(CreateTimeSeriesSummary.Error value)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder addErrors(int index, CreateTimeSeriesSummary.Error value)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder addErrors(CreateTimeSeriesSummary.Error.Builder builderForValue)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder addErrors(int index, CreateTimeSeriesSummary.Error.Builder builderForValue)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder addAllErrors(Iterable<? extends CreateTimeSeriesSummary.Error> values)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder clearErrors()
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Builder removeErrors(int index)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Error.Builder getErrorsBuilder(int index)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public 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;getErrorsOrBuilder in interface CreateTimeSeriesSummaryOrBuilderpublic 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;getErrorsOrBuilderList in interface CreateTimeSeriesSummaryOrBuilderpublic CreateTimeSeriesSummary.Error.Builder addErrorsBuilder()
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public CreateTimeSeriesSummary.Error.Builder addErrorsBuilder(int index)
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public List<CreateTimeSeriesSummary.Error.Builder> getErrorsBuilderList()
The number of points that failed to be written. Order is not guaranteed.
repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;public final CreateTimeSeriesSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>public final CreateTimeSeriesSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTimeSeriesSummary.Builder>Copyright © 2024 Google LLC. All rights reserved.