google-apis-compute_v1 0.79.0 → 0.80.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 +4 -4
 - data/CHANGELOG.md +4 -0
 - data/lib/google/apis/compute_v1/classes.rb +313 -22
 - data/lib/google/apis/compute_v1/gem_version.rb +2 -2
 - data/lib/google/apis/compute_v1/representations.rb +125 -0
 - data/lib/google/apis/compute_v1/service.rb +545 -41
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: a155203fed72f190c2cd6435e4020d1da62362e7dff6f1fbf80841c61b042d24
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 606373ddf37df5358590898f84fd220282244ab8125cda8b457acca9143328dc
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 04c3d6fd43bf32fb0bbccfe570458b2e1069a9b6fbe4200ff87539559b7992a487274ac05bf6f42de93bb4cbcefccd25beb87d50b035d0b9dbdba78a94bf1b82
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 5bbd6743154b0ba8a2c9f1e96297085092d1cdc1e7b92de65e78c3b7e8112537be03affa70e148f77addae211a8a86833d606ec32fb438c461982d0030e95e04
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -3402,11 +3402,11 @@ module Google 
     | 
|
| 
       3402 
3402 
     | 
    
         
             
                    # applicable to either: - A regional backend service with the service_protocol
         
     | 
| 
       3403 
3403 
     | 
    
         
             
                    # set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to
         
     | 
| 
       3404 
3404 
     | 
    
         
             
                    # INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme
         
     | 
| 
       3405 
     | 
    
         
            -
                    # set to INTERNAL_SELF_MANAGED 
     | 
| 
       3406 
     | 
    
         
            -
                    # is not set to MAGLEV or RING_HASH, 
     | 
| 
       3407 
     | 
    
         
            -
                    # effect. Only ROUND_ROBIN and RING_HASH 
     | 
| 
       3408 
     | 
    
         
            -
                    # is referenced by a URL map that is 
     | 
| 
       3409 
     | 
    
         
            -
                    # validateForProxyless field set to true.
         
     | 
| 
      
 3405 
     | 
    
         
            +
                    # set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
         
     | 
| 
      
 3406 
     | 
    
         
            +
                    # sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH,
         
     | 
| 
      
 3407 
     | 
    
         
            +
                    # session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH
         
     | 
| 
      
 3408 
     | 
    
         
            +
                    # are supported when the backend service is referenced by a URL map that is
         
     | 
| 
      
 3409 
     | 
    
         
            +
                    # bound to target gRPC proxy that has validateForProxyless field set to true.
         
     | 
| 
       3410 
3410 
     | 
    
         
             
                    # Corresponds to the JSON property `localityLbPolicy`
         
     | 
| 
       3411 
3411 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       3412 
3412 
     | 
    
         
             
                    attr_accessor :locality_lb_policy
         
     | 
| 
         @@ -10563,19 +10563,22 @@ module Google 
     | 
|
| 
       10563 
10563 
     | 
    
         
             
                    end
         
     | 
| 
       10564 
10564 
     | 
    
         
             
                  end
         
     | 
| 
       10565 
10565 
     | 
    
         | 
| 
       10566 
     | 
    
         
            -
                  # Represents a  
     | 
| 
       10567 
     | 
    
         
            -
                  # resources: * [ 
     | 
| 
       10568 
     | 
    
         
            -
                  #  
     | 
| 
       10569 
     | 
    
         
            -
                  # load  
     | 
| 
       10570 
     | 
    
         
            -
                  # ).  
     | 
| 
       10571 
     | 
    
         
            -
                  #  
     | 
| 
       10572 
     | 
    
         
            -
                  #  
     | 
| 
       10573 
     | 
    
         
            -
                  #  
     | 
| 
       10574 
     | 
    
         
            -
                  #  
     | 
| 
       10575 
     | 
    
         
            -
                  #  
     | 
| 
       10576 
     | 
    
         
            -
                  # health checks 
     | 
| 
       10577 
     | 
    
         
            -
                  #  
     | 
| 
       10578 
     | 
    
         
            -
                  #  
     | 
| 
      
 10566 
     | 
    
         
            +
                  # Represents a health check resource. Google Compute Engine has two health check
         
     | 
| 
      
 10567 
     | 
    
         
            +
                  # resources: * [Regional](/compute/docs/reference/rest/v1/regionHealthChecks) * [
         
     | 
| 
      
 10568 
     | 
    
         
            +
                  # Global](/compute/docs/reference/rest/v1/healthChecks) These health check
         
     | 
| 
      
 10569 
     | 
    
         
            +
                  # resources can be used for load balancing and for autohealing VMs in a managed
         
     | 
| 
      
 10570 
     | 
    
         
            +
                  # instance group (MIG). **Load balancing** The following load balancer can use
         
     | 
| 
      
 10571 
     | 
    
         
            +
                  # either regional or global health check: * Internal TCP/UDP load balancer The
         
     | 
| 
      
 10572 
     | 
    
         
            +
                  # following load balancers require regional health check: * Internal HTTP(S)
         
     | 
| 
      
 10573 
     | 
    
         
            +
                  # load balancer * Backend service-based network load balancer Traffic Director
         
     | 
| 
      
 10574 
     | 
    
         
            +
                  # and the following load balancers require global health check: * External HTTP(
         
     | 
| 
      
 10575 
     | 
    
         
            +
                  # S) load balancer * TCP proxy load balancer * SSL proxy load balancer The
         
     | 
