Skip to content

Commit

Permalink
Autogenerated update (2018-11-10)
Browse files Browse the repository at this point in the history
Update:
- alertcenter_v1beta1
- bigquery_v2
- firebasedynamiclinks_v1
- monitoring_v3
- streetviewpublish_v1
  • Loading branch information
googleapis-publisher committed Nov 10, 2018
1 parent ddcba56 commit 8bca081
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 377 deletions.
6 changes: 6 additions & 0 deletions api_names_out.yaml
Expand Up @@ -4483,6 +4483,7 @@
"/alertcenter:v1beta1/alertcenter.alerts.feedback.list": list_alert_feedbacks
"/alertcenter:v1beta1/alertcenter.alerts.feedback.list/alertId": alert_id
"/alertcenter:v1beta1/alertcenter.alerts.feedback.list/customerId": customer_id
"/alertcenter:v1beta1/alertcenter.alerts.feedback.list/filter": filter
"/alertcenter:v1beta1/alertcenter.alerts.get": get_alert
"/alertcenter:v1beta1/alertcenter.alerts.get/alertId": alert_id
"/alertcenter:v1beta1/alertcenter.alerts.get/customerId": customer_id
Expand Down Expand Up @@ -10798,6 +10799,7 @@
"/bigquery:v2/JobConfigurationLoad/projectionFields": projection_fields
"/bigquery:v2/JobConfigurationLoad/projectionFields/projection_field": projection_field
"/bigquery:v2/JobConfigurationLoad/quote": quote
"/bigquery:v2/JobConfigurationLoad/rangePartitioning": range_partitioning
"/bigquery:v2/JobConfigurationLoad/schema": schema
"/bigquery:v2/JobConfigurationLoad/schemaInline": schema_inline
"/bigquery:v2/JobConfigurationLoad/schemaInlineFormat": schema_inline_format
Expand Down Expand Up @@ -10826,6 +10828,7 @@
"/bigquery:v2/JobConfigurationQuery/query": query
"/bigquery:v2/JobConfigurationQuery/queryParameters": query_parameters
"/bigquery:v2/JobConfigurationQuery/queryParameters/query_parameter": query_parameter
"/bigquery:v2/JobConfigurationQuery/rangePartitioning": range_partitioning
"/bigquery:v2/JobConfigurationQuery/schemaUpdateOptions": schema_update_options
"/bigquery:v2/JobConfigurationQuery/schemaUpdateOptions/schema_update_option": schema_update_option
"/bigquery:v2/JobConfigurationQuery/tableDefinitions": table_definitions
Expand Down Expand Up @@ -64295,6 +64298,7 @@
"/firebasedynamiclinks:v1/IosInfo/iosFallbackLink": ios_fallback_link
"/firebasedynamiclinks:v1/IosInfo/iosIpadBundleId": ios_ipad_bundle_id
"/firebasedynamiclinks:v1/IosInfo/iosIpadFallbackLink": ios_ipad_fallback_link
"/firebasedynamiclinks:v1/IosInfo/iosMinimumVersion": ios_minimum_version
"/firebasedynamiclinks:v1/ManagedShortLink": managed_short_link
"/firebasedynamiclinks:v1/ManagedShortLink/creationTime": creation_time
"/firebasedynamiclinks:v1/ManagedShortLink/flaggedAttribute": flagged_attribute
Expand Down Expand Up @@ -86840,12 +86844,14 @@
"/streetviewpublish:v1/Photo/connections": connections
"/streetviewpublish:v1/Photo/connections/connection": connection
"/streetviewpublish:v1/Photo/downloadUrl": download_url
"/streetviewpublish:v1/Photo/mapsPublishStatus": maps_publish_status
"/streetviewpublish:v1/Photo/photoId": photo_id
"/streetviewpublish:v1/Photo/places": places
"/streetviewpublish:v1/Photo/places/place": place
"/streetviewpublish:v1/Photo/pose": pose
"/streetviewpublish:v1/Photo/shareLink": share_link
"/streetviewpublish:v1/Photo/thumbnailUrl": thumbnail_url
"/streetviewpublish:v1/Photo/transferStatus": transfer_status
"/streetviewpublish:v1/Photo/uploadReference": upload_reference
"/streetviewpublish:v1/Photo/viewCount": view_count
"/streetviewpublish:v1/PhotoId": photo_id
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/alertcenter_v1beta1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/admin-sdk/alertcenter/
module AlertcenterV1beta1
VERSION = 'V1beta1'
REVISION = '20181103'
REVISION = '20181107'
end
end
end
4 changes: 3 additions & 1 deletion generated/google/apis/alertcenter_v1beta1/service.rb
Expand Up @@ -225,6 +225,7 @@ def create_alert_feedback(alert_id, alert_feedback_object = nil, customer_id: ni
# Optional. The unique identifier of the G Suite organization account of the
# customer the alert feedback are associated with.
# Inferred from the caller identity if not provided.
# @param [String] filter
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand All @@ -242,12 +243,13 @@ def create_alert_feedback(alert_id, alert_feedback_object = nil, customer_id: ni
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def list_alert_feedbacks(alert_id, customer_id: nil, fields: nil, quota_user: nil, options: nil, &block)
def list_alert_feedbacks(alert_id, customer_id: nil, filter: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'v1beta1/alerts/{alertId}/feedback', options)
command.response_representation = Google::Apis::AlertcenterV1beta1::ListAlertFeedbackResponse::Representation
command.response_class = Google::Apis::AlertcenterV1beta1::ListAlertFeedbackResponse
command.params['alertId'] = alert_id unless alert_id.nil?
command.query['customerId'] = customer_id unless customer_id.nil?
command.query['filter'] = filter unless filter.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/bigquery_v2.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/bigquery/
module BigqueryV2
VERSION = 'V2'
REVISION = '20181025'
REVISION = '20181104'

# View and manage your data in Google BigQuery
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
Expand Down
27 changes: 21 additions & 6 deletions generated/google/apis/bigquery_v2/classes.rb
Expand Up @@ -1601,6 +1601,12 @@ class JobConfigurationLoad
# @return [String]
attr_accessor :quote

# [Experimental] Range partitioning specification for this table. Only one of
# timePartitioning and rangePartitioning should be specified.
# Corresponds to the JSON property `rangePartitioning`
# @return [Google::Apis::BigqueryV2::RangePartitioning]
attr_accessor :range_partitioning

# [Optional] The schema for the destination table. The schema can be omitted if
# the destination table already exists, or if you're loading data from Google
# Cloud Datastore.
Expand Down Expand Up @@ -1658,15 +1664,15 @@ class JobConfigurationLoad
# @return [Array<String>]
attr_accessor :source_uris

# Time-based partitioning specification for the destination table.
# Time-based partitioning specification for the destination table. Only one of
# timePartitioning and rangePartitioning should be specified.
# Corresponds to the JSON property `timePartitioning`
# @return [Google::Apis::BigqueryV2::TimePartitioning]
attr_accessor :time_partitioning

# If sourceFormat is set to "AVRO", indicates whether to enable interpreting
# logical types into their corresponding types (ie. TIMESTAMP), instead of only
# using their raw types (ie. INTEGER). The default value will be true once this
# feature launches, but can be set now in preparation.
# [Optional] If sourceFormat is set to "AVRO", indicates whether to enable
# interpreting logical types into their corresponding types (ie. TIMESTAMP),
# instead of only using their raw types (ie. INTEGER).
# Corresponds to the JSON property `useAvroLogicalTypes`
# @return [Boolean]
attr_accessor :use_avro_logical_types
Expand Down Expand Up @@ -1705,6 +1711,7 @@ def update!(**args)
@null_marker = args[:null_marker] if args.key?(:null_marker)
@projection_fields = args[:projection_fields] if args.key?(:projection_fields)
@quote = args[:quote] if args.key?(:quote)
@range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
@schema = args[:schema] if args.key?(:schema)
@schema_inline = args[:schema_inline] if args.key?(:schema_inline)
@schema_inline_format = args[:schema_inline_format] if args.key?(:schema_inline_format)
Expand Down Expand Up @@ -1819,6 +1826,12 @@ class JobConfigurationQuery
# @return [Array<Google::Apis::BigqueryV2::QueryParameter>]
attr_accessor :query_parameters

# [Experimental] Range partitioning specification for this table. Only one of
# timePartitioning and rangePartitioning should be specified.
# Corresponds to the JSON property `rangePartitioning`
# @return [Google::Apis::BigqueryV2::RangePartitioning]
attr_accessor :range_partitioning

# Allows the schema of the destination table to be updated as a side effect of
# the query job. Schema update options are supported in two cases: when
# writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and
Expand All @@ -1839,7 +1852,8 @@ class JobConfigurationQuery
# @return [Hash<String,Google::Apis::BigqueryV2::ExternalDataConfiguration>]
attr_accessor :table_definitions

# Time-based partitioning specification for the destination table.
# Time-based partitioning specification for the destination table. Only one of
# timePartitioning and rangePartitioning should be specified.
# Corresponds to the JSON property `timePartitioning`
# @return [Google::Apis::BigqueryV2::TimePartitioning]
attr_accessor :time_partitioning
Expand Down Expand Up @@ -1901,6 +1915,7 @@ def update!(**args)
@priority = args[:priority] if args.key?(:priority)
@query = args[:query] if args.key?(:query)
@query_parameters = args[:query_parameters] if args.key?(:query_parameters)
@range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
@schema_update_options = args[:schema_update_options] if args.key?(:schema_update_options)
@table_definitions = args[:table_definitions] if args.key?(:table_definitions)
@time_partitioning = args[:time_partitioning] if args.key?(:time_partitioning)
Expand Down
4 changes: 4 additions & 0 deletions generated/google/apis/bigquery_v2/representations.rb
Expand Up @@ -796,6 +796,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :null_marker, as: 'nullMarker'
collection :projection_fields, as: 'projectionFields'
property :quote, as: 'quote'
property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation

property :schema, as: 'schema', class: Google::Apis::BigqueryV2::TableSchema, decorator: Google::Apis::BigqueryV2::TableSchema::Representation

property :schema_inline, as: 'schemaInline'
Expand Down Expand Up @@ -833,6 +835,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :query, as: 'query'
collection :query_parameters, as: 'queryParameters', class: Google::Apis::BigqueryV2::QueryParameter, decorator: Google::Apis::BigqueryV2::QueryParameter::Representation

property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation

collection :schema_update_options, as: 'schemaUpdateOptions'
hash :table_definitions, as: 'tableDefinitions', class: Google::Apis::BigqueryV2::ExternalDataConfiguration, decorator: Google::Apis::BigqueryV2::ExternalDataConfiguration::Representation

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/firebasedynamiclinks_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://firebase.google.com/docs/dynamic-links/
module FirebasedynamiclinksV1
VERSION = 'V1'
REVISION = '20181002'
REVISION = '20181109'

# View and administer all your Firebase data and settings
AUTH_FIREBASE = 'https://www.googleapis.com/auth/firebase'
Expand Down
6 changes: 6 additions & 0 deletions generated/google/apis/firebasedynamiclinks_v1/classes.rb
Expand Up @@ -887,6 +887,11 @@ class IosInfo
# @return [String]
attr_accessor :ios_ipad_fallback_link

# iOS minimum version.
# Corresponds to the JSON property `iosMinimumVersion`
# @return [String]
attr_accessor :ios_minimum_version

def initialize(**args)
update!(**args)
end
Expand All @@ -899,6 +904,7 @@ def update!(**args)
@ios_fallback_link = args[:ios_fallback_link] if args.key?(:ios_fallback_link)
@ios_ipad_bundle_id = args[:ios_ipad_bundle_id] if args.key?(:ios_ipad_bundle_id)
@ios_ipad_fallback_link = args[:ios_ipad_fallback_link] if args.key?(:ios_ipad_fallback_link)
@ios_minimum_version = args[:ios_minimum_version] if args.key?(:ios_minimum_version)
end
end

Expand Down
Expand Up @@ -380,6 +380,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :ios_fallback_link, as: 'iosFallbackLink'
property :ios_ipad_bundle_id, as: 'iosIpadBundleId'
property :ios_ipad_fallback_link, as: 'iosIpadFallbackLink'
property :ios_minimum_version, as: 'iosMinimumVersion'
end
end

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/monitoring_v3.rb
Expand Up @@ -27,7 +27,7 @@ module Apis
# @see https://cloud.google.com/monitoring/api/
module MonitoringV3
VERSION = 'V3'
REVISION = '20181027'
REVISION = '20181107'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down

0 comments on commit 8bca081

Please sign in to comment.