Autogenerated update (2017-11-15)

Update:
- bigquerydatatransfer_v1
- cloudiot_v1
- genomics_v1alpha2
- logging_v2
- script_v1
- slides_v1
- toolresults_v1beta3
This commit is contained in:
Google APIs 2017-11-15 00:35:17 +00:00
parent 6bf3f7d0bc
commit 35a23f126c
16 changed files with 87 additions and 63 deletions

View File

@ -58185,6 +58185,7 @@
"/slides:v1/ShapeBackgroundFill/propertyState": property_state "/slides:v1/ShapeBackgroundFill/propertyState": property_state
"/slides:v1/ShapeBackgroundFill/solidFill": solid_fill "/slides:v1/ShapeBackgroundFill/solidFill": solid_fill
"/slides:v1/ShapeProperties": shape_properties "/slides:v1/ShapeProperties": shape_properties
"/slides:v1/ShapeProperties/contentAlignment": content_alignment
"/slides:v1/ShapeProperties/link": link "/slides:v1/ShapeProperties/link": link
"/slides:v1/ShapeProperties/outline": outline "/slides:v1/ShapeProperties/outline": outline
"/slides:v1/ShapeProperties/shadow": shadow "/slides:v1/ShapeProperties/shadow": shadow
@ -58248,6 +58249,7 @@
"/slides:v1/TableCellLocation/columnIndex": column_index "/slides:v1/TableCellLocation/columnIndex": column_index
"/slides:v1/TableCellLocation/rowIndex": row_index "/slides:v1/TableCellLocation/rowIndex": row_index
"/slides:v1/TableCellProperties": table_cell_properties "/slides:v1/TableCellProperties": table_cell_properties
"/slides:v1/TableCellProperties/contentAlignment": content_alignment
"/slides:v1/TableCellProperties/tableCellBackgroundFill": table_cell_background_fill "/slides:v1/TableCellProperties/tableCellBackgroundFill": table_cell_background_fill
"/slides:v1/TableColumnProperties": table_column_properties "/slides:v1/TableColumnProperties": table_column_properties
"/slides:v1/TableColumnProperties/columnWidth": column_width "/slides:v1/TableColumnProperties/columnWidth": column_width

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/bigquery/ # @see https://cloud.google.com/bigquery/
module BigquerydatatransferV1 module BigquerydatatransferV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20171106' REVISION = '20171113'
# View and manage your data in Google BigQuery # View and manage your data in Google BigQuery
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery' AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'

View File

@ -519,7 +519,7 @@ module Google
# @param [String] authorization_code # @param [String] authorization_code
# Optional OAuth2 authorization code to use with this transfer configuration. # Optional OAuth2 authorization code to use with this transfer configuration.
# If it is provided, the transfer configuration will be associated with the # If it is provided, the transfer configuration will be associated with the
# gaia id of the authorizing user. # authorizing user.
# In order to obtain authorization_code, please make a # In order to obtain authorization_code, please make a
# request to # request to
# https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=< # https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=<
@ -566,7 +566,7 @@ module Google
execute_or_queue_command(command, &block) execute_or_queue_command(command, &block)
end end
# Creates transfer runs for a time range [range_start_time, range_end_time]. # Creates transfer runs for a time range [start_time, end_time].
# For each date - or whatever granularity the data source supports - in the # For each date - or whatever granularity the data source supports - in the
# range, one transfer run is created. # range, one transfer run is created.
# Note that runs are created per UTC time in the time range. # Note that runs are created per UTC time in the time range.
@ -934,7 +934,7 @@ module Google
# @param [String] authorization_code # @param [String] authorization_code
# Optional OAuth2 authorization code to use with this transfer configuration. # Optional OAuth2 authorization code to use with this transfer configuration.
# If it is provided, the transfer configuration will be associated with the # If it is provided, the transfer configuration will be associated with the
# gaia id of the authorizing user. # authorizing user.
# In order to obtain authorization_code, please make a # In order to obtain authorization_code, please make a
# request to # request to
# https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=< # https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=<
@ -981,7 +981,7 @@ module Google
execute_or_queue_command(command, &block) execute_or_queue_command(command, &block)
end end
# Creates transfer runs for a time range [range_start_time, range_end_time]. # Creates transfer runs for a time range [start_time, end_time].
# For each date - or whatever granularity the data source supports - in the # For each date - or whatever granularity the data source supports - in the
# range, one transfer run is created. # range, one transfer run is created.
# Note that runs are created per UTC time in the time range. # Note that runs are created per UTC time in the time range.

View File

@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/iot # @see https://cloud.google.com/iot
module CloudiotV1 module CloudiotV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20171024' REVISION = '20171110'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -466,7 +466,11 @@ module Google
# The configuration for notification of telemetry events received from the # The configuration for notification of telemetry events received from the
# device. All telemetry events that were successfully published by the # device. All telemetry events that were successfully published by the
# device and acknowledged by Cloud IoT Core are guaranteed to be # device and acknowledged by Cloud IoT Core are guaranteed to be
# delivered to Cloud Pub/Sub. Only the first configuration is used. # delivered to Cloud Pub/Sub. Only the first configuration is used. If you
# try to publish a device telemetry event using MQTT without specifying a
# Cloud Pub/Sub topic for the device's registry, the connection closes
# automatically. If you try to do so using an HTTP connection, an error
# is returned.
# Corresponds to the JSON property `eventNotificationConfigs` # Corresponds to the JSON property `eventNotificationConfigs`
# @return [Array<Google::Apis::CloudiotV1::EventNotificationConfig>] # @return [Array<Google::Apis::CloudiotV1::EventNotificationConfig>]
attr_accessor :event_notification_configs attr_accessor :event_notification_configs

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/genomics # @see https://cloud.google.com/genomics
module GenomicsV1alpha2 module GenomicsV1alpha2
VERSION = 'V1alpha2' VERSION = 'V1alpha2'
REVISION = '20171026' REVISION = '20171113'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -792,16 +792,18 @@ module Google
# Optional. The number of accelerators of the specified type to attach. # Optional. The number of accelerators of the specified type to attach.
# By specifying this parameter, you will download and install the following # By specifying this parameter, you will download and install the following
# third-party software onto your managed GCE instances: NVIDIA® Tesla® # third-party software onto your managed Compute Engine instances:
# drivers and NVIDIA® CUDA toolkit. # NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
# Corresponds to the JSON property `acceleratorCount` # Corresponds to the JSON property `acceleratorCount`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :accelerator_count attr_accessor :accelerator_count
# Optional. The GCE defined accelerator type. # Optional. The Compute Engine defined accelerator type.
# By specifying this parameter, you will download and install the following # By specifying this parameter, you will download and install the following
# third-party software onto your managed GCE instances: NVIDIA® Tesla® # third-party software onto your managed Compute Engine instances: NVIDIA®
# drivers and NVIDIA® CUDA toolkit. # Tesla® drivers and NVIDIA® CUDA toolkit.
# Please see https://cloud.google.com/compute/docs/gpus/ for a list of
# available accelerator types.
# Corresponds to the JSON property `acceleratorType` # Corresponds to the JSON property `acceleratorType`
# @return [String] # @return [String]
attr_accessor :accelerator_type attr_accessor :accelerator_type

View File

