public static interface CreateTimeSeriesSummary.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPointCount()
The number of points that couldn't be written because of `status`.
|
com.google.rpc.Status |
getStatus()
The status of the requested write operation.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the requested write operation.
|
boolean |
hasStatus()
The status of the requested write operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
The status of the requested write operation.
.google.rpc.Status status = 1;com.google.rpc.Status getStatus()
The status of the requested write operation.
.google.rpc.Status status = 1;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the requested write operation.
.google.rpc.Status status = 1;int getPointCount()
The number of points that couldn't be written because of `status`.
int32 point_count = 2;Copyright © 2024 Google LLC. All rights reserved.