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:
parent
6bf3f7d0bc
commit
35a23f126c
|
@ -58185,6 +58185,7 @@
|
|||
"/slides:v1/ShapeBackgroundFill/propertyState": property_state
|
||||
"/slides:v1/ShapeBackgroundFill/solidFill": solid_fill
|
||||
"/slides:v1/ShapeProperties": shape_properties
|
||||
"/slides:v1/ShapeProperties/contentAlignment": content_alignment
|
||||
"/slides:v1/ShapeProperties/link": link
|
||||
"/slides:v1/ShapeProperties/outline": outline
|
||||
"/slides:v1/ShapeProperties/shadow": shadow
|
||||
|
@ -58248,6 +58249,7 @@
|
|||
"/slides:v1/TableCellLocation/columnIndex": column_index
|
||||
"/slides:v1/TableCellLocation/rowIndex": row_index
|
||||
"/slides:v1/TableCellProperties": table_cell_properties
|
||||
"/slides:v1/TableCellProperties/contentAlignment": content_alignment
|
||||
"/slides:v1/TableCellProperties/tableCellBackgroundFill": table_cell_background_fill
|
||||
"/slides:v1/TableColumnProperties": table_column_properties
|
||||
"/slides:v1/TableColumnProperties/columnWidth": column_width
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/bigquery/
|
||||
module BigquerydatatransferV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20171106'
|
||||
REVISION = '20171113'
|
||||
|
||||
# View and manage your data in Google BigQuery
|
||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||
|
|
|
@ -519,7 +519,7 @@ module Google
|
|||
# @param [String] authorization_code
|
||||
# Optional OAuth2 authorization code to use with this transfer configuration.
|
||||
# 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
|
||||
# request to
|
||||
# https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=<
|
||||
|
@ -566,7 +566,7 @@ module Google
|
|||
execute_or_queue_command(command, &block)
|
||||
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
|
||||
# range, one transfer run is created.
|
||||
# Note that runs are created per UTC time in the time range.
|
||||
|
@ -934,7 +934,7 @@ module Google
|
|||
# @param [String] authorization_code
|
||||
# Optional OAuth2 authorization code to use with this transfer configuration.
|
||||
# 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
|
||||
# request to
|
||||
# https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=<
|
||||
|
@ -981,7 +981,7 @@ module Google
|
|||
execute_or_queue_command(command, &block)
|
||||
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
|
||||
# range, one transfer run is created.
|
||||
# Note that runs are created per UTC time in the time range.
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://cloud.google.com/iot
|
||||
module CloudiotV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20171024'
|
||||
REVISION = '20171110'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -466,7 +466,11 @@ module Google
|
|||
# The configuration for notification of telemetry events received from the
|
||||
# device. All telemetry events that were successfully published by the
|
||||
# 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`
|
||||
# @return [Array<Google::Apis::CloudiotV1::EventNotificationConfig>]
|
||||
attr_accessor :event_notification_configs
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/genomics
|
||||
module GenomicsV1alpha2
|
||||
VERSION = 'V1alpha2'
|
||||
REVISION = '20171026'
|
||||
REVISION = '20171113'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -792,16 +792,18 @@ module Google
|
|||
|
||||
# Optional. The number of accelerators of the specified type to attach.
|
||||
# By specifying this parameter, you will download and install the following
|
||||
# third-party software onto your managed GCE instances: NVIDIA® Tesla®
|
||||
# drivers and NVIDIA® CUDA toolkit.
|
||||
# third-party software onto your managed Compute Engine instances:
|
||||
# NVIDIA® Tesla® drivers and NVIDIA® CUDA toolkit.
|
||||
# Corresponds to the JSON property `acceleratorCount`
|
||||
# @return [Fixnum]
|
||||
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
|
||||
# third-party software onto your managed GCE instances: NVIDIA® Tesla®
|
||||
# drivers and NVIDIA® CUDA toolkit.
|
||||
# third-party software onto your managed Compute Engine instances: NVIDIA®
|
||||
# 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`
|
||||
# @return [String]
|
||||
attr_accessor :accelerator_type
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/logging/docs/
|
||||
module LoggingV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20171030'
|
||||
REVISION = '20171113'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -685,10 +685,10 @@ module Google
|
|||
# @return [Google::Apis::LoggingV2::LogEntrySourceLocation]
|
||||
attr_accessor :source_location
|
||||
|
||||
# Optional. Id of the span within the trace associated with the log entry. e.g. "
|
||||
# 0000000000000042" For Stackdriver trace spans, this is the same format that
|
||||
# the Stackdriver trace API uses. The ID is a 16-character hexadecimal encoding
|
||||
# of an 8-byte array.
|
||||
# Optional. The span ID within the trace associated with the log entry. For
|
||||
# Stackdriver Trace spans, this is the same format that the Stackdriver Trace
|
||||
# API v2 uses: a 16-character hexadecimal encoding of an 8-byte array, such as <
|
||||
# code>"000000000000004a"</code>.
|
||||
# Corresponds to the JSON property `spanId`
|
||||
# @return [String]
|
||||
attr_accessor :span_id
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run
|
||||
module ScriptV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20171102'
|
||||
REVISION = '20171113'
|
||||
|
||||
# Read, send, delete, and manage your email
|
||||
AUTH_SCOPE = 'https://mail.google.com/'
|
||||
|
|
|
@ -24,8 +24,7 @@ module Google
|
|||
|
||||
# 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.
|
||||
# If a run or
|
||||
# runAsync call
|
||||
# If a run call
|
||||
# succeeds but the script function (or Apps Script itself) throws an exception,
|
||||
# the response body's error field
|
||||
# contains a
|
||||
|
@ -148,11 +147,11 @@ module Google
|
|||
end
|
||||
|
||||
# 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
|
||||
# function finishes executing. The maximum execution runtime is listed in the [
|
||||
# Apps Script quotas guide](/apps-script/guides/services/quotas#
|
||||
# current_limitations). <p>After the execution is started, it can have one of
|
||||
# four outcomes:</p> <ul> <li> If the script function returns successfully, the
|
||||
# using run. The execution response does not arrive until the function finishes
|
||||
# executing. The maximum execution runtime is listed in the [Apps Script quotas
|
||||
# guide](/apps-script/guides/services/quotas#current_limitations). <p>After the
|
||||
# execution is started, it can have one of four outcomes:</p> <ul> <li> If the
|
||||
# script function returns successfully, the
|
||||
# response field contains an
|
||||
# ExecutionResponse object
|
||||
# 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
|
||||
# ExecutionError object that
|
||||
# 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 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
|
||||
# response code in the 4XX range with a different format for the response
|
||||
# body. Client libraries automatically convert a 4XX response into an
|
||||
|
@ -174,18 +173,17 @@ module Google
|
|||
class Operation
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# This field is only used with asynchronous executions. It indicates whether the
|
||||
# script execution has completed. A completed execution has a populated `
|
||||
# response` field containing the ExecutionResponse from function that was
|
||||
# executed.
|
||||
# This field indicates whether the script execution has completed. A completed
|
||||
# execution has a populated `response` field containing the ExecutionResponse
|
||||
# from function that was executed.
|
||||
# Corresponds to the JSON property `done`
|
||||
# @return [Boolean]
|
||||
attr_accessor :done
|
||||
alias_method :done?, :done
|
||||
|
||||
# If a `run` or `runAsync` call succeeds but the script function (or Apps Script
|
||||
# itself) throws an exception, the response body's error field contains this `
|
||||
# Status` object.
|
||||
# If a `run` call succeeds but the script function (or Apps Script itself)
|
||||
# throws an exception, the response body's error field contains this `Status`
|
||||
# object.
|
||||
# Corresponds to the JSON property `error`
|
||||
# @return [Google::Apis::ScriptV1::Status]
|
||||
attr_accessor :error
|
||||
|
@ -233,15 +231,15 @@ module Google
|
|||
end
|
||||
end
|
||||
|
||||
# If a `run` or `runAsync` call succeeds but the script function (or Apps Script
|
||||
# itself) throws an exception, the response body's error field contains this `
|
||||
# Status` object.
|
||||
# If a `run` call succeeds but the script function (or Apps Script itself)
|
||||
# throws an exception, the response body's error field contains this `Status`
|
||||
# object.
|
||||
class Status
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# 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
|
||||
# execution.</li> </ul>
|
||||
# INVALID_ARGUMENT` error, or</li> <li> 1, indicating a `CANCELLED` execution.</
|
||||
# li> </ul>
|
||||
# Corresponds to the JSON property `code`
|
||||
# @return [Fixnum]
|
||||
attr_accessor :code
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/slides/
|
||||
module SlidesV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20171023'
|
||||
REVISION = '20171113'
|
||||
|
||||
# View and manage the files in your Google Drive
|
||||
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
|
||||
|
|
|
@ -3295,6 +3295,14 @@ module Google
|
|||
class ShapeProperties
|
||||
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.
|
||||
# Corresponds to the JSON property `link`
|
||||
# @return [Google::Apis::SlidesV1::Link]
|
||||
|
@ -3329,6 +3337,7 @@ module Google
|
|||
|
||||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@content_alignment = args[:content_alignment] if args.key?(:content_alignment)
|
||||
@link = args[:link] if args.key?(:link)
|
||||
@outline = args[:outline] if args.key?(:outline)
|
||||
@shadow = args[:shadow] if args.key?(:shadow)
|
||||
|
@ -3816,6 +3825,12 @@ module Google
|
|||
class TableCellProperties
|
||||
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.
|
||||
# Corresponds to the JSON property `tableCellBackgroundFill`
|
||||
# @return [Google::Apis::SlidesV1::TableCellBackgroundFill]
|
||||
|
@ -3827,6 +3842,7 @@ module Google
|
|||
|
||||
# Update properties of this object
|
||||
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)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1680,6 +1680,7 @@ module Google
|
|||
class ShapeProperties
|
||||
# @private
|
||||
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 :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation
|
||||
|
@ -1843,6 +1844,7 @@ module Google
|
|||
class TableCellProperties
|
||||
# @private
|
||||
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
|
||||
|
||||
end
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://firebase.google.com/docs/test-lab/
|
||||
module ToolresultsV1beta3
|
||||
VERSION = 'V1beta3'
|
||||
REVISION = '20171026'
|
||||
REVISION = '20171113'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -590,9 +590,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
# Corresponds to the JSON property `completionTime`
|
||||
# @return [Google::Apis::ToolresultsV1beta3::Timestamp]
|
||||
attr_accessor :completion_time
|
||||
|
@ -644,9 +644,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
# Corresponds to the JSON property `creationTime`
|
||||
# @return [Google::Apis::ToolresultsV1beta3::Timestamp]
|
||||
attr_accessor :creation_time
|
||||
|
@ -1439,9 +1439,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
# Corresponds to the JSON property `sampleTime`
|
||||
# @return [Google::Apis::ToolresultsV1beta3::Timestamp]
|
||||
attr_accessor :sample_time
|
||||
|
@ -1859,9 +1859,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
# Corresponds to the JSON property `completionTime`
|
||||
# @return [Google::Apis::ToolresultsV1beta3::Timestamp]
|
||||
attr_accessor :completion_time
|
||||
|
@ -1913,9 +1913,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
# Corresponds to the JSON property `creationTime`
|
||||
# @return [Google::Apis::ToolresultsV1beta3::Timestamp]
|
||||
attr_accessor :creation_time
|
||||
|
@ -2543,9 +2543,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
class Timestamp
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
|
@ -2716,9 +2716,9 @@ module Google
|
|||
# datetime.datetime` object can be converted to this format using [`strftime`](
|
||||
# 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
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://joda-time.sourceforge.net/
|
||||
# apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) to obtain a
|
||||
# formatter capable of generating timestamps in this format.
|
||||
# Time's [`ISODateTimeFormat.dateTime()`]( http://www.joda.org/joda-time/apidocs/
|
||||
# org/joda/time/format/ISODateTimeFormat.html#dateTime-- ) to obtain a formatter
|
||||
# capable of generating timestamps in this format.
|
||||
# Corresponds to the JSON property `creationTime`
|
||||
# @return [Google::Apis::ToolresultsV1beta3::Timestamp]
|
||||
attr_accessor :creation_time
|
||||
|
|
Loading…
Reference in New Issue