| 
      
 10576 
     | 
    
         
            +
                  # following load balancer require [legacy HTTP health checks](/compute/docs/
         
     | 
| 
      
 10577 
     | 
    
         
            +
                  # reference/rest/v1/httpHealthChecks): * Target pool-based network load balancer
         
     | 
| 
      
 10578 
     | 
    
         
            +
                  # **Autohealing in MIGs** The health checks that you use for autohealing VMs in
         
     | 
| 
      
 10579 
     | 
    
         
            +
                  # a MIG can be either regional or global. For more information, see Set up an
         
     | 
| 
      
 10580 
     | 
    
         
            +
                  # application health check and autohealing. For more information, see Health
         
     | 
| 
      
 10581 
     | 
    
         
            +
                  # checks overview.
         
     | 
| 
       10579 
10582 
     | 
    
         
             
                  class HealthCheck
         
     | 
| 
       10580 
10583 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       10581 
10584 
     | 
    
         | 
| 
         @@ -16328,9 +16331,15 @@ module Google 
     | 
|
| 
       16328 
16331 
     | 
    
         
             
                    end
         
     | 
| 
       16329 
16332 
     | 
    
         
             
                  end
         
     | 
| 
       16330 
16333 
     | 
    
         | 
| 
       16331 
     | 
    
         
            -
                  # Represents an Instance Template resource.  
     | 
| 
       16332 
     | 
    
         
            -
                  #  
     | 
| 
       16333 
     | 
    
         
            -
                  #  
     | 
| 
      
 16334 
     | 
    
         
            +
                  # Represents an Instance Template resource. Google Compute Engine has two
         
     | 
| 
      
 16335 
     | 
    
         
            +
                  # Instance Template resources: * [Global](/compute/docs/reference/rest/v1/
         
     | 
| 
      
 16336 
     | 
    
         
            +
                  # instanceTemplates) * [Regional](/compute/docs/reference/rest/v1/
         
     | 
| 
      
 16337 
     | 
    
         
            +
                  # regionInstanceTemplates) You can reuse a global instance template in different
         
     | 
| 
      
 16338 
     | 
    
         
            +
                  # regions whereas you can use a regional instance template in a specified region
         
     | 
| 
      
 16339 
     | 
    
         
            +
                  # only. If you want to reduce cross-region dependency or achieve data residency,
         
     | 
| 
      
 16340 
     | 
    
         
            +
                  # use a regional instance template. To create VMs, managed instance groups, and
         
     | 
| 
      
 16341 
     | 
    
         
            +
                  # reservations, you can use either global or regional instance templates. For
         
     | 
| 
      
 16342 
     | 
    
         
            +
                  # more information, read Instance Templates.
         
     | 
| 
       16334 
16343 
     | 
    
         
             
                  class InstanceTemplate
         
     | 
| 
       16335 
16344 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       16336 
16345 
     | 
    
         | 
| 
         @@ -17223,6 +17232,15 @@ module Google 
     | 
|
| 
       17223 
17232 
     | 
    
         
             
                    attr_accessor :admin_enabled
         
     | 
| 
       17224 
17233 
     | 
    
         
             
                    alias_method :admin_enabled?, :admin_enabled
         
     | 
| 
       17225 
17234 
     | 
    
         | 
| 
      
 17235 
     | 
    
         
            +
                    # [Output only] List of features available for this Interconnect connection,
         
     | 
| 
      
 17236 
     | 
    
         
            +
                    # which can take one of the following values: - MACSEC If present then the
         
     | 
| 
      
 17237 
     | 
    
         
            +
                    # Interconnect connection is provisioned on MACsec capable hardware ports. If
         
     | 
| 
      
 17238 
     | 
    
         
            +
                    # not present then the Interconnect connection is provisioned on non-MACsec
         
     | 
| 
      
 17239 
     | 
    
         
            +
                    # capable ports and MACsec isn't supported and enabling MACsec fails.
         
     | 
| 
      
 17240 
     | 
    
         
            +
                    # Corresponds to the JSON property `availableFeatures`
         
     | 
| 
      
 17241 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 17242 
     | 
    
         
            +
                    attr_accessor :available_features
         
     | 
| 
      
 17243 
     | 
    
         
            +
                  
         
     | 
| 
       17226 
17244 
     | 
    
         
             
                    # [Output Only] A list of CircuitInfo objects, that describe the individual
         
     | 
| 
       17227 
17245 
     | 
    
         
             
                    # circuits in this LAG.
         
     | 
| 
       17228 
17246 
     | 
    
         
             
                    # Corresponds to the JSON property `circuitInfos`
         
     | 
| 
         @@ -17323,6 +17341,20 @@ module Google 
     | 
|
| 
       17323 
17341 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       17324 
17342 
     | 
    
         
             
                    attr_accessor :location
         
     | 
| 
       17325 
17343 
     | 
    
         | 
| 
      
 17344 
     | 
    
         
            +
                    # Configuration information for enabling Media Access Control security (MACsec)
         
     | 
| 
      
 17345 
     | 
    
         
            +
                    # on this Cloud Interconnect connection between Google and your on-premises
         
     | 
| 
      
 17346 
     | 
    
         
            +
                    # router.
         
     | 
| 
      
 17347 
     | 
    
         
            +
                    # Corresponds to the JSON property `macsec`
         
     | 
| 
      
 17348 
     | 
    
         
            +
                    # @return [Google::Apis::ComputeV1::InterconnectMacsec]
         
     | 
