Class: Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb

Overview

A specification for a time range, this will request transfer runs with run_time between start_time (inclusive) and end_time (exclusive).

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp



678
679
680
681
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 678

class TimeRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp



678
679
680
681
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 678

class TimeRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end