Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of cloudasset v1 client #1548

Merged
merged 1 commit into from Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/cloudasset_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/asset-inventory/docs/quickstart
module CloudassetV1
VERSION = 'V1'
REVISION = '20201106'
REVISION = '20201115'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
9 changes: 6 additions & 3 deletions generated/google/apis/cloudasset_v1/classes.rb
Expand Up @@ -54,7 +54,8 @@ def update!(**args)
class AnalyzeIamPolicyLongrunningRequest
include Google::Apis::Core::Hashable

# IAM policy analysis query message.
# ## LINT.IfChange Keep in sync with ## logs/proto/cloud_asset_inventory/
# iam_policy_analyzer_log.proto IAM policy analysis query message.
# Corresponds to the JSON property `analysisQuery`
# @return [Google::Apis::CloudassetV1::IamPolicyAnalysisQuery]
attr_accessor :analysis_query
Expand Down Expand Up @@ -1829,7 +1830,8 @@ def update!(**args)
class IamPolicyAnalysis
include Google::Apis::Core::Hashable

# IAM policy analysis query message.
# ## LINT.IfChange Keep in sync with ## logs/proto/cloud_asset_inventory/
# iam_policy_analyzer_log.proto IAM policy analysis query message.
# Corresponds to the JSON property `analysisQuery`
# @return [Google::Apis::CloudassetV1::IamPolicyAnalysisQuery]
attr_accessor :analysis_query
Expand Down Expand Up @@ -1890,7 +1892,8 @@ def update!(**args)
end
end

# IAM policy analysis query message.
# ## LINT.IfChange Keep in sync with ## logs/proto/cloud_asset_inventory/
# iam_policy_analyzer_log.proto IAM policy analysis query message.
class IamPolicyAnalysisQuery
include Google::Apis::Core::Hashable

Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/cloudasset_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "03fcbbc8def2b753f53e44325d3e089eec8ddb60"
"sha": "3d9512839e0f99dd9aa10a926f1ba292758512c8"
}
}
]
Expand Down