| 
      
 17349 
     | 
    
         
            +
                    attr_accessor :macsec
         
     | 
| 
      
 17350 
     | 
    
         
            +
                  
         
     | 
| 
      
 17351 
     | 
    
         
            +
                    # Enable or disable MACsec on this Interconnect connection. MACsec enablement
         
     | 
| 
      
 17352 
     | 
    
         
            +
                    # fails if the MACsec object is not specified.
         
     | 
| 
      
 17353 
     | 
    
         
            +
                    # Corresponds to the JSON property `macsecEnabled`
         
     | 
| 
      
 17354 
     | 
    
         
            +
                    # @return [Boolean]
         
     | 
| 
      
 17355 
     | 
    
         
            +
                    attr_accessor :macsec_enabled
         
     | 
| 
      
 17356 
     | 
    
         
            +
                    alias_method :macsec_enabled?, :macsec_enabled
         
     | 
| 
      
 17357 
     | 
    
         
            +
                  
         
     | 
| 
       17326 
17358 
     | 
    
         
             
                    # Name of the resource. Provided by the client when the resource is created. The
         
     | 
| 
       17327 
17359 
     | 
    
         
             
                    # name must be 1-63 characters long, and comply with RFC1035. Specifically, the
         
     | 
| 
       17328 
17360 
     | 
    
         
             
                    # name must be 1-63 characters long and match the regular expression `[a-z]([-a-
         
     | 
| 
         @@ -17371,6 +17403,16 @@ module Google 
     | 
|
| 
       17371 
17403 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       17372 
17404 
     | 
    
         
             
                    attr_accessor :remote_location
         
     | 
| 
       17373 
17405 
     | 
    
         | 
| 
      
 17406 
     | 
    
         
            +
                    # Optional. List of features requested for this Interconnect connection, which
         
     | 
| 
      
 17407 
     | 
    
         
            +
                    # can take one of the following values: - MACSEC If specified then the
         
     | 
| 
      
 17408 
     | 
    
         
            +
                    # connection is created on MACsec capable hardware ports. If not specified, the
         
     | 
| 
      
 17409 
     | 
    
         
            +
                    # default value is false, which allocates non-MACsec capable ports first if
         
     | 
| 
      
 17410 
     | 
    
         
            +
                    # available. This parameter can be provided only with Interconnect INSERT. It
         
     | 
| 
      
 17411 
     | 
    
         
            +
                    # isn't valid for Interconnect PATCH.
         
     | 
| 
      
 17412 
     | 
    
         
            +
                    # Corresponds to the JSON property `requestedFeatures`
         
     | 
| 
      
 17413 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 17414 
     | 
    
         
            +
                    attr_accessor :requested_features
         
     | 
| 
      
 17415 
     | 
    
         
            +
                  
         
     | 
| 
       17374 
17416 
     | 
    
         
             
                    # Target number of physical links in the link bundle, as requested by the
         
     | 
| 
       17375 
17417 
     | 
    
         
             
                    # customer.
         
     | 
| 
       17376 
17418 
     | 
    
         
             
                    # Corresponds to the JSON property `requestedLinkCount`
         
     | 
| 
         @@ -17406,6 +17448,7 @@ module Google 
     | 
|
| 
       17406 
17448 
     | 
    
         
             
                    # Update properties of this object
         
     | 
| 
       17407 
17449 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       17408 
17450 
     | 
    
         
             
                      @admin_enabled = args[:admin_enabled] if args.key?(:admin_enabled)
         
     | 
| 
      
 17451 
     | 
    
         
            +
                      @available_features = args[:available_features] if args.key?(:available_features)
         
     | 
| 
       17409 
17452 
     | 
    
         
             
                      @circuit_infos = args[:circuit_infos] if args.key?(:circuit_infos)
         
     | 
| 
       17410 
17453 
     | 
    
         
             
                      @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
         
     | 
| 
       17411 
17454 
     | 
    
         
             
                      @customer_name = args[:customer_name] if args.key?(:customer_name)
         
     | 
| 
         @@ -17421,12 +17464,15 @@ module Google 
     | 
|
| 
       17421 
17464 
     | 
    
         
             
                      @labels = args[:labels] if args.key?(:labels)
         
     | 
| 
       17422 
17465 
     | 
    
         
             
                      @link_type = args[:link_type] if args.key?(:link_type)
         
     | 
| 
       17423 
17466 
     | 
    
         
             
                      @location = args[:location] if args.key?(:location)
         
     | 
| 
      
 17467 
     | 
    
         
            +
                      @macsec = args[:macsec] if args.key?(:macsec)
         
     | 
| 
      
 17468 
     | 
    
         
            +
                      @macsec_enabled = args[:macsec_enabled] if args.key?(:macsec_enabled)
         
     | 
| 
       17424 
17469 
     | 
    
         
             
                      @name = args[:name] if args.key?(:name)
         
     | 
| 
       17425 
17470 
     | 
    
         
             
                      @noc_contact_email = args[:noc_contact_email] if args.key?(:noc_contact_email)
         
     | 
| 
       17426 
17471 
     | 
    
         
             
                      @operational_status = args[:operational_status] if args.key?(:operational_status)
         
     | 
| 
       17427 
17472 
     | 
    
         
             
                      @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
         
     | 
| 
       17428 
17473 
     | 
    
         
             
                      @provisioned_link_count = args[:provisioned_link_count] if args.key?(:provisioned_link_count)
         
     | 
| 
       17429 
