public final class CreateTimeSeriesSummary extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
|---|---|
static class |
CreateTimeSeriesSummary.Builder
Summary of the result of a failed request to write data to a time series.
|
static class |
CreateTimeSeriesSummary.Error
Detailed information about an error category.
|
static interface |
CreateTimeSeriesSummary.ErrorOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ERRORS_FIELD_NUMBER |
static int |
SUCCESS_POINT_COUNT_FIELD_NUMBER |
static int |
TOTAL_POINT_COUNT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CreateTimeSeriesSummary |
getDefaultInstance() |
CreateTimeSeriesSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<CreateTimeSeriesSummary> |
getParserForType() |
int |
getSerializedSize() |
int |
getSuccessPointCount()
The number of points that were successfully written.
|
int |
getTotalPointCount()
The number of points in the request.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CreateTimeSeriesSummary.Builder |
newBuilder() |
static CreateTimeSeriesSummary.Builder |
newBuilder(CreateTimeSeriesSummary prototype) |
CreateTimeSeriesSummary.Builder |
newBuilderForType() |
protected CreateTimeSeriesSummary.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CreateTimeSeriesSummary |
parseDelimitedFrom(InputStream input) |
static CreateTimeSeriesSummary |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateTimeSeriesSummary |
parseFrom(byte[] data) |
static CreateTimeSeriesSummary |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateTimeSeriesSummary |
parseFrom(ByteBuffer data) |
static CreateTimeSeriesSummary |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateTimeSeriesSummary |
parseFrom(com.google.protobuf.ByteString data) |
static CreateTimeSeriesSummary |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateTimeSeriesSummary |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateTimeSeriesSummary |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateTimeSeriesSummary |
parseFrom(InputStream input) |
static CreateTimeSeriesSummary |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CreateTimeSeriesSummary> |
parser() |
CreateTimeSeriesSummary.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TOTAL_POINT_COUNT_FIELD_NUMBER
public static final int SUCCESS_POINT_COUNT_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getTotalPointCount()
The number of points in the request.
int32 total_point_count = 1;getTotalPointCount in interface CreateTimeSeriesSummaryOrBuilderpublic int getSuccessPointCount()
The number of points that were successfully written.
int32 success_point_count = 2;getSuccessPointCount in interface CreateTimeSeriesSummaryOrBuilderpublic 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 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 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.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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CreateTimeSeriesSummary parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateTimeSeriesSummary parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateTimeSeriesSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateTimeSeriesSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateTimeSeriesSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateTimeSeriesSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CreateTimeSeriesSummary parseFrom(InputStream input) throws IOException
IOExceptionpublic static CreateTimeSeriesSummary parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateTimeSeriesSummary parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CreateTimeSeriesSummary parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateTimeSeriesSummary parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CreateTimeSeriesSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CreateTimeSeriesSummary.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CreateTimeSeriesSummary.Builder newBuilder()
public static CreateTimeSeriesSummary.Builder newBuilder(CreateTimeSeriesSummary prototype)
public CreateTimeSeriesSummary.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CreateTimeSeriesSummary.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CreateTimeSeriesSummary getDefaultInstance()
public static com.google.protobuf.Parser<CreateTimeSeriesSummary> parser()
public com.google.protobuf.Parser<CreateTimeSeriesSummary> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CreateTimeSeriesSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.