google-apis-containeranalysis_v1alpha1 0.33.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b126b32dd5f98b8ae3c23abd4c127471b53c0be826b40b0f33bcb1b9bd46410e
         | 
| 4 | 
            +
              data.tar.gz: 1d8dd71dc180d1d681b2a3f5a536635dfdee48f04e5b69a7441472ce9832a998
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: aed1f25f22dc3cdcf1937a33baf6d89b4e142abfcfae6eb1a5ac1ba52feaf81006882ab0e5eaa1bb3045f0598fbcce4bf342751ddd2408fe224603c120b10bff
         | 
| 7 | 
            +
              data.tar.gz: 105e62a30fd9a94605c7ffdb1cd60cc4dbef50e3d247bd03a4935771d816387af4657f36cf7a3f70eed6c37014318cdd9c323a56949fa582ef0c184f1a21ef67
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,13 @@ | |
| 1 1 | 
             
            # Release history for google-apis-containeranalysis_v1alpha1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.35.0 (2022-09-18)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Unspecified changes
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### v0.34.0 (2022-09-09)
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * Regenerated from discovery document revision 20220902
         | 
| 10 | 
            +
             | 
| 3 11 | 
             
            ### v0.33.0 (2022-08-11)
         | 
| 4 12 |  | 
| 5 13 | 
             
            * Regenerated from discovery document revision 20220805
         | 
| @@ -231,31 +231,33 @@ module Google | |
| 231 231 | 
             
                    # members` can have the following values: * `allUsers`: A special identifier
         | 
| 232 232 | 
             
                    # that represents anyone who is on the internet; with or without a Google
         | 
| 233 233 | 
             
                    # account. * `allAuthenticatedUsers`: A special identifier that represents
         | 
| 234 | 
            -
                    # anyone who is authenticated with a Google account or a service account.  | 
| 235 | 
            -
                    #  | 
| 236 | 
            -
                    #  | 
| 237 | 
            -
                    #  | 
| 238 | 
            -
                    #  | 
| 239 | 
            -
                    #  | 
| 240 | 
            -
                    #  | 
| 241 | 
            -
                    #  | 
| 242 | 
            -
                    # .  | 
| 243 | 
            -
                    #  | 
| 244 | 
            -
                    # email address  | 
| 245 | 
            -
                    #  | 
| 246 | 
            -
                    #  | 
| 247 | 
            -
                    #  | 
| 248 | 
            -
                    # emailid | 
| 249 | 
            -
                    #  | 
| 250 | 
            -
                    #  | 
| 251 | 
            -
                    #  | 
| 252 | 
            -
                    #  | 
| 253 | 
            -
                    #  | 
| 254 | 
            -
                    #  | 
| 255 | 
            -
                    #  | 
| 256 | 
            -
                    #  | 
| 257 | 
            -
                    #  | 
| 258 | 
            -
                    #  | 
| 234 | 
            +
                    # anyone who is authenticated with a Google account or a service account. Does
         | 
| 235 | 
            +
                    # not include identities that come from external identity providers (IdPs)
         | 
| 236 | 
            +
                    # through identity federation. * `user:`emailid``: An email address that
         | 
| 237 | 
            +
                    # represents a specific Google account. For example, `alice@example.com` . * `
         | 
| 238 | 
            +
                    # serviceAccount:`emailid``: An email address that represents a Google service
         | 
| 239 | 
            +
                    # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
         | 
| 240 | 
            +
                    # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
         | 
| 241 | 
            +
                    # identifier for a [Kubernetes service account](https://cloud.google.com/
         | 
| 242 | 
            +
                    # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
         | 
| 243 | 
            +
                    # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
         | 
| 244 | 
            +
                    # email address that represents a Google group. For example, `admins@example.com`
         | 
| 245 | 
            +
                    # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
         | 
| 246 | 
            +
                    # identifier) representing a user that has been recently deleted. For example, `
         | 
| 247 | 
            +
                    # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
         | 
| 248 | 
            +
                    # value reverts to `user:`emailid`` and the recovered user retains the role in
         | 
| 249 | 
            +
                    # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
         | 