17474 
     | 
    
         
             
                      @remote_location = args[:remote_location] if args.key?(:remote_location)
         
     | 
| 
      
 17475 
     | 
    
         
            +
                      @requested_features = args[:requested_features] if args.key?(:requested_features)
         
     | 
| 
       17430 
17476 
     | 
    
         
             
                      @requested_link_count = args[:requested_link_count] if args.key?(:requested_link_count)
         
     | 
| 
       17431 
17477 
     | 
    
         
             
                      @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
         
     | 
| 
       17432 
17478 
     | 
    
         
             
                      @self_link = args[:self_link] if args.key?(:self_link)
         
     | 
| 
         @@ -18464,6 +18510,11 @@ module Google 
     | 
|
| 
       18464 
18510 
     | 
    
         
             
                    # @return [Google::Apis::ComputeV1::InterconnectDiagnosticsLinkLacpStatus]
         
     | 
| 
       18465 
18511 
     | 
    
         
             
                    attr_accessor :lacp_status
         
     | 
| 
       18466 
18512 
     | 
    
         | 
| 
      
 18513 
     | 
    
         
            +
                    # Describes the status of MACsec encryption on the link.
         
     | 
| 
      
 18514 
     | 
    
         
            +
                    # Corresponds to the JSON property `macsec`
         
     | 
| 
      
 18515 
     | 
    
         
            +
                    # @return [Google::Apis::ComputeV1::InterconnectDiagnosticsMacsecStatus]
         
     | 
| 
      
 18516 
     | 
    
         
            +
                    attr_accessor :macsec
         
     | 
| 
      
 18517 
     | 
    
         
            +
                  
         
     | 
| 
       18467 
18518 
     | 
    
         
             
                    # The operational status of the link.
         
     | 
| 
       18468 
18519 
     | 
    
         
             
                    # Corresponds to the JSON property `operationalStatus`
         
     | 
| 
       18469 
18520 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
         @@ -18491,12 +18542,40 @@ module Google 
     | 
|
| 
       18491 
18542 
     | 
    
         
             
                      @circuit_id = args[:circuit_id] if args.key?(:circuit_id)
         
     | 
| 
       18492 
18543 
     | 
    
         
             
                      @google_demarc = args[:google_demarc] if args.key?(:google_demarc)
         
     | 
| 
       18493 
18544 
     | 
    
         
             
                      @lacp_status = args[:lacp_status] if args.key?(:lacp_status)
         
     | 
| 
      
 18545 
     | 
    
         
            +
                      @macsec = args[:macsec] if args.key?(:macsec)
         
     | 
| 
       18494 
18546 
     | 
    
         
             
                      @operational_status = args[:operational_status] if args.key?(:operational_status)
         
     | 
| 
       18495 
18547 
     | 
    
         
             
                      @receiving_optical_power = args[:receiving_optical_power] if args.key?(:receiving_optical_power)
         
     | 
| 
       18496 
18548 
     | 
    
         
             
                      @transmitting_optical_power = args[:transmitting_optical_power] if args.key?(:transmitting_optical_power)
         
     | 
| 
       18497 
18549 
     | 
    
         
             
                    end
         
     | 
| 
       18498 
18550 
     | 
    
         
             
                  end
         
     | 
| 
       18499 
18551 
     | 
    
         | 
| 
      
 18552 
     | 
    
         
            +
                  # Describes the status of MACsec encryption on the link.
         
     | 
| 
      
 18553 
     | 
    
         
            +
                  class InterconnectDiagnosticsMacsecStatus
         
     | 
| 
      
 18554 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 18555 
     | 
    
         
            +
                  
         
     | 
| 
      
 18556 
     | 
    
         
            +
                    # Indicates the Connectivity Association Key Name (CKN) currently being used if
         
     | 
| 
      
 18557 
     | 
    
         
            +
                    # MACsec is operational.
         
     | 
| 
      
 18558 
     | 
    
         
            +
                    # Corresponds to the JSON property `ckn`
         
     | 
| 
      
 18559 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 18560 
     | 
    
         
            +
                    attr_accessor :ckn
         
     | 
| 
      
 18561 
     | 
    
         
            +
                  
         
     | 
| 
      
 18562 
     | 
    
         
            +
                    # Indicates whether or not MACsec is operational on this link.
         
     | 
| 
      
 18563 
     | 
    
         
            +
                    # Corresponds to the JSON property `operational`
         
     | 
| 
      
 18564 
     | 
    
         
            +
                    # @return [Boolean]
         
     | 
| 
      
 18565 
     | 
    
         
            +
                    attr_accessor :operational
         
     | 
| 
      
 18566 
     | 
    
         
            +
                    alias_method :operational?, :operational
         
     | 
| 
      
 18567 
     | 
    
         
            +
                  
         
     | 
| 
      
 18568 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 18569 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 18570 
     | 
    
         
            +
                    end
         
     | 
| 
      
 18571 
     | 
    
         
            +
                  
         
     | 
| 
      
 18572 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 18573 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 18574 
     | 
    
         
            +
                      @ckn = args[:ckn] if args.key?(:ckn)
         
     | 
| 
      
 18575 
     | 
    
         
            +
                      @operational = args[:operational] if args.key?(:operational)
         
     | 
| 
      
 18576 
     | 
    
         
            +
                    end
         
     | 
| 
      
 18577 
     | 
    
         
            +
                  end
         
     | 
| 
      
 18578 
     | 
    
         
            +
                  
         
     | 
| 
       18500 
