Skip to content

Commit

Permalink
Re-generated google-cloud-asset (no significant changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dazuma committed Jan 7, 2019
1 parent d59a528 commit 52fd3a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 80 deletions.
Expand Up @@ -99,30 +99,6 @@ class Policy; end
# * `domain:{domain}`: A Google Apps domain name that represents all the
# users of that domain. For example, `google.com` or `example.com`.
class Binding; end

# The difference delta between two policies.
# @!attribute [rw] binding_deltas
# @return [Array<Google::Iam::V1::BindingDelta>]
# The delta for Bindings between two policies.
class PolicyDelta; end

# One delta entry for Binding. Each individual change (only one member in each
# entry) to a binding will be a separate entry.
# @!attribute [rw] action
# @return [Google::Iam::V1::BindingDelta::Action]
# The action that was performed on a Binding.
# Required
# @!attribute [rw] role
# @return [String]
# Role that is assigned to `members`.
# For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
# Required
# @!attribute [rw] member
# @return [String]
# A single identity requesting access for a Cloud Platform resource.
# Follows the same format of Binding.members.
# Required
class BindingDelta; end
end
end
end
Expand Up @@ -47,47 +47,5 @@ module Longrunning
# is `TakeSnapshot()`, the inferred response type is
# `TakeSnapshotResponse`.
class Operation; end

# The request message for {Google::Longrunning::Operations::GetOperation Operations::GetOperation}.
# @!attribute [rw] name
# @return [String]
# The name of the operation resource.
class GetOperationRequest; end

# The request message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
# @!attribute [rw] name
# @return [String]
# The name of the operation collection.
# @!attribute [rw] filter
# @return [String]
# The standard list filter.
# @!attribute [rw] page_size
# @return [Integer]
# The standard list page size.
# @!attribute [rw] page_token
# @return [String]
# The standard list page token.
class ListOperationsRequest; end

# The response message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
# @!attribute [rw] operations
# @return [Array<Google::Longrunning::Operation>]
# A list of operations that matches the specified filter in the request.
# @!attribute [rw] next_page_token
# @return [String]
# The standard List next-page token.
class ListOperationsResponse; end

# The request message for {Google::Longrunning::Operations::CancelOperation Operations::CancelOperation}.
# @!attribute [rw] name
# @return [String]
# The name of the operation resource to be cancelled.
class CancelOperationRequest; end

# The request message for {Google::Longrunning::Operations::DeleteOperation Operations::DeleteOperation}.
# @!attribute [rw] name
# @return [String]
# The name of the operation resource to be deleted.
class DeleteOperationRequest; end
end
end
33 changes: 19 additions & 14 deletions google-cloud-asset/synth.metadata
@@ -1,26 +1,31 @@
{
"updateTime": "2019-01-05T00:41:02.744176Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "36f292faa9a7bffae6abef4885a2ec7936dc47a6",
"internalRef": "222122496"
"generator": {
"name": "artman",
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "05e2ff6ef669808daed3c3b2f97eec514bd18d76",
"internalRef": "222154680"
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a111a53c0c6722afcd793b64724ceef7862db5b9",
"internalRef": "227896184"
}
},
}
],
"destinations": [
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "asset",
"apiVersion": "v1beta1",
"language": "ruby",
"generator": "gapic",
"config": "google/cloud/asset/artman_cloudasset_v1beta1.yaml"
}
}
]
Expand Down

0 comments on commit 52fd3a7

Please sign in to comment.