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