Skip to content

Commit

Permalink
Autogenerated update (2018-12-06)
Browse files Browse the repository at this point in the history
Update:
- alertcenter_v1beta1
- cloudasset_v1beta1
- content_v2
- streetviewpublish_v1
- vision_v1
  • Loading branch information
googleapis-publisher committed Dec 6, 2018
1 parent 5f4abfd commit 7f66949
Show file tree
Hide file tree
Showing 14 changed files with 18,200 additions and 30 deletions.
1,581 changes: 1,581 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion generated/google/apis/alertcenter_v1beta1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ module Apis
# @see https://developers.google.com/admin-sdk/alertcenter/
module AlertcenterV1beta1
VERSION = 'V1beta1'
REVISION = '20181110'
REVISION = '20181202'

# See and delete your domain's G Suite alerts, and send alert feedback
AUTH_APPS_ALERTS = 'https://www.googleapis.com/auth/apps.alerts'
end
end
end
2 changes: 1 addition & 1 deletion generated/google/apis/cloudasset_v1beta1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://console.cloud.google.com/apis/api/cloudasset.googleapis.com/overview
module CloudassetV1beta1
VERSION = 'V1beta1'
REVISION = '20181107'
REVISION = '20181204'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
4 changes: 2 additions & 2 deletions generated/google/apis/cloudasset_v1beta1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module CloudassetV1beta1
class Asset
include Google::Apis::Core::Hashable

# Type of the asset. Example: "google.compute.disk".
# Type of the asset. Example: "google.compute.Disk".
# Corresponds to the JSON property `assetType`
# @return [String]
attr_accessor :asset_type
Expand Down Expand Up @@ -288,7 +288,7 @@ class ExportAssetsRequest
include Google::Apis::Core::Hashable

# A list of asset types of which to take a snapshot for. For example:
# "google.compute.disk". If specified, only matching assets will be returned.
# "google.compute.Disk". If specified, only matching assets will be returned.
# See [Introduction to Cloud Asset
# Inventory](https://cloud.google.com/resource-manager/docs/cloud-asset-
# inventory/overview)
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/content_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/shopping-content
module ContentV2
VERSION = 'V2'
REVISION = '20181126'
REVISION = '20181203'

# Manage your product listings and accounts for Google Shopping
AUTH_CONTENT = 'https://www.googleapis.com/auth/content'
Expand Down
54 changes: 33 additions & 21 deletions generated/google/apis/content_v2/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module Apis
module ContentV2

# Account data. After the creation of a new account it may take a few minutes
# before it is fully operational.
# before it is fully operational. The methods delete, insert, patch, and update
# require the admin role.
class Account
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -685,7 +686,7 @@ def update!(**args)
end
end

# The tax settings of a merchant account.
# The tax settings of a merchant account. All methods require the admin role.
class AccountTax
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -898,7 +899,8 @@ class AccountsBatchRequestEntry
include Google::Apis::Core::Hashable

# Account data. After the creation of a new account it may take a few minutes
# before it is fully operational.
# before it is fully operational. The methods delete, insert, patch, and update
# require the admin role.
# Corresponds to the JSON property `account`
# @return [Google::Apis::ContentV2::Account]
attr_accessor :account
Expand Down Expand Up @@ -1022,7 +1024,8 @@ class AccountsBatchResponseEntry
include Google::Apis::Core::Hashable

# Account data. After the creation of a new account it may take a few minutes
# before it is fully operational.
# before it is fully operational. The methods delete, insert, patch, and update
# require the admin role.
# Corresponds to the JSON property `account`
# @return [Google::Apis::ContentV2::Account]
attr_accessor :account
Expand Down Expand Up @@ -1327,7 +1330,7 @@ class AccountTaxBatchRequestEntry
# @return [Fixnum]
attr_accessor :account_id

# The tax settings of a merchant account.
# The tax settings of a merchant account. All methods require the admin role.
# Corresponds to the JSON property `accountTax`
# @return [Google::Apis::ContentV2::AccountTax]
attr_accessor :account_tax
Expand Down Expand Up @@ -1391,7 +1394,7 @@ def update!(**args)
class AccountTaxBatchResponseEntry
include Google::Apis::Core::Hashable

# The tax settings of a merchant account.
# The tax settings of a merchant account. All methods require the admin role.
# Corresponds to the JSON property `accountTax`
# @return [Google::Apis::ContentV2::AccountTax]
attr_accessor :account_tax
Expand Down Expand Up @@ -3445,7 +3448,8 @@ def update!(**args)
end
end

#
# Local Inventory ads (LIA) settings. All methods except listposdataproviders
# require the admin role.
class LiaSettings
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -3533,7 +3537,8 @@ class LiasettingsCustomBatchRequestEntry
# @return [String]
attr_accessor :gmb_email