@ -25,7 +25,7 @@ module Google
# @see https://cloud.google.com/logging/docs/ # @see https://cloud.google.com/logging/docs/
module LoggingV2 module LoggingV2
VERSION = 'V2' VERSION = 'V2'
REVISION = '20171030' REVISION = '20171113'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -685,10 +685,10 @@ module Google
# @return [Google::Apis::LoggingV2::LogEntrySourceLocation] # @return [Google::Apis::LoggingV2::LogEntrySourceLocation]
attr_accessor :source_location attr_accessor :source_location
# Optional. Id of the span within the trace associated with the log entry. e.g. " # Optional. The span ID within the trace associated with the log entry. For
# 0000000000000042" For Stackdriver trace spans, this is the same format that # Stackdriver Trace spans, this is the same format that the Stackdriver Trace
# the Stackdriver trace API uses. The ID is a 16-character hexadecimal encoding # API v2 uses: a 16-character hexadecimal encoding of an 8-byte array, such as <
# of an 8-byte array. # code>"000000000000004a"</code>.
# Corresponds to the JSON property `spanId` # Corresponds to the JSON property `spanId`
# @return [String] # @return [String]
attr_accessor :span_id attr_accessor :span_id

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run # @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run
module ScriptV1 module ScriptV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20171102' REVISION = '20171113'
# Read, send, delete, and manage your email # Read, send, delete, and manage your email
AUTH_SCOPE = 'https://mail.google.com/' AUTH_SCOPE = 'https://mail.google.com/'

View File

@ -24,8 +24,7 @@ module Google
# An object that provides information about the nature of an error resulting # An object that provides information about the nature of an error resulting
# from an attempted execution of a script function using the Apps Script API. # from an attempted execution of a script function using the Apps Script API.
# If a run or # If a run call
# runAsync call
# succeeds but the script function (or Apps Script itself) throws an exception, # succeeds but the script function (or Apps Script itself) throws an exception,
# the response body's error field # the response body's error field
# contains a # contains a
@ -148,11 +147,11 @@ module Google
end end
# A representation of a execution of an Apps Script function that is started # A representation of a execution of an Apps Script function that is started
# using run or runAsync. The execution response does not arrive until the # using run. The execution response does not arrive until the function finishes
# function finishes executing. The maximum execution runtime is listed in the [ # executing. The maximum execution runtime is listed in the [Apps Script quotas
# Apps Script quotas guide](/apps-script/guides/services/quotas# # guide](/apps-script/guides/services/quotas#current_limitations). <p>After the
# current_limitations). <p>After the execution is started, it can have one of # execution is started, it can have one of four outcomes:</p> <ul> <li> If the
# four outcomes:</p> <ul> <li> If the script function returns successfully, the # script function returns successfully, the
# response field contains an # response field contains an
# ExecutionResponse object # ExecutionResponse object
# with the function's return value in the object's `result` field.</li> # with the function's return value in the object's `result` field.</li>
@ -162,10 +161,10 @@ module Google
# field contains an array with a single # field contains an array with a single
# ExecutionError object that # ExecutionError object that
# provides information about the nature of the error.</li> # provides information about the nature of the error.</li>
# <li> If the execution was asynchronous and has not yet completed, # <li> If the execution has not yet completed,
# the done field is `false` and # the done field is `false` and
# the neither the `response` nor `error` fields are present.</li> # the neither the `response` nor `error` fields are present.</li>
# <li> If the `run` or `runAsync` call itself fails (for example, because of a # <li> If the `run` call itself fails (for example, because of a
# malformed request or an authorization error), the method returns an HTTP # malformed request or an authorization error), the method returns an HTTP
# response code in the 4XX range with a different format for the response # response code in the 4XX range with a different format for the response
# body. Client libraries automatically convert a 4XX response into an # body. Client libraries automatically convert a 4XX response into an
@ -174,18 +173,17 @@ module Google
class Operation class Operation
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# This field is only used with asynchronous executions. It indicates whether the # This field indicates whether the script execution has completed. A completed
# script execution has completed. A completed execution has a populated ` # execution has a populated `response` field containing the ExecutionResponse
# response` field containing the ExecutionResponse from function that was # from function that was executed.
# executed.
# Corresponds to the JSON property `done` # Corresponds to the JSON property `done`
# @return [Boolean] # @return [Boolean]
attr_accessor :done attr_accessor :done
alias_method :done?, :done alias_method :done?, :done
# If a `run` or `runAsync` call succeeds but the script function (or Apps Script # If a `run` call succeeds but the script function (or Apps Script itself)
# itself) throws an exception, the response body's error field contains this ` # throws an exception, the response body's error field contains this `Status`
# Status` object. # object.
# Corresponds to the JSON property `error` # Corresponds to the JSON property `error`
# @return [Google::Apis::ScriptV1::Status] # @return [Google::Apis::ScriptV1::Status]
attr_accessor :error attr_accessor :error
@ -233,15 +231,15 @@ module Google
end end
end end
# If a `run` or `runAsync` call succeeds but the script function (or Apps Script # If a `run` call succeeds but the script function (or Apps Script itself)
# itself) throws an exception, the response body's error field contains this ` # throws an exception, the response body's error field contains this `Status`
# Status` object. # object.
class Status class Status
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# The status code. For this API, this value either: <ul> <li> 3, indicating an ` # The status code. For this API, this value either: <ul> <li> 3, indicating an `
# INVALID_ARGUMENT` error, or</li> <li> 1, indicating a `CANCELLED` asynchronous # INVALID_ARGUMENT` error, or</li> <li> 1, indicating a `CANCELLED` execution.</
# execution.</li> </ul> # li> </ul>
# Corresponds to the JSON property `code` # Corresponds to the JSON property `code`
# @return [Fixnum] # @return [Fixnum]
attr_accessor :code attr_accessor :code