18579 
     | 
    
         
             
                  # Response to the list request, and contains a list of interconnects.
         
     | 
| 
       18501 
18580 
     | 
    
         
             
                  class InterconnectList
         
     | 
| 
       18502 
18581 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
         @@ -18635,6 +18714,19 @@ module Google 
     | 
|
| 
       18635 
18714 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       18636 
18715 
     | 
    
         
             
                    attr_accessor :availability_zone
         
     | 
| 
       18637 
18716 
     | 
    
         | 
| 
      
 18717 
     | 
    
         
            +
                    # [Output only] List of features available at this InterconnectLocation, which
         
     | 
| 
      
 18718 
     | 
    
         
            +
                    # can take one of the following values: - MACSEC
         
     | 
| 
      
 18719 
     | 
    
         
            +
                    # Corresponds to the JSON property `availableFeatures`
         
     | 
| 
      
 18720 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 18721 
     | 
    
         
            +
                    attr_accessor :available_features
         
     | 
| 
      
 18722 
     | 
    
         
            +
                  
         
     | 
| 
      
 18723 
     | 
    
         
            +
                    # [Output only] List of link types available at this InterconnectLocation, which
         
     | 
| 
      
 18724 
     | 
    
         
            +
                    # can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR -
         
     | 
| 
      
 18725 
     | 
    
         
            +
                    # LINK_TYPE_ETHERNET_100G_LR
         
     | 
| 
      
 18726 
     | 
    
         
            +
                    # Corresponds to the JSON property `availableLinkTypes`
         
     | 
| 
      
 18727 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 18728 
     | 
    
         
            +
                    attr_accessor :available_link_types
         
     | 
| 
      
 18729 
     | 
    
         
            +
                  
         
     | 
| 
       18638 
18730 
     | 
    
         
             
                    # [Output Only] Metropolitan area designator that indicates which city an
         
     | 
| 
       18639 
18731 
     | 
    
         
             
                    # interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
         
     | 
| 
       18640 
18732 
     | 
    
         
             
                    # Corresponds to the JSON property `city`
         
     | 
| 
         @@ -18725,6 +18817,8 @@ module Google 
     | 
|
| 
       18725 
18817 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
       18726 
18818 
     | 
    
         
             
                      @address = args[:address] if args.key?(:address)
         
     | 
| 
       18727 
18819 
     | 
    
         
             
                      @availability_zone = args[:availability_zone] if args.key?(:availability_zone)
         
     | 
| 
      
 18820 
     | 
    
         
            +
                      @available_features = args[:available_features] if args.key?(:available_features)
         
     | 
| 
      
 18821 
     | 
    
         
            +
                      @available_link_types = args[:available_link_types] if args.key?(:available_link_types)
         
     | 
| 
       18728 
18822 
     | 
    
         
             
                      @city = args[:city] if args.key?(:city)
         
     | 
| 
       18729 
18823 
     | 
    
         
             
                      @continent = args[:continent] if args.key?(:continent)
         
     | 
| 
       18730 
18824 
     | 
    
         
             
                      @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
         
     | 
| 
         @@ -18893,6 +18987,138 @@ module Google 
     | 
|
| 
       18893 
18987 
     | 
    
         
             
                    end
         
     | 
| 
       18894 
18988 
     | 
    
         
             
                  end
         
     | 
| 
       18895 
18989 
     | 
    
         | 
| 
      
 18990 
     | 
    
         
            +
                  # Configuration information for enabling Media Access Control security (MACsec)
         
     | 
| 
      
 18991 
     | 
    
         
            +
                  # on this Cloud Interconnect connection between Google and your on-premises
         
     | 
| 
      
 18992 
     | 
    
         
            +
                  # router.
         
     | 
| 
      
 18993 
     | 
    
         
            +
                  class InterconnectMacsec
         
     | 
| 
      
 18994 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 18995 
     | 
    
         
            +
                  
         
     | 
| 
      
 18996 
     | 
    
         
            +
                    # If set to true, the Interconnect connection is configured with a should-secure
         
     | 
| 
      
 18997 
     | 
    
         
            +
                    # MACsec security policy, that allows the Google router to fallback to cleartext
         
     | 
| 
      
 18998 
     | 
    
         
            +
                    # traffic if the MKA session cannot be established. By default, the Interconnect
         
     | 
| 
      
 18999 
     | 
    
         
            +
                    # connection is configured with a must-secure security policy that drops all
         
     | 
| 
      
 19000 
     | 
    
         
            +
                    # traffic if the MKA session cannot be established with your router.
         
     | 
| 
      
 19001 
     | 
    
         
            +
                    # Corresponds to the JSON property `failOpen`
         
     | 
| 
      
 19002 
     | 
    
         
            +
                    # @return [Boolean]
         
     | 
| 
      
 19003 
     | 
    
         
            +
                    attr_accessor :fail_open
         
     | 
| 
      
 19004 
     | 
    
         
            +
                    alias_method :fail_open?, :fail_open
         
     | 
| 
      
 19005 
     | 
    
         
            +
                  
         
     | 
| 
      
 19006 
     | 
    
         
            +
                    # Required. A keychain placeholder describing a set of named key objects along
         
     | 
| 
      
 19007 
     | 
    
         
            +
                    # with their start times. A MACsec CKN/CAK is generated for each key in the key
         
     | 
| 
      
 19008 
     | 
    
         
            +
                    # chain. Google router automatically picks the key with the most recent
         
     | 