| 250 | 
            +
                    # address (plus unique identifier) representing a service account that has been
         | 
| 251 | 
            +
                    # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
         | 
| 252 | 
            +
                    # 123456789012345678901`. If the service account is undeleted, this value
         | 
| 253 | 
            +
                    # reverts to `serviceAccount:`emailid`` and the undeleted service account
         | 
| 254 | 
            +
                    # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
         | 
| 255 | 
            +
                    # An email address (plus unique identifier) representing a Google group that has
         | 
| 256 | 
            +
                    # been recently deleted. For example, `admins@example.com?uid=
         | 
| 257 | 
            +
                    # 123456789012345678901`. If the group is recovered, this value reverts to `
         | 
| 258 | 
            +
                    # group:`emailid`` and the recovered group retains the role in the binding. * `
         | 
| 259 | 
            +
                    # domain:`domain``: The G Suite domain (primary) that represents all the users
         | 
| 260 | 
            +
                    # of that domain. For example, `google.com` or `example.com`.
         | 
| 259 261 | 
             
                    # Corresponds to the JSON property `members`
         | 
| 260 262 | 
             
                    # @return [Array<String>]
         | 
| 261 263 | 
             
                    attr_accessor :members
         | 
| @@ -1396,6 +1398,22 @@ module Google | |
| 1396 1398 | 
             
                  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
         | 
| 1397 1399 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 1398 1400 |  | 
| 1401 | 
            +
                    # Allow this build step to fail without failing the entire build if and only if
         | 
| 1402 | 
            +
                    # the exit code is one of the specified codes. If allow_failure is also
         | 
| 1403 | 
            +
                    # specified, this field will take precedence.
         | 
| 1404 | 
            +
                    # Corresponds to the JSON property `allowExitCodes`
         | 
| 1405 | 
            +
                    # @return [Array<Fixnum>]
         | 
| 1406 | 
            +
                    attr_accessor :allow_exit_codes
         | 
| 1407 | 
            +
                  
         | 
| 1408 | 
            +
                    # Allow this build step to fail without failing the entire build. If false, the
         | 
| 1409 | 
            +
                    # entire build will fail if this step fails. Otherwise, the build will succeed,
         | 
| 1410 | 
            +
                    # but this step will still have a failure status. Error information will be
         | 
| 1411 | 
            +
                    # reported in the failure_detail field.
         | 
| 1412 | 
            +
                    # Corresponds to the JSON property `allowFailure`
         | 
| 1413 | 
            +
                    # @return [Boolean]
         | 
| 1414 | 
            +
                    attr_accessor :allow_failure
         | 
| 1415 | 
            +
                    alias_method :allow_failure?, :allow_failure
         | 
| 1416 | 
            +
                  
         | 
| 1399 1417 | 
             
                    # A list of arguments that will be presented to the step when it is started. If
         | 
| 1400 1418 | 
             
                    # the image used to run the step's container has an entrypoint, the `args` are
         | 
| 1401 1419 | 
             
                    # used as arguments to that entrypoint. If the image does not define an
         | 
| @@ -1429,6 +1447,11 @@ module Google | |
| 1429 1447 | 
             
                    # @return [Array<String>]
         | 
| 1430 1448 | 
             
                    attr_accessor :env
         | 
| 1431 1449 |  | 
| 1450 | 
            +
                    # Output only. Return code from running the step.
         | 
| 1451 | 
            +
                    # Corresponds to the JSON property `exitCode`
         | 
| 1452 | 
            +
                    # @return [Fixnum]
         | 
| 1453 | 
            +
                    attr_accessor :exit_code
         | 
| 1454 | 
            +
                  
         | 
| 1432 1455 | 
             
                    # Unique identifier for this build step, used in `wait_for` to reference this
         | 
| 1433 1456 | 
             
                    # build step as a dependency.
         | 
| 1434 1457 | 
             
                    # Corresponds to the JSON property `id`
         | 
| @@ -1510,10 +1533,13 @@ module Google | |
| 1510 1533 |  | 
| 1511 1534 | 
             
                    # Update properties of this object
         | 
| 1512 1535 | 
             
                    def update!(**args)
         | 