View File

@ -25,7 +25,7 @@ module Google
# @see https://developers.google.com/slides/ # @see https://developers.google.com/slides/
module SlidesV1 module SlidesV1
VERSION = 'V1' VERSION = 'V1'
REVISION = '20171023' REVISION = '20171113'
# View and manage the files in your Google Drive # View and manage the files in your Google Drive
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'

View File

@ -3295,6 +3295,14 @@ module Google
class ShapeProperties class ShapeProperties
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# The alignment of the content in the shape. If unspecified,
# the alignment is inherited from a parent placeholder if it exists. If the
# shape has no parent, the default alignment matches the alignment for new
# shapes created in the Slides editor.
# Corresponds to the JSON property `contentAlignment`
# @return [String]
attr_accessor :content_alignment
# A hypertext link. # A hypertext link.
# Corresponds to the JSON property `link` # Corresponds to the JSON property `link`
# @return [Google::Apis::SlidesV1::Link] # @return [Google::Apis::SlidesV1::Link]
@ -3329,6 +3337,7 @@ module Google
# Update properties of this object # Update properties of this object
def update!(**args) def update!(**args)
@content_alignment = args[:content_alignment] if args.key?(:content_alignment)
@link = args[:link] if args.key?(:link) @link = args[:link] if args.key?(:link)
@outline = args[:outline] if args.key?(:outline) @outline = args[:outline] if args.key?(:outline)
@shadow = args[:shadow] if args.key?(:shadow) @shadow = args[:shadow] if args.key?(:shadow)
@ -3816,6 +3825,12 @@ module Google
class TableCellProperties class TableCellProperties
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
# The alignment of the content in the table cell. The default alignment
# matches the alignment for newly created table cells in the Slides editor.
# Corresponds to the JSON property `contentAlignment`
# @return [String]
attr_accessor :content_alignment
# The table cell background fill. # The table cell background fill.
# Corresponds to the JSON property `tableCellBackgroundFill` # Corresponds to the JSON property `tableCellBackgroundFill`
# @return [Google::Apis::SlidesV1::TableCellBackgroundFill] # @return [Google::Apis::SlidesV1::TableCellBackgroundFill]
@ -3827,6 +3842,7 @@ module Google
# Update properties of this object # Update properties of this object
def update!(**args) def update!(**args)
@content_alignment = args[:content_alignment] if args.key?(:content_alignment)
@table_cell_background_fill = args[:table_cell_background_fill] if args.key?(:table_cell_background_fill) @table_cell_background_fill = args[:table_cell_background_fill] if args.key?(:table_cell_background_fill)
end end
end end

View File