| 
      
 19009 
     | 
    
         
            +
                    # startTime when establishing or re-establishing a MACsec secure link.
         
     | 
| 
      
 19010 
     | 
    
         
            +
                    # Corresponds to the JSON property `preSharedKeys`
         
     | 
| 
      
 19011 
     | 
    
         
            +
                    # @return [Array<Google::Apis::ComputeV1::InterconnectMacsecPreSharedKey>]
         
     | 
| 
      
 19012 
     | 
    
         
            +
                    attr_accessor :pre_shared_keys
         
     | 
| 
      
 19013 
     | 
    
         
            +
                  
         
     | 
| 
      
 19014 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 19015 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 19016 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19017 
     | 
    
         
            +
                  
         
     | 
| 
      
 19018 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 19019 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 19020 
     | 
    
         
            +
                      @fail_open = args[:fail_open] if args.key?(:fail_open)
         
     | 
| 
      
 19021 
     | 
    
         
            +
                      @pre_shared_keys = args[:pre_shared_keys] if args.key?(:pre_shared_keys)
         
     | 
| 
      
 19022 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19023 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19024 
     | 
    
         
            +
                  
         
     | 
| 
      
 19025 
     | 
    
         
            +
                  # MACsec configuration information for the Interconnect connection. Contains the
         
     | 
| 
      
 19026 
     | 
    
         
            +
                  # generated Connectivity Association Key Name (CKN) and the key (CAK) for this
         
     | 
| 
      
 19027 
     | 
    
         
            +
                  # Interconnect connection.
         
     | 
| 
      
 19028 
     | 
    
         
            +
                  class InterconnectMacsecConfig
         
     | 
| 
      
 19029 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 19030 
     | 
    
         
            +
                  
         
     | 
| 
      
 19031 
     | 
    
         
            +
                    # A keychain placeholder describing a set of named key objects along with their
         
     | 
| 
      
 19032 
     | 
    
         
            +
                    # start times. A MACsec CKN/CAK is generated for each key in the key chain.
         
     | 
| 
      
 19033 
     | 
    
         
            +
                    # Google router automatically picks the key with the most recent startTime when
         
     | 
| 
      
 19034 
     | 
    
         
            +
                    # establishing or re-establishing a MACsec secure link.
         
     | 
| 
      
 19035 
     | 
    
         
            +
                    # Corresponds to the JSON property `preSharedKeys`
         
     | 
| 
      
 19036 
     | 
    
         
            +
                    # @return [Array<Google::Apis::ComputeV1::InterconnectMacsecConfigPreSharedKey>]
         
     | 
| 
      
 19037 
     | 
    
         
            +
                    attr_accessor :pre_shared_keys
         
     | 
| 
      
 19038 
     | 
    
         
            +
                  
         
     | 
| 
      
 19039 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 19040 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 19041 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19042 
     | 
    
         
            +
                  
         
     | 
| 
      
 19043 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 19044 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 19045 
     | 
    
         
            +
                      @pre_shared_keys = args[:pre_shared_keys] if args.key?(:pre_shared_keys)
         
     | 
| 
      
 19046 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19047 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19048 
     | 
    
         
            +
                  
         
     | 
| 
      
 19049 
     | 
    
         
            +
                  # Describes a pre-shared key used to setup MACsec in static connectivity
         
     | 
| 
      
 19050 
     | 
    
         
            +
                  # association key (CAK) mode.
         
     | 
| 
      
 19051 
     | 
    
         
            +
                  class InterconnectMacsecConfigPreSharedKey
         
     | 
| 
      
 19052 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 19053 
     | 
    
         
            +
                  
         
     | 
| 
      
 19054 
     | 
    
         
            +
                    # An auto-generated Connectivity Association Key (CAK) for this key.
         
     | 
| 
      
 19055 
     | 
    
         
            +
                    # Corresponds to the JSON property `cak`
         
     | 
| 
      
 19056 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19057 
     | 
    
         
            +
                    attr_accessor :cak
         
     | 
| 
      
 19058 
     | 
    
         
            +
                  
         
     | 
| 
      
 19059 
     | 
    
         
            +
                    # An auto-generated Connectivity Association Key Name (CKN) for this key.
         
     | 
| 
      
 19060 
     | 
    
         
            +
                    # Corresponds to the JSON property `ckn`
         
     | 
| 
      
 19061 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19062 
     | 
    
         
            +
                    attr_accessor :ckn
         
     | 
| 
      
 19063 
     | 
    
         
            +
                  
         
     | 
| 
      
 19064 
     | 
    
         
            +
                    # User provided name for this pre-shared key.
         
     | 
| 
      
 19065 
     | 
    
         
            +
                    # Corresponds to the JSON property `name`
         
     | 
| 
      
 19066 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19067 
     | 
    
         
            +
                    attr_accessor :name
         
     | 
| 
      
 19068 
     | 
    
         
            +
                  
         
     | 
| 
      
 19069 
     | 
    
         
            +
                    # User provided timestamp on or after which this key is valid.
         
     | 
| 
      
 19070 
     | 
    
         
            +
                    # Corresponds to the JSON property `startTime`
         
     | 
| 
      
 19071 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19072 
     | 
    
         
            +
                    attr_accessor :start_time
         
     | 
| 
      
 19073 
     | 
    
         
            +
                  
         
     | 
| 
      
 19074 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 19075 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 19076 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19077 
     | 
    
         
            +
                  
         
     | 
| 
      
 19078 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 19079 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 19080 
     | 
    
         
            +
                      @cak = args[:cak] if args.key?(:cak)
         
     | 
