Uses of Class
com.google.cloud.bigquery.migration.v2.TimeInterval
-
Packages that use TimeInterval Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of TimeInterval in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return TimeInterval Modifier and Type Method Description TimeInterval
TimeInterval.Builder. build()
TimeInterval
TimeInterval.Builder. buildPartial()
static TimeInterval
TimeInterval. getDefaultInstance()
TimeInterval
TimeInterval.Builder. getDefaultInstanceForType()
TimeInterval
TimeInterval. getDefaultInstanceForType()
TimeInterval
Point.Builder. getInterval()
The time interval to which the data point applies.TimeInterval
Point. getInterval()
The time interval to which the data point applies.TimeInterval
PointOrBuilder. getInterval()
The time interval to which the data point applies.static TimeInterval
TimeInterval. parseDelimitedFrom(InputStream input)
static TimeInterval
TimeInterval. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeInterval
TimeInterval. parseFrom(byte[] data)
static TimeInterval
TimeInterval. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeInterval
TimeInterval. parseFrom(com.google.protobuf.ByteString data)
static TimeInterval
TimeInterval. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeInterval
TimeInterval. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeInterval
TimeInterval. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeInterval
TimeInterval. parseFrom(InputStream input)
static TimeInterval
TimeInterval. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeInterval
TimeInterval. parseFrom(ByteBuffer data)
static TimeInterval
TimeInterval. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type TimeInterval Modifier and Type Method Description com.google.protobuf.Parser<TimeInterval>
TimeInterval. getParserForType()
static com.google.protobuf.Parser<TimeInterval>
TimeInterval. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type TimeInterval Modifier and Type Method Description TimeInterval.Builder
TimeInterval.Builder. mergeFrom(TimeInterval other)
Point.Builder
Point.Builder. mergeInterval(TimeInterval value)
The time interval to which the data point applies.static TimeInterval.Builder
TimeInterval. newBuilder(TimeInterval prototype)
Point.Builder
Point.Builder. setInterval(TimeInterval value)
The time interval to which the data point applies.
-