generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.14.5 vs generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.15.0

- old
+ new

@@ -344,15 +344,14 @@ # List of supported data sources and their transfer settings. # Corresponds to the JSON property `dataSources` # @return [Array<Google::Apis::BigquerydatatransferV1::DataSource>] attr_accessor :data_sources - # The next-pagination token. For multiple-page list results, + # Output only. The next-pagination token. For multiple-page list results, # this token can be used as the # `ListDataSourcesRequest.page_token` # to request the next page of list results. - # Output only. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token def initialize(**args) @@ -393,21 +392,19 @@ # The returned list of pipelines in the project. class ListTransferConfigsResponse include Google::Apis::Core::Hashable - # The next-pagination token. For multiple-page list results, + # Output only. The next-pagination token. For multiple-page list results, # this token can be used as the # `ListTransferConfigsRequest.page_token` # to request the next page of list results. - # Output only. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token - # The stored pipeline transfer configurations. - # Output only. + # Output only. The stored pipeline transfer configurations. # Corresponds to the JSON property `transferConfigs` # @return [Array<Google::Apis::BigquerydatatransferV1::TransferConfig>] attr_accessor :transfer_configs def initialize(**args) @@ -423,21 +420,19 @@ # The returned list transfer run messages. class ListTransferLogsResponse include Google::Apis::Core::Hashable - # The next-pagination token. For multiple-page list results, + # Output only. The next-pagination token. For multiple-page list results, # this token can be used as the # `GetTransferRunLogRequest.page_token` # to request the next page of list results. - # Output only. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token - # The stored pipeline transfer messages. - # Output only. + # Output only. The stored pipeline transfer messages. # Corresponds to the JSON property `transferMessages` # @return [Array<Google::Apis::BigquerydatatransferV1::TransferMessage>] attr_accessor :transfer_messages def initialize(**args) @@ -453,21 +448,19 @@ # The returned list of pipelines in the project. class ListTransferRunsResponse include Google::Apis::Core::Hashable - # The next-pagination token. For multiple-page list results, + # Output only. The next-pagination token. For multiple-page list results, # this token can be used as the # `ListTransferRunsRequest.page_token` # to request the next page of list results. - # Output only. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token - # The stored pipeline transfer runs. - # Output only. + # Output only. The stored pipeline transfer runs. # Corresponds to the JSON property `transferRuns` # @return [Array<Google::Apis::BigquerydatatransferV1::TransferRun>] attr_accessor :transfer_runs def initialize(**args) @@ -589,13 +582,11 @@ # Data source id. Cannot be changed once data transfer is created. # Corresponds to the JSON property `dataSourceId` # @return [String] attr_accessor :data_source_id - # Region in which BigQuery dataset is located. Currently possible values are: - # "US" and "EU". - # Output only. + # Output only. Region in which BigQuery dataset is located. # Corresponds to the JSON property `datasetRegion` # @return [String] attr_accessor :dataset_region # The BigQuery target dataset id. @@ -623,12 +614,11 @@ # config. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Next time when data transfer will run. - # Output only. + # Output only. Next time when data transfer will run. # Corresponds to the JSON property `nextRunTime` # @return [String] attr_accessor :next_run_time # Data transfer specific parameters. @@ -651,26 +641,23 @@ # NOTE: the granularity should be at least 8 hours, or less frequent. # Corresponds to the JSON property `schedule` # @return [String] attr_accessor :schedule - # State of the most recently updated transfer run. - # Output only. + # Output only. State of the most recently updated transfer run. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Data transfer modification time. Ignored by server on input. - # Output only. + # Output only. Data transfer modification time. Ignored by server on input. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time - # Unique ID of the user on whose behalf transfer is done. Applicable only - # to data sources that do not support service accounts. When set to 0, - # the data source service account credentials are used. - # Output only. + # Output only. Unique ID of the user on whose behalf transfer is done. + # Applicable only to data sources that do not support service accounts. + # When set to 0, the data source service account credentials are used. # Corresponds to the JSON property `userId` # @return [Fixnum] attr_accessor :user_id def initialize(**args) @@ -728,31 +715,27 @@ # Represents a data transfer run. class TransferRun include Google::Apis::Core::Hashable - # Data source id. - # Output only. + # Output only. Data source id. # Corresponds to the JSON property `dataSourceId` # @return [String] attr_accessor :data_source_id - # Region in which BigQuery dataset is located. Currently possible values are: - # "US" and "EU". - # Output only. + # Output only. Region in which BigQuery dataset is located. # Corresponds to the JSON property `datasetRegion` # @return [String] attr_accessor :dataset_region # The BigQuery target dataset id. # Corresponds to the JSON property `destinationDatasetId` # @return [String] attr_accessor :destination_dataset_id - # Time when transfer run ended. Parameter ignored by server for input - # requests. - # Output only. + # Output only. Time when transfer run ended. + # Parameter ignored by server for input requests. # Corresponds to the JSON property `endTime` # @return [String] attr_accessor :end_time # The resource name of the transfer run. @@ -773,47 +756,42 @@ # data should be ingested. # Corresponds to the JSON property `runTime` # @return [String] attr_accessor :run_time - # Describes the schedule of this transfer run if it was created as part of - # a regular schedule. For batch transfer runs that are directly created, - # this is empty. + # Output only. Describes the schedule of this transfer run if it was + # created as part of a regular schedule. For batch transfer runs that are + # scheduled manually, this is empty. # NOTE: the system might choose to delay the schedule depending on the # current load, so `schedule_time` doesn't always matches this. - # Output only. # Corresponds to the JSON property `schedule` # @return [String] attr_accessor :schedule # Minimum time after which a transfer run can be started. # Corresponds to the JSON property `scheduleTime` # @return [String] attr_accessor :schedule_time - # Time when transfer run was started. Parameter ignored by server for input - # requests. - # Output only. + # Output only. Time when transfer run was started. + # Parameter ignored by server for input requests. # Corresponds to the JSON property `startTime` # @return [String] attr_accessor :start_time - # Data transfer run state. Ignored for input requests. - # Output only. + # Output only. Data transfer run state. Ignored for input requests. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Last time the data transfer run state was updated. - # Output only. + # Output only. Last time the data transfer run state was updated. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time - # Unique ID of the user on whose behalf transfer is done. Applicable only - # to data sources that do not support service accounts. When set to 0, - # the data source service account credentials are used. - # Output only. + # Output only. Unique ID of the user on whose behalf transfer is done. + # Applicable only to data sources that do not support service accounts. + # When set to 0, the data source service account credentials are used. # Corresponds to the JSON property `userId` # @return [Fixnum] attr_accessor :user_id def initialize(**args)