@ -1680,6 +1680,7 @@ module Google
class ShapeProperties class ShapeProperties
# @private # @private
class Representation < Google::Apis::Core::JsonRepresentation class Representation < Google::Apis::Core::JsonRepresentation
property :content_alignment, as: 'contentAlignment'
property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
property :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation property :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation
@ -1843,6 +1844,7 @@ module Google
class TableCellProperties class TableCellProperties
# @private # @private
class Representation < Google::Apis::Core::JsonRepresentation class Representation < Google::Apis::Core::JsonRepresentation
property :content_alignment, as: 'contentAlignment'
property :table_cell_background_fill, as: 'tableCellBackgroundFill', class: Google::Apis::SlidesV1::TableCellBackgroundFill, decorator: Google::Apis::SlidesV1::TableCellBackgroundFill::Representation property :table_cell_background_fill, as: 'tableCellBackgroundFill', class: Google::Apis::SlidesV1::TableCellBackgroundFill, decorator: Google::Apis::SlidesV1::TableCellBackgroundFill::Representation
end end

View File

@ -25,7 +25,7 @@ module Google
# @see https://firebase.google.com/docs/test-lab/ # @see https://firebase.google.com/docs/test-lab/
module ToolresultsV1beta3 module ToolresultsV1beta3
VERSION = 'V1beta3' VERSION = 'V1beta3'
REVISION = '20171026' REVISION = '20171113'
# View and manage your data across Google Cloud Platform services # View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'

View File

@ -590,9 +590,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
# Corresponds to the JSON property `completionTime` # Corresponds to the JSON property `completionTime`
# @return [Google::Apis::ToolresultsV1beta3::Timestamp] # @return [Google::Apis::ToolresultsV1beta3::Timestamp]
attr_accessor :completion_time attr_accessor :completion_time
@ -644,9 +644,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
# Corresponds to the JSON property `creationTime` # Corresponds to the JSON property `creationTime`
# @return [Google::Apis::ToolresultsV1beta3::Timestamp] # @return [Google::Apis::ToolresultsV1beta3::Timestamp]
attr_accessor :creation_time attr_accessor :creation_time
@ -1439,9 +1439,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
# Corresponds to the JSON property `sampleTime` # Corresponds to the JSON property `sampleTime`
# @return [Google::Apis::ToolresultsV1beta3::Timestamp] # @return [Google::Apis::ToolresultsV1beta3::Timestamp]
attr_accessor :sample_time attr_accessor :sample_time
@ -1859,9 +1859,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
# Corresponds to the JSON property `completionTime` # Corresponds to the JSON property `completionTime`
# @return [Google::Apis::ToolresultsV1beta3::Timestamp] # @return [Google::Apis::ToolresultsV1beta3::Timestamp]
attr_accessor :completion_time attr_accessor :completion_time
@ -1913,9 +1913,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
# Corresponds to the JSON property `creationTime` # Corresponds to the JSON property `creationTime`
# @return [Google::Apis::ToolresultsV1beta3::Timestamp] # @return [Google::Apis::ToolresultsV1beta3::Timestamp]
attr_accessor :creation_time attr_accessor :creation_time
@ -2543,9 +2543,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
class Timestamp class Timestamp
include Google::Apis::Core::Hashable include Google::Apis::Core::Hashable
@ -2716,9 +2716,9 @@ module Google
# datetime.datetime` object can be converted to this format using [`strftime`]( # datetime.datetime` object can be converted to this format using [`strftime`](
# https://docs.python.org/2/library/time.html#time.strftime) with the time # https://docs.python.org/2/library/time.html#time.strftime) with the time
# format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda # format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use the Joda
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/ # Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a # org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
# formatter capable of generating timestamps in this format. # capable of generating timestamps in this format.
# Corresponds to the JSON property `creationTime` # Corresponds to the JSON property `creationTime`
# @return [Google::Apis::ToolresultsV1beta3::Timestamp] # @return [Google::Apis::ToolresultsV1beta3::Timestamp]
attr_accessor :creation_time attr_accessor :creation_time