public static interface CreateTimeSeriesSummary.ErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPointCount()
public abstract int getPointCount()
The number of points that couldn't be written because of status
.
int32 point_count = 2;
Returns | |
---|---|
Type | Description |
int |
The pointCount. |
getStatus()
public abstract Status getStatus()
The status of the requested write operation.
.google.rpc.Status status = 1;
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()
The status of the requested write operation.
.google.rpc.Status status = 1;
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
hasStatus()
public abstract boolean hasStatus()
The status of the requested write operation.
.google.rpc.Status status = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the status field is set. |