# The account Lia settings to update. Only defined if the method is update.
# Local Inventory ads (LIA) settings. All methods except listposdataproviders
# require the admin role.
# Corresponds to the JSON property `liaSettings`
# @return [Google::Apis::ContentV2::LiaSettings]
attr_accessor :lia_settings
Expand Down Expand Up @@ -3629,7 +3634,8 @@ class LiasettingsCustomBatchResponseEntry
# @return [String]
attr_accessor :kind

# The retrieved or updated Lia settings.
# Local Inventory ads (LIA) settings. All methods except listposdataproviders
# require the admin role.
# Corresponds to the JSON property `liaSettings`
# @return [Google::Apis::ContentV2::LiaSettings]
attr_accessor :lia_settings
Expand Down Expand Up @@ -3975,7 +3981,7 @@ def update!(**args)
end
end

#
# Order. All methods require the order manager role.
class Order
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -4928,7 +4934,7 @@ def update!(**args)
end
end

#
# Order disbursement. All methods require the payment analyst role.
class OrderReportDisbursement
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -6807,8 +6813,7 @@ class OrdersCustomBatchResponseEntry
# @return [String]
attr_accessor :kind

# The retrieved order. Only defined if the method is get and if the request was
# successful.
# Order. All methods require the order manager role.
# Corresponds to the JSON property `order`
# @return [Google::Apis::ContentV2::Order]
attr_accessor :order
Expand Down Expand Up @@ -6837,7 +6842,7 @@ class OrdersGetByMerchantOrderIdResponse
# @return [String]
attr_accessor :kind

# The requested order.
# Order. All methods require the order manager role.
# Corresponds to the JSON property `order`
# @return [Google::Apis::ContentV2::Order]
attr_accessor :order
Expand Down Expand Up @@ -8446,7 +8451,8 @@ def update!(**args)
end
end

# Product data.
# Product data. After inserting, updating, or deleting a product, it may take
# several minutes before changes take effect.
class Product
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -9166,7 +9172,8 @@ class ProductStatus
# @return [String]
attr_accessor :link

# Product data.
# Product data. After inserting, updating, or deleting a product, it may take
# several minutes before changes take effect.
# Corresponds to the JSON property `product`
# @return [Google::Apis::ContentV2::Product]
attr_accessor :product
Expand Down Expand Up @@ -9508,7 +9515,8 @@ class ProductsBatchRequestEntry
# @return [String]
attr_accessor :request_method

# Product data.
# Product data. After inserting, updating, or deleting a product, it may take
# several minutes before changes take effect.
# Corresponds to the JSON property `product`
# @return [Google::Apis::ContentV2::Product]
attr_accessor :product
Expand Down Expand Up @@ -9579,7 +9587,8 @@ class ProductsBatchResponseEntry
# @return [String]
attr_accessor :kind

# Product data.
# Product data. After inserting, updating, or deleting a product, it may take
# several minutes before changes take effect.
# Corresponds to the JSON property `product`
# @return [Google::Apis::ContentV2::Product]
attr_accessor :product
Expand Down Expand Up @@ -10124,7 +10133,8 @@ def update!(**args)
end
end

# The merchant account's shipping settings.
# The merchant account's shipping settings. All methods except
# getsupportedcarriers and getsupportedholidays require the admin role.
class ShippingSettings
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -10199,7 +10209,8 @@ class ShippingsettingsCustomBatchRequestEntry
# @return [String]
attr_accessor :method_prop

# The merchant account's shipping settings.
# The merchant account's shipping settings. All methods except
# getsupportedcarriers and getsupportedholidays require the admin role.
# Corresponds to the JSON property `shippingSettings`
# @return [Google::Apis::ContentV2::ShippingSettings]
attr_accessor :shipping_settings
Expand Down Expand Up @@ -10264,7 +10275,8 @@ class ShippingsettingsCustomBatchResponseEntry
# @return [String]
attr_accessor :kind

# The merchant account's shipping settings.
# The merchant account's shipping settings. All methods except
# getsupportedcarriers and getsupportedholidays require the admin role.
# Corresponds to the JSON property `shippingSettings`
# @return [Google::Apis::ContentV2::ShippingSettings]
attr_accessor :shipping_settings
Expand Down
35 changes: 35 additions & 0 deletions generated/google/apis/content_v2_1.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2015 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require 'google/apis/content_v2_1/service.rb'
require 'google/apis/content_v2_1/classes.rb'
require 'google/apis/content_v2_1/representations.rb'

module Google
module Apis
# Content API for Shopping
#
# Manages product items, inventory, and Merchant Center accounts for Google
# Shopping.
#
# @see https://developers.google.com/shopping-content
module ContentV2_1
VERSION = 'V2_1'
REVISION = '20181203'

# Manage your product listings and accounts for Google Shopping
AUTH_CONTENT = 'https://www.googleapis.com/auth/content'
end
end
end
Loading

0 comments on commit 7f66949

Please sign in to comment.