Skip to content

Commit

Permalink
Autogenerated update (2019-03-05)
Browse files Browse the repository at this point in the history
Update:
- binaryauthorization_v1beta1
- cloudsearch_v1
- dataproc_v1
- dataproc_v1beta2
- people_v1
- script_v1
- streetviewpublish_v1
  • Loading branch information
googleapis-publisher committed Mar 5, 2019
1 parent bc74cb8 commit ab40818
Show file tree
Hide file tree
Showing 28 changed files with 5,029 additions and 91 deletions.
326 changes: 326 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generated/google/apis/binaryauthorization_v1beta1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/binary-authorization/
module BinaryauthorizationV1beta1
VERSION = 'V1beta1'
REVISION = '20190215'
REVISION = '20190301'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
21 changes: 15 additions & 6 deletions generated/google/apis/binaryauthorization_v1beta1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,19 @@ def update!(**args)
end
end

# An attestator public key that will be used to
# verify attestations signed by this attestor.
# An attestor public key that will be used to verify
# attestations signed by this attestor.
class AttestorPublicKey
include Google::Apis::Core::Hashable

# ASCII-armored representation of a PGP public key, as the entire output by
# the command `gpg --export --armor foo@example.com` (either LF or CRLF
# line endings).
# When using this field, `id` should be left blank. The BinAuthz API
# handlers will calculate the ID and fill it in automatically. BinAuthz
# computes this ID as the OpenPGP RFC4880 V4 fingerprint, represented as
# upper-case hex. If `id` is provided by the caller, it will be
# overwritten by the API-calculated ID.
# Corresponds to the JSON property `asciiArmoredPgpPublicKey`
# @return [String]
attr_accessor :ascii_armored_pgp_public_key
Expand All @@ -145,9 +150,13 @@ class AttestorPublicKey
# @return [String]
attr_accessor :comment

# Output only. This field will be overwritten with key ID information, for
# example, an identifier extracted from a PGP public key. This field may not
# be updated.
# The ID of this public key.
# Signatures verified by BinAuthz must include the ID of the public key that
# can be used to verify them, and that ID must match the contents of this
# field exactly.
# Additional restrictions on this field can be imposed based on which public
# key type is encapsulated. See the documentation on `public_key` cases below
# for details.
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id
Expand Down Expand Up @@ -188,7 +197,7 @@ class Binding
# account. For example, `my-other-app@appspot.gserviceaccount.com`.
# * `group:`emailid``: An email address that represents a Google group.
# For example, `admins@example.com`.
# * `domain:`domain``: A Google Apps domain name that represents all the
# * `domain:`domain``: The G Suite domain (primary) that represents all the
# users of that domain. For example, `google.com` or `example.com`.
# Corresponds to the JSON property `members`
# @return [Array<String>]
Expand Down
35 changes: 35 additions & 0 deletions generated/google/apis/cloudprivatecatalog_v1beta1.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/cloudprivatecatalog_v1beta1/service.rb'
require 'google/apis/cloudprivatecatalog_v1beta1/classes.rb'
require 'google/apis/cloudprivatecatalog_v1beta1/representations.rb'

module Google
module Apis
# Cloud Private Catalog API
#
# Enable cloud users to discover enterprise catalogs and products in their
# organizations.
#
# @see https://sites.google.com/corp/google.com/cloudprivatecatalog
module CloudprivatecatalogV1beta1
VERSION = 'V1beta1'
REVISION = '20190304'

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

0 comments on commit ab40818

Please sign in to comment.