| 
      
 19081 
     | 
    
         
            +
                      @ckn = args[:ckn] if args.key?(:ckn)
         
     | 
| 
      
 19082 
     | 
    
         
            +
                      @name = args[:name] if args.key?(:name)
         
     | 
| 
      
 19083 
     | 
    
         
            +
                      @start_time = args[:start_time] if args.key?(:start_time)
         
     | 
| 
      
 19084 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19085 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19086 
     | 
    
         
            +
                  
         
     | 
| 
      
 19087 
     | 
    
         
            +
                  # Describes a pre-shared key used to setup MACsec in static connectivity
         
     | 
| 
      
 19088 
     | 
    
         
            +
                  # association key (CAK) mode.
         
     | 
| 
      
 19089 
     | 
    
         
            +
                  class InterconnectMacsecPreSharedKey
         
     | 
| 
      
 19090 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 19091 
     | 
    
         
            +
                  
         
     | 
| 
      
 19092 
     | 
    
         
            +
                    # Required. A name for this pre-shared key. The name must be 1-63 characters
         
     | 
| 
      
 19093 
     | 
    
         
            +
                    # long, and comply with RFC1035. Specifically, the name must be 1-63 characters
         
     | 
| 
      
 19094 
     | 
    
         
            +
                    # long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means
         
     | 
| 
      
 19095 
     | 
    
         
            +
                    # the first character must be a lowercase letter, and all following characters
         
     | 
| 
      
 19096 
     | 
    
         
            +
                    # must be a dash, lowercase letter, or digit, except the last character, which
         
     | 
| 
      
 19097 
     | 
    
         
            +
                    # cannot be a dash.
         
     | 
| 
      
 19098 
     | 
    
         
            +
                    # Corresponds to the JSON property `name`
         
     | 
| 
      
 19099 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19100 
     | 
    
         
            +
                    attr_accessor :name
         
     | 
| 
      
 19101 
     | 
    
         
            +
                  
         
     | 
| 
      
 19102 
     | 
    
         
            +
                    # A RFC3339 timestamp on or after which the key is valid. startTime can be in
         
     | 
| 
      
 19103 
     | 
    
         
            +
                    # the future. If the keychain has a single key, startTime can be omitted. If the
         
     | 
| 
      
 19104 
     | 
    
         
            +
                    # keychain has multiple keys, startTime is mandatory for each key. The start
         
     | 
| 
      
 19105 
     | 
    
         
            +
                    # times of keys must be in increasing order. The start times of two consecutive
         
     | 
| 
      
 19106 
     | 
    
         
            +
                    # keys must be at least 6 hours apart.
         
     | 
| 
      
 19107 
     | 
    
         
            +
                    # Corresponds to the JSON property `startTime`
         
     | 
| 
      
 19108 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19109 
     | 
    
         
            +
                    attr_accessor :start_time
         
     | 
| 
      
 19110 
     | 
    
         
            +
                  
         
     | 
| 
      
 19111 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 19112 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 19113 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19114 
     | 
    
         
            +
                  
         
     | 
| 
      
 19115 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 19116 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 19117 
     | 
    
         
            +
                      @name = args[:name] if args.key?(:name)
         
     | 
| 
      
 19118 
     | 
    
         
            +
                      @start_time = args[:start_time] if args.key?(:start_time)
         
     | 
| 
      
 19119 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19120 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19121 
     | 
    
         
            +
                  
         
     | 
| 
       18896 
19122 
     | 
    
         
             
                  # Description of a planned outage on this Interconnect.
         
     | 
| 
       18897 
19123 
     | 
    
         
             
                  class InterconnectOutageNotification
         
     | 
| 
       18898 
19124 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
         @@ -19354,6 +19580,33 @@ module Google 
     | 
|
| 
       19354 
19580 
     | 
    
         
             
                    end
         
     | 
| 
       19355 
19581 
     | 
    
         
             
                  end
         
     | 
| 
       19356 
19582 
     | 
    
         | 
| 
      
 19583 
     | 
    
         
            +
                  # Response for the InterconnectsGetMacsecConfigRequest.
         
     | 
| 
      
 19584 
     | 
    
         
            +
                  class InterconnectsGetMacsecConfigResponse
         
     | 
| 
      
 19585 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 19586 
     | 
    
         
            +
                  
         
     | 
| 
      
 19587 
     | 
    
         
            +
                    # end_interface: MixerGetResponseWithEtagBuilder
         
     | 
| 
      
 19588 
     | 
    
         
            +
                    # Corresponds to the JSON property `etag`
         
     | 
| 
      
 19589 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 19590 
     | 
    
         
            +
                    attr_accessor :etag
         
     | 
| 
      
 19591 
     | 
    
         
            +
                  
         
     | 
| 
      
 19592 
     | 
    
         
            +
                    # MACsec configuration information for the Interconnect connection. Contains the
         
     | 
| 
      
 19593 
     | 
    
         
            +
                    # generated Connectivity Association Key Name (CKN) and the key (CAK) for this
         
     | 
| 
      
 19594 
     | 
    
         
            +
                    # Interconnect connection.
         
     | 
| 
      
 19595 
     | 
    
         
            +
                    # Corresponds to the JSON property `result`
         
     | 
| 
      
 19596 
     | 
    
         
            +
                    # @return [Google::Apis::ComputeV1::InterconnectMacsecConfig]
         
     | 