| 1536 | 
            +
                      @allow_exit_codes = args[:allow_exit_codes] if args.key?(:allow_exit_codes)
         | 
| 1537 | 
            +
                      @allow_failure = args[:allow_failure] if args.key?(:allow_failure)
         | 
| 1513 1538 | 
             
                      @args = args[:args] if args.key?(:args)
         | 
| 1514 1539 | 
             
                      @dir = args[:dir] if args.key?(:dir)
         | 
| 1515 1540 | 
             
                      @entrypoint = args[:entrypoint] if args.key?(:entrypoint)
         | 
| 1516 1541 | 
             
                      @env = args[:env] if args.key?(:env)
         | 
| 1542 | 
            +
                      @exit_code = args[:exit_code] if args.key?(:exit_code)
         | 
| 1517 1543 | 
             
                      @id = args[:id] if args.key?(:id)
         | 
| 1518 1544 | 
             
                      @name = args[:name] if args.key?(:name)
         | 
| 1519 1545 | 
             
                      @pull_timing = args[:pull_timing] if args.key?(:pull_timing)
         | 
| @@ -2218,8 +2244,8 @@ module Google | |
| 2218 2244 | 
             
                    # @return [String]
         | 
| 2219 2245 | 
             
                    attr_accessor :platform
         | 
| 2220 2246 |  | 
| 2221 | 
            -
                    #  | 
| 2222 | 
            -
                    #  | 
| 2247 | 
            +
                    # Resource URI for the artifact being deployed taken from the deployable field
         | 
| 2248 | 
            +
                    # with the same name.
         | 
| 2223 2249 | 
             
                    # Corresponds to the JSON property `resourceUri`
         | 
| 2224 2250 | 
             
                    # @return [Array<String>]
         | 
| 2225 2251 | 
             
                    attr_accessor :resource_uri
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module ContaineranalysisV1alpha1
         | 
| 18 18 | 
             
                  # Version of the google-apis-containeranalysis_v1alpha1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.35.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.9.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20220902"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -1184,10 +1184,13 @@ module Google | |
| 1184 1184 | 
             
                  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
         | 
| 1185 1185 | 
             
                    # @private
         | 
| 1186 1186 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1187 | 
            +
                      collection :allow_exit_codes, as: 'allowExitCodes'
         | 
| 1188 | 
            +
                      property :allow_failure, as: 'allowFailure'
         | 
| 1187 1189 | 
             
                      collection :args, as: 'args'
         | 
| 1188 1190 | 
             
                      property :dir, as: 'dir'
         | 
| 1189 1191 | 
             
                      property :entrypoint, as: 'entrypoint'
         | 
| 1190 1192 | 
             
                      collection :env, as: 'env'
         | 
| 1193 | 
            +
                      property :exit_code, as: 'exitCode'
         | 
| 1191 1194 | 
             
                      property :id, as: 'id'
         | 
| 1192 1195 | 
             
                      property :name, as: 'name'
         | 
| 1193 1196 | 
             
                      property :pull_timing, as: 'pullTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-containeranalysis_v1alpha1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.35.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022- | 
| 11 | 
            +
            date: 2022-09-19 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -16,7 +16,7 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - ">="
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version:  | 
| 19 | 
            +
                    version: 0.7.2
         | 
| 20 20 | 
             
                - - "<"
         | 
| 21 21 | 
             
                  - !ruby/object:Gem::Version
         | 
| 22 22 | 
             
                    version: 2.a
         | 
| @@ -26,7 +26,7 @@ dependencies: | |
| 26 26 | 
             
                requirements:
         | 
| 27 27 | 
             
                - - ">="
         | 
| 28 28 | 
             
                  - !ruby/object:Gem::Version
         | 
| 29 | 
            -
                    version:  | 
| 29 | 
            +
                    version: 0.7.2
         | 
| 30 30 | 
             
                - - "<"
         | 
| 31 31 | 
             
                  - !ruby/object:Gem::Version
         | 
| 32 32 | 
             
                    version: 2.a
         | 
| @@ -58,7 +58,7 @@ licenses: | |
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 60 | 
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
         | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0. | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.35.0
         | 
| 62 62 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         |