Package com.google.monitoring.v3
Interface CreateTimeSeriesSummary.ErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateTimeSeriesSummary.Error
,CreateTimeSeriesSummary.Error.Builder
- Enclosing class:
- CreateTimeSeriesSummary
public static interface CreateTimeSeriesSummary.ErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
The status of the requested write operation.
.google.rpc.Status status = 1;
- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
The status of the requested write operation.
.google.rpc.Status status = 1;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the requested write operation.
.google.rpc.Status status = 1;
-
getPointCount
int getPointCount()
The number of points that couldn't be written because of `status`.
int32 point_count = 2;
- Returns:
- The pointCount.
-
-