| 
      
 19597 
     | 
    
         
            +
                    attr_accessor :result
         
     | 
| 
      
 19598 
     | 
    
         
            +
                  
         
     | 
| 
      
 19599 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 19600 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 19601 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19602 
     | 
    
         
            +
                  
         
     | 
| 
      
 19603 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 19604 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 19605 
     | 
    
         
            +
                      @etag = args[:etag] if args.key?(:etag)
         
     | 
| 
      
 19606 
     | 
    
         
            +
                      @result = args[:result] if args.key?(:result)
         
     | 
| 
      
 19607 
     | 
    
         
            +
                    end
         
     | 
| 
      
 19608 
     | 
    
         
            +
                  end
         
     | 
| 
      
 19609 
     | 
    
         
            +
                  
         
     | 
| 
       19357 
19610 
     | 
    
         
             
                  # Represents a License resource. A License represents billing and aggregate
         
     | 
| 
       19358 
19611 
     | 
    
         
             
                  # usage data for public and marketplace images. *Caution* This resource is
         
     | 
| 
       19359 
19612 
     | 
    
         
             
                  # intended for use only by third-party partners who are creating Cloud
         
     | 
| 
         @@ -30105,6 +30358,44 @@ module Google 
     | 
|
| 
       30105 
30358 
     | 
    
         
             
                    end
         
     | 
| 
       30106 
30359 
     | 
    
         
             
                  end
         
     | 
| 
       30107 
30360 
     | 
    
         | 
| 
      
 30361 
     | 
    
         
            +
                  # 
         
     | 
| 
      
 30362 
     | 
    
         
            +
                  class RegionNetworkEndpointGroupsAttachEndpointsRequest
         
     | 
| 
      
 30363 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 30364 
     | 
    
         
            +
                  
         
     | 
| 
      
 30365 
     | 
    
         
            +
                    # The list of network endpoints to be attached.
         
     | 
| 
      
 30366 
     | 
    
         
            +
                    # Corresponds to the JSON property `networkEndpoints`
         
     | 
| 
      
 30367 
     | 
    
         
            +
                    # @return [Array<Google::Apis::ComputeV1::NetworkEndpoint>]
         
     | 
| 
      
 30368 
     | 
    
         
            +
                    attr_accessor :network_endpoints
         
     | 
| 
      
 30369 
     | 
    
         
            +
                  
         
     | 
| 
      
 30370 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 30371 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 30372 
     | 
    
         
            +
                    end
         
     | 
| 
      
 30373 
     | 
    
         
            +
                  
         
     | 
| 
      
 30374 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 30375 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 30376 
     | 
    
         
            +
                      @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints)
         
     | 
| 
      
 30377 
     | 
    
         
            +
                    end
         
     | 
| 
      
 30378 
     | 
    
         
            +
                  end
         
     | 
| 
      
 30379 
     | 
    
         
            +
                  
         
     | 
| 
      
 30380 
     | 
    
         
            +
                  # 
         
     | 
| 
      
 30381 
     | 
    
         
            +
                  class RegionNetworkEndpointGroupsDetachEndpointsRequest
         
     | 
| 
      
 30382 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 30383 
     | 
    
         
            +
                  
         
     | 
| 
      
 30384 
     | 
    
         
            +
                    # The list of network endpoints to be detached.
         
     | 
| 
      
 30385 
     | 
    
         
            +
                    # Corresponds to the JSON property `networkEndpoints`
         
     | 
| 
      
 30386 
     | 
    
         
            +
                    # @return [Array<Google::Apis::ComputeV1::NetworkEndpoint>]
         
     | 
| 
      
 30387 
     | 
    
         
            +
                    attr_accessor :network_endpoints
         
     | 
| 
      
 30388 
     | 
    
         
            +
                  
         
     | 
| 
      
 30389 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 30390 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 30391 
     | 
    
         
            +
                    end
         
     | 
| 
      
 30392 
     | 
    
         
            +
                  
         
     | 
| 
      
 30393 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 30394 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 30395 
     | 
    
         
            +
                      @network_endpoints = args[:network_endpoints] if args.key?(:network_endpoints)
         
     | 
| 
      
 30396 
     | 
    
         
            +
                    end
         
     | 
| 
      
 30397 
     | 
    
         
            +
                  end
         
     | 
| 
      
 30398 
     | 
    
         
            +
                  
         
     | 
| 
       30108 
30399 
     | 
    
         
             
                  # 
         
     | 
| 
       30109 
30400 
     | 
    
         
             
                  class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
         
     | 
| 
       30110 
30401 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
         @@ -35878,7 +36169,7 @@ module Google 
     | 
|
| 
       35878 
36169 
     | 
    
         
             
                    # affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an
         
     | 
| 
       35879 
36170 
     | 
    
         
             
                    # ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the
         
     | 
| 
       35880 
36171 
     | 
    
         
             
                    # reject list. For newly created service attachment, this boolean defaults to
         
     | 
| 
       35881 
     | 
    
         
            -
                    #  
     | 
| 
      
 36172 
     | 
    
         
            +
                    # false.
         
     | 
| 
       35882 
36173 
     | 
    
         
             
                    # Corresponds to the JSON property `reconcileConnections`
         
     | 
| 
       35883 
36174 
     | 
    
         
             
                    # @return [Boolean]
         
     | 
| 
       35884 
36175 
     | 
    
         
             
                    attr_accessor :reconcile_connections
         
     | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module ComputeV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-compute_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.80.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.12.0"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20230920"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     |