publicfinalclass PointextendsGeneratedMessageV3implementsPointOrBuilder
A single data point in a time series.
Protobuf type google.cloud.bigquery.migration.v2alpha.Point
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
INTERVAL_FIELD_NUMBER
publicstaticfinalintINTERVAL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
VALUE_FIELD_NUMBER
publicstaticfinalintVALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticPointgetDefaultInstance()
| Returns |
| Type |
Description |
Point |
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticPoint.BuildernewBuilder()
newBuilder(Point prototype)
publicstaticPoint.BuildernewBuilder(Pointprototype)
| Parameter |
| Name |
Description |
prototype |
Point
|
publicstaticPointparseDelimitedFrom(InputStreaminput)
| Returns |
| Type |
Description |
Point |
publicstaticPointparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
| Returns |
| Type |
Description |
Point |
parseFrom(byte[] data)
publicstaticPointparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Point |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticPointparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
| Returns |
| Type |
Description |
Point |
parseFrom(ByteString data)
publicstaticPointparseFrom(ByteStringdata)
| Returns |
| Type |
Description |
Point |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticPointparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
| Returns |
| Type |
Description |
Point |
publicstaticPointparseFrom(CodedInputStreaminput)
| Returns |
| Type |
Description |
Point |
publicstaticPointparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
| Returns |
| Type |
Description |
Point |
publicstaticPointparseFrom(InputStreaminput)
| Returns |
| Type |
Description |
Point |
publicstaticPointparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
| Returns |
| Type |
Description |
Point |
parseFrom(ByteBuffer data)
publicstaticPointparseFrom(ByteBufferdata)
| Returns |
| Type |
Description |
Point |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticPointparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
| Returns |
| Type |
Description |
Point |
parser()
publicstaticParser<Point>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicPointgetDefaultInstanceForType()
| Returns |
| Type |
Description |
Point |
getInterval()
publicTimeIntervalgetInterval()
The time interval to which the data point applies. For GAUGE metrics,
the start time does not need to be supplied, but if it is supplied, it must
equal the end time. For DELTA metrics, the start and end time should
specify a non-zero interval, with subsequent points specifying contiguous
and non-overlapping intervals. For CUMULATIVE metrics, the start and end
time should specify a non-zero interval, with subsequent points specifying
the same start time and increasing end times, until an event resets the
cumulative value to zero and sets a new start time for the following
points.
.google.cloud.bigquery.migration.v2alpha.TimeInterval interval = 1;
getIntervalOrBuilder()
publicTimeIntervalOrBuildergetIntervalOrBuilder()
The time interval to which the data point applies. For GAUGE metrics,
the start time does not need to be supplied, but if it is supplied, it must
equal the end time. For DELTA metrics, the start and end time should
specify a non-zero interval, with subsequent points specifying contiguous
and non-overlapping intervals. For CUMULATIVE metrics, the start and end
time should specify a non-zero interval, with subsequent points specifying
the same start time and increasing end times, until an event resets the
cumulative value to zero and sets a new start time for the following
points.
.google.cloud.bigquery.migration.v2alpha.TimeInterval interval = 1;
getParserForType()
publicParser<Point>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getValue()
publicTypedValuegetValue()
The value of the data point.
.google.cloud.bigquery.migration.v2alpha.TypedValue value = 2;
getValueOrBuilder()
publicTypedValueOrBuildergetValueOrBuilder()
The value of the data point.
.google.cloud.bigquery.migration.v2alpha.TypedValue value = 2;
hasInterval()
publicbooleanhasInterval()
The time interval to which the data point applies. For GAUGE metrics,
the start time does not need to be supplied, but if it is supplied, it must
equal the end time. For DELTA metrics, the start and end time should
specify a non-zero interval, with subsequent points specifying contiguous
and non-overlapping intervals. For CUMULATIVE metrics, the start and end
time should specify a non-zero interval, with subsequent points specifying
the same start time and increasing end times, until an event resets the
cumulative value to zero and sets a new start time for the following
points.
.google.cloud.bigquery.migration.v2alpha.TimeInterval interval = 1;
| Returns |
| Type |
Description |
boolean |
Whether the interval field is set.
|
hasValue()
The value of the data point.
.google.cloud.bigquery.migration.v2alpha.TypedValue value = 2;
| Returns |
| Type |
Description |
boolean |
Whether the value field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicPoint.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedPoint.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicPoint.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides