google-apis-assuredworkloads_v1 0.10.0 → 0.14.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: f6d49265f685099a28c02113c2a067ac59eb66c042a028574eabc0ed1831af84
         | 
| 4 | 
            +
              data.tar.gz: bef51e9b755da929448167f54fa541d6e4dbf17baddc17b8ea5002174f034077
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: d251ed227dcb9daec1c88b3471f4810ea82d824145ae4f508147c7907c5566286cf8218e5d51ce44391487ffdb4fe7418e87f7060ad546181105774612d1a3f5
         | 
| 7 | 
            +
              data.tar.gz: e0b8b6dd8c2f3838d66d3c1127a92fd0ddcdc40041b3e559036504b683447c970504529f57891dce2c0ccea58464b5288214d0bd2e413d3f573d8eb1310b7824
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,21 @@ | |
| 1 1 | 
             
            # Release history for google-apis-assuredworkloads_v1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.14.0 (2021-12-07)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20211202
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### v0.13.0 (2021-11-16)
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * Regenerated from discovery document revision 20211111
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ### v0.12.0 (2021-10-20)
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            * Unspecified changes
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            ### v0.11.0 (2021-09-22)
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            * Regenerated from discovery document revision 20210916
         | 
| 18 | 
            +
             | 
| 3 19 | 
             
            ### v0.10.0 (2021-09-01)
         | 
| 4 20 |  | 
| 5 21 | 
             
            * Regenerated from discovery document revision 20210817
         | 
    
        data/OVERVIEW.md
    CHANGED
    
    | @@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a | |
| 60 60 |  | 
| 61 61 | 
             
            More detailed descriptions of the Google simple REST clients are available in two documents.
         | 
| 62 62 |  | 
| 63 | 
            -
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 64 | 
            -
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/ | 
| 63 | 
            +
             *  The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
         | 
| 64 | 
            +
             *  The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
         | 
| 65 65 |  | 
| 66 66 | 
             
            (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Assuredworkloads service in particular.)
         | 
| 67 67 |  | 
| @@ -89,12 +89,12 @@ module Google | |
| 89 89 | 
             
                  class GoogleCloudAssuredworkloadsV1Workload
         | 
| 90 90 | 
             
                    include Google::Apis::Core::Hashable
         | 
| 91 91 |  | 
| 92 | 
            -
                    #  | 
| 93 | 
            -
                    #  | 
| 94 | 
            -
                    #  | 
| 95 | 
            -
                    #  | 
| 96 | 
            -
                    #  | 
| 97 | 
            -
                    #  | 
| 92 | 
            +
                    # Optional. The billing account used for the resources which are direct children
         | 
| 93 | 
            +
                    # of workload. This billing account is initially associated with the resources
         | 
| 94 | 
            +
                    # created as part of Workload creation. After the initial creation of these
         | 
| 95 | 
            +
                    # resources, the customer can change the assigned billing account. The resource
         | 
| 96 | 
            +
                    # name has the form `billingAccounts/`billing_account_id``. For example, `
         | 
| 97 | 
            +
                    # billingAccounts/012345-567890-ABCDEF`.
         | 
| 98 98 | 
             
                    # Corresponds to the JSON property `billingAccount`
         | 
| 99 99 | 
             
                    # @return [String]
         | 
| 100 100 | 
             
                    attr_accessor :billing_account
         | 
| @@ -116,12 +116,24 @@ module Google | |
| 116 116 | 
             
                    # @return [String]
         | 
| 117 117 | 
             
                    attr_accessor :display_name
         | 
| 118 118 |  | 
| 119 | 
            +
                    # Optional. Indicates the sovereignty status of the given workload. Currently
         | 
| 120 | 
            +
                    # meant to be used by Europe/Canada customers.
         | 
| 121 | 
            +
                    # Corresponds to the JSON property `enableSovereignControls`
         | 
| 122 | 
            +
                    # @return [Boolean]
         | 
| 123 | 
            +
                    attr_accessor :enable_sovereign_controls
         | 
| 124 | 
            +
                    alias_method :enable_sovereign_controls?, :enable_sovereign_controls
         | 
| 125 | 
            +
                  
         | 
| 119 126 | 
             
                    # Optional. ETag of the workload, it is calculated on the basis of the Workload
         | 
| 120 127 | 
             
                    # contents. It will be used in Update & Delete operations.
         | 
| 121 128 | 
             
                    # Corresponds to the JSON property `etag`
         | 
| 122 129 | 
             
                    # @return [String]
         | 
| 123 130 | 
             
                    attr_accessor :etag
         | 
| 124 131 |  | 
| 132 | 
            +
                    # Output only. Represents the KAJ enrollment state of the given workload.
         | 
| 133 | 
            +
                    # Corresponds to the JSON property `kajEnrollmentState`
         | 
| 134 | 
            +
                    # @return [String]
         | 
| 135 | 
            +
                    attr_accessor :kaj_enrollment_state
         | 
| 136 | 
            +
                  
         | 
| 125 137 | 
             
                    # Settings specific to the Key Management Service.
         | 
| 126 138 | 
             
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 127 139 | 
             
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings]
         | 
| @@ -160,6 +172,11 @@ module Google | |
| 160 172 | 
             
                    # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo>]
         | 
| 161 173 | 
             
                    attr_accessor :resources
         | 
| 162 174 |  | 
| 175 | 
            +
                    # Signed Access Approvals (SAA) enrollment response.
         | 
| 176 | 
            +
                    # Corresponds to the JSON property `saaEnrollmentResponse`
         | 
| 177 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse]
         | 
| 178 | 
            +
                    attr_accessor :saa_enrollment_response
         | 
| 179 | 
            +
                  
         | 
| 163 180 | 
             
                    def initialize(**args)
         | 
| 164 181 | 
             
                       update!(**args)
         | 
| 165 182 | 
             
                    end
         | 
| @@ -170,13 +187,16 @@ module Google | |
| 170 187 | 
             
                      @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
         | 
| 171 188 | 
             
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 172 189 | 
             
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 190 | 
            +
                      @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
         | 
| 173 191 | 
             
                      @etag = args[:etag] if args.key?(:etag)
         | 
| 192 | 
            +
                      @kaj_enrollment_state = args[:kaj_enrollment_state] if args.key?(:kaj_enrollment_state)
         | 
| 174 193 | 
             
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 175 194 | 
             
                      @labels = args[:labels] if args.key?(:labels)
         | 
| 176 195 | 
             
                      @name = args[:name] if args.key?(:name)
         | 
| 177 196 | 
             
                      @provisioned_resources_parent = args[:provisioned_resources_parent] if args.key?(:provisioned_resources_parent)
         | 
| 178 197 | 
             
                      @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
         | 
| 179 198 | 
             
                      @resources = args[:resources] if args.key?(:resources)
         | 
| 199 | 
            +
                      @saa_enrollment_response = args[:saa_enrollment_response] if args.key?(:saa_enrollment_response)
         | 
| 180 200 | 
             
                    end
         | 
| 181 201 | 
             
                  end
         | 
| 182 202 |  | 
| @@ -268,6 +288,31 @@ module Google | |
| 268 288 | 
             
                    end
         | 
| 269 289 | 
             
                  end
         | 
| 270 290 |  | 
| 291 | 
            +
                  # Signed Access Approvals (SAA) enrollment response.
         | 
| 292 | 
            +
                  class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
         | 
| 293 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 294 | 
            +
                  
         | 
| 295 | 
            +
                    # Indicates SAA enrollment setup error if any.
         | 
| 296 | 
            +
                    # Corresponds to the JSON property `setupErrors`
         | 
| 297 | 
            +
                    # @return [Array<String>]
         | 
| 298 | 
            +
                    attr_accessor :setup_errors
         | 
| 299 | 
            +
                  
         | 
| 300 | 
            +
                    # Indicates SAA enrollment status of a given workload.
         | 
| 301 | 
            +
                    # Corresponds to the JSON property `setupStatus`
         | 
| 302 | 
            +
                    # @return [String]
         | 
| 303 | 
            +
                    attr_accessor :setup_status
         | 
| 304 | 
            +
                  
         | 
| 305 | 
            +
                    def initialize(**args)
         | 
| 306 | 
            +
                       update!(**args)
         | 
| 307 | 
            +
                    end
         | 
| 308 | 
            +
                  
         | 
| 309 | 
            +
                    # Update properties of this object
         | 
| 310 | 
            +
                    def update!(**args)
         | 
| 311 | 
            +
                      @setup_errors = args[:setup_errors] if args.key?(:setup_errors)
         | 
| 312 | 
            +
                      @setup_status = args[:setup_status] if args.key?(:setup_status)
         | 
| 313 | 
            +
                    end
         | 
| 314 | 
            +
                  end
         | 
| 315 | 
            +
                  
         | 
| 271 316 | 
             
                  # Operation metadata to give request details of CreateWorkload.
         | 
| 272 317 | 
             
                  class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
         | 
| 273 318 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -349,6 +394,13 @@ module Google | |
| 349 394 | 
             
                    # @return [String]
         | 
| 350 395 | 
             
                    attr_accessor :display_name
         | 
| 351 396 |  | 
| 397 | 
            +
                    # Optional. Indicates the sovereignty status of the given workload. Currently
         | 
| 398 | 
            +
                    # meant to be used by Europe/Canada customers.
         | 
| 399 | 
            +
                    # Corresponds to the JSON property `enableSovereignControls`
         | 
| 400 | 
            +
                    # @return [Boolean]
         | 
| 401 | 
            +
                    attr_accessor :enable_sovereign_controls
         | 
| 402 | 
            +
                    alias_method :enable_sovereign_controls?, :enable_sovereign_controls
         | 
| 403 | 
            +
                  
         | 
| 352 404 | 
             
                    # Optional. ETag of the workload, it is calculated on the basis of the Workload
         | 
| 353 405 | 
             
                    # contents. It will be used in Update & Delete operations.
         | 
| 354 406 | 
             
                    # Corresponds to the JSON property `etag`
         | 
| @@ -370,6 +422,11 @@ module Google | |
| 370 422 | 
             
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings]
         | 
| 371 423 | 
             
                    attr_accessor :il4_settings
         | 
| 372 424 |  | 
| 425 | 
            +
                    # Output only. Represents the KAJ enrollment state of the given workload.
         | 
| 426 | 
            +
                    # Corresponds to the JSON property `kajEnrollmentState`
         | 
| 427 | 
            +
                    # @return [String]
         | 
| 428 | 
            +
                    attr_accessor :kaj_enrollment_state
         | 
| 429 | 
            +
                  
         | 
| 373 430 | 
             
                    # Settings specific to the Key Management Service.
         | 
| 374 431 | 
             
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 375 432 | 
             
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings]
         | 
| @@ -408,6 +465,11 @@ module Google | |
| 408 465 | 
             
                    # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo>]
         | 
| 409 466 | 
             
                    attr_accessor :resources
         | 
| 410 467 |  | 
| 468 | 
            +
                    # Signed Access Approvals (SAA) enrollment response.
         | 
| 469 | 
            +
                    # Corresponds to the JSON property `saaEnrollmentResponse`
         | 
| 470 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse]
         | 
| 471 | 
            +
                    attr_accessor :saa_enrollment_response
         | 
| 472 | 
            +
                  
         | 
| 411 473 | 
             
                    def initialize(**args)
         | 
| 412 474 | 
             
                       update!(**args)
         | 
| 413 475 | 
             
                    end
         | 
| @@ -419,16 +481,19 @@ module Google | |
| 419 481 | 
             
                      @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
         | 
| 420 482 | 
             
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 421 483 | 
             
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 484 | 
            +
                      @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
         | 
| 422 485 | 
             
                      @etag = args[:etag] if args.key?(:etag)
         | 
| 423 486 | 
             
                      @fedramp_high_settings = args[:fedramp_high_settings] if args.key?(:fedramp_high_settings)
         | 
| 424 487 | 
             
                      @fedramp_moderate_settings = args[:fedramp_moderate_settings] if args.key?(:fedramp_moderate_settings)
         | 
| 425 488 | 
             
                      @il4_settings = args[:il4_settings] if args.key?(:il4_settings)
         | 
| 489 | 
            +
                      @kaj_enrollment_state = args[:kaj_enrollment_state] if args.key?(:kaj_enrollment_state)
         | 
| 426 490 | 
             
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 427 491 | 
             
                      @labels = args[:labels] if args.key?(:labels)
         | 
| 428 492 | 
             
                      @name = args[:name] if args.key?(:name)
         | 
| 429 493 | 
             
                      @provisioned_resources_parent = args[:provisioned_resources_parent] if args.key?(:provisioned_resources_parent)
         | 
| 430 494 | 
             
                      @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
         | 
| 431 495 | 
             
                      @resources = args[:resources] if args.key?(:resources)
         | 
| 496 | 
            +
                      @saa_enrollment_response = args[:saa_enrollment_response] if args.key?(:saa_enrollment_response)
         | 
| 432 497 | 
             
                    end
         | 
| 433 498 | 
             
                  end
         | 
| 434 499 |  | 
| @@ -596,6 +661,404 @@ module Google | |
| 596 661 | 
             
                    end
         | 
| 597 662 | 
             
                  end
         | 
| 598 663 |  | 
| 664 | 
            +
                  # Signed Access Approvals (SAA) enrollment response.
         | 
| 665 | 
            +
                  class GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
         | 
| 666 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 667 | 
            +
                  
         | 
| 668 | 
            +
                    # Indicates SAA enrollment setup error if any.
         | 
| 669 | 
            +
                    # Corresponds to the JSON property `setupErrors`
         | 
| 670 | 
            +
                    # @return [Array<String>]
         | 
| 671 | 
            +
                    attr_accessor :setup_errors
         | 
| 672 | 
            +
                  
         | 
| 673 | 
            +
                    # Indicates SAA enrollment status of a given workload.
         | 
| 674 | 
            +
                    # Corresponds to the JSON property `setupStatus`
         | 
| 675 | 
            +
                    # @return [String]
         | 
| 676 | 
            +
                    attr_accessor :setup_status
         | 
| 677 | 
            +
                  
         | 
| 678 | 
            +
                    def initialize(**args)
         | 
| 679 | 
            +
                       update!(**args)
         | 
| 680 | 
            +
                    end
         | 
| 681 | 
            +
                  
         | 
| 682 | 
            +
                    # Update properties of this object
         | 
| 683 | 
            +
                    def update!(**args)
         | 
| 684 | 
            +
                      @setup_errors = args[:setup_errors] if args.key?(:setup_errors)
         | 
| 685 | 
            +
                      @setup_status = args[:setup_status] if args.key?(:setup_status)
         | 
| 686 | 
            +
                    end
         | 
| 687 | 
            +
                  end
         | 
| 688 | 
            +
                  
         | 
| 689 | 
            +
                  # Operation metadata to give request details of CreateWorkload.
         | 
| 690 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata
         | 
| 691 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 692 | 
            +
                  
         | 
| 693 | 
            +
                    # Optional. Compliance controls that should be applied to the resources managed
         | 
| 694 | 
            +
                    # by the workload.
         | 
| 695 | 
            +
                    # Corresponds to the JSON property `complianceRegime`
         | 
| 696 | 
            +
                    # @return [String]
         | 
| 697 | 
            +
                    attr_accessor :compliance_regime
         | 
| 698 | 
            +
                  
         | 
| 699 | 
            +
                    # Optional. Time when the operation was created.
         | 
| 700 | 
            +
                    # Corresponds to the JSON property `createTime`
         | 
| 701 | 
            +
                    # @return [String]
         | 
| 702 | 
            +
                    attr_accessor :create_time
         | 
| 703 | 
            +
                  
         | 
| 704 | 
            +
                    # Optional. The display name of the workload.
         | 
| 705 | 
            +
                    # Corresponds to the JSON property `displayName`
         | 
| 706 | 
            +
                    # @return [String]
         | 
| 707 | 
            +
                    attr_accessor :display_name
         | 
| 708 | 
            +
                  
         | 
| 709 | 
            +
                    # Optional. The parent of the workload.
         | 
| 710 | 
            +
                    # Corresponds to the JSON property `parent`
         | 
| 711 | 
            +
                    # @return [String]
         | 
| 712 | 
            +
                    attr_accessor :parent
         | 
| 713 | 
            +
                  
         | 
| 714 | 
            +
                    # Optional. Resource properties in the input that are used for creating/
         | 
| 715 | 
            +
                    # customizing workload resources.
         | 
| 716 | 
            +
                    # Corresponds to the JSON property `resourceSettings`
         | 
| 717 | 
            +
                    # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings>]
         | 
| 718 | 
            +
                    attr_accessor :resource_settings
         | 
| 719 | 
            +
                  
         | 
| 720 | 
            +
                    def initialize(**args)
         | 
| 721 | 
            +
                       update!(**args)
         | 
| 722 | 
            +
                    end
         | 
| 723 | 
            +
                  
         | 
| 724 | 
            +
                    # Update properties of this object
         | 
| 725 | 
            +
                    def update!(**args)
         | 
| 726 | 
            +
                      @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
         | 
| 727 | 
            +
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 728 | 
            +
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 729 | 
            +
                      @parent = args[:parent] if args.key?(:parent)
         | 
| 730 | 
            +
                      @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
         | 
| 731 | 
            +
                    end
         | 
| 732 | 
            +
                  end
         | 
| 733 | 
            +
                  
         | 
| 734 | 
            +
                  # An Workload object for managing highly regulated workloads of cloud customers.
         | 
| 735 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkload
         | 
| 736 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 737 | 
            +
                  
         | 
| 738 | 
            +
                    # Input only. The billing account used for the resources which are direct
         | 
| 739 | 
            +
                    # children of workload. This billing account is initially associated with the
         | 
| 740 | 
            +
                    # resources created as part of Workload creation. After the initial creation of
         | 
| 741 | 
            +
                    # these resources, the customer can change the assigned billing account. The
         | 
| 742 | 
            +
                    # resource name has the form `billingAccounts/`billing_account_id``. For example,
         | 
| 743 | 
            +
                    # `billingAccounts/012345-567890-ABCDEF`.
         | 
| 744 | 
            +
                    # Corresponds to the JSON property `billingAccount`
         | 
| 745 | 
            +
                    # @return [String]
         | 
| 746 | 
            +
                    attr_accessor :billing_account
         | 
| 747 | 
            +
                  
         | 
| 748 | 
            +
                    # Settings specific to resources needed for CJIS.
         | 
| 749 | 
            +
                    # Corresponds to the JSON property `cjisSettings`
         | 
| 750 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings]
         | 
| 751 | 
            +
                    attr_accessor :cjis_settings
         | 
| 752 | 
            +
                  
         | 
| 753 | 
            +
                    # Required. Immutable. Compliance Regime associated with this workload.
         | 
| 754 | 
            +
                    # Corresponds to the JSON property `complianceRegime`
         | 
| 755 | 
            +
                    # @return [String]
         | 
| 756 | 
            +
                    attr_accessor :compliance_regime
         | 
| 757 | 
            +
                  
         | 
| 758 | 
            +
                    # Output only. Immutable. The Workload creation timestamp.
         | 
| 759 | 
            +
                    # Corresponds to the JSON property `createTime`
         | 
| 760 | 
            +
                    # @return [String]
         | 
| 761 | 
            +
                    attr_accessor :create_time
         | 
| 762 | 
            +
                  
         | 
| 763 | 
            +
                    # Required. The user-assigned display name of the Workload. When present it must
         | 
| 764 | 
            +
                    # be between 4 to 30 characters. Allowed characters are: lowercase and uppercase
         | 
| 765 | 
            +
                    # letters, numbers, hyphen, and spaces. Example: My Workload
         | 
| 766 | 
            +
                    # Corresponds to the JSON property `displayName`
         | 
| 767 | 
            +
                    # @return [String]
         | 
| 768 | 
            +
                    attr_accessor :display_name
         | 
| 769 | 
            +
                  
         | 
| 770 | 
            +
                    # Optional. Indicates the sovereignty status of the given workload. Currently
         | 
| 771 | 
            +
                    # meant to be used by Europe/Canada customers.
         | 
| 772 | 
            +
                    # Corresponds to the JSON property `enableSovereignControls`
         | 
| 773 | 
            +
                    # @return [Boolean]
         | 
| 774 | 
            +
                    attr_accessor :enable_sovereign_controls
         | 
| 775 | 
            +
                    alias_method :enable_sovereign_controls?, :enable_sovereign_controls
         | 
| 776 | 
            +
                  
         | 
| 777 | 
            +
                    # Optional. ETag of the workload, it is calculated on the basis of the Workload
         | 
| 778 | 
            +
                    # contents. It will be used in Update & Delete operations.
         | 
| 779 | 
            +
                    # Corresponds to the JSON property `etag`
         | 
| 780 | 
            +
                    # @return [String]
         | 
| 781 | 
            +
                    attr_accessor :etag
         | 
| 782 | 
            +
                  
         | 
| 783 | 
            +
                    # Settings specific to resources needed for FedRAMP High.
         | 
| 784 | 
            +
                    # Corresponds to the JSON property `fedrampHighSettings`
         | 
| 785 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings]
         | 
| 786 | 
            +
                    attr_accessor :fedramp_high_settings
         | 
| 787 | 
            +
                  
         | 
| 788 | 
            +
                    # Settings specific to resources needed for FedRAMP Moderate.
         | 
| 789 | 
            +
                    # Corresponds to the JSON property `fedrampModerateSettings`
         | 
| 790 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings]
         | 
| 791 | 
            +
                    attr_accessor :fedramp_moderate_settings
         | 
| 792 | 
            +
                  
         | 
| 793 | 
            +
                    # Settings specific to resources needed for IL4.
         | 
| 794 | 
            +
                    # Corresponds to the JSON property `il4Settings`
         | 
| 795 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings]
         | 
| 796 | 
            +
                    attr_accessor :il4_settings
         | 
| 797 | 
            +
                  
         | 
| 798 | 
            +
                    # Output only. Represents the KAJ enrollment state of the given workload.
         | 
| 799 | 
            +
                    # Corresponds to the JSON property `kajEnrollmentState`
         | 
| 800 | 
            +
                    # @return [String]
         | 
| 801 | 
            +
                    attr_accessor :kaj_enrollment_state
         | 
| 802 | 
            +
                  
         | 
| 803 | 
            +
                    # Settings specific to the Key Management Service.
         | 
| 804 | 
            +
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 805 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings]
         | 
| 806 | 
            +
                    attr_accessor :kms_settings
         | 
| 807 | 
            +
                  
         | 
| 808 | 
            +
                    # Optional. Labels applied to the workload.
         | 
| 809 | 
            +
                    # Corresponds to the JSON property `labels`
         | 
| 810 | 
            +
                    # @return [Hash<String,String>]
         | 
| 811 | 
            +
                    attr_accessor :labels
         | 
| 812 | 
            +
                  
         | 
| 813 | 
            +
                    # Optional. The resource name of the workload. Format: organizations/`
         | 
| 814 | 
            +
                    # organization`/locations/`location`/workloads/`workload` Read-only.
         | 
| 815 | 
            +
                    # Corresponds to the JSON property `name`
         | 
| 816 | 
            +
                    # @return [String]
         | 
| 817 | 
            +
                    attr_accessor :name
         | 
| 818 | 
            +
                  
         | 
| 819 | 
            +
                    # Input only. The parent resource for the resources managed by this Assured
         | 
| 820 | 
            +
                    # Workload. May be either empty or a folder resource which is a child of the
         | 
| 821 | 
            +
                    # Workload parent. If not specified all resources are created under the parent
         | 
| 822 | 
            +
                    # organization. Format: folders/`folder_id`
         | 
| 823 | 
            +
                    # Corresponds to the JSON property `provisionedResourcesParent`
         | 
| 824 | 
            +
                    # @return [String]
         | 
| 825 | 
            +
                    attr_accessor :provisioned_resources_parent
         | 
| 826 | 
            +
                  
         | 
| 827 | 
            +
                    # Input only. Resource properties that are used to customize workload resources.
         | 
| 828 | 
            +
                    # These properties (such as custom project id) will be used to create workload
         | 
| 829 | 
            +
                    # resources if possible. This field is optional.
         | 
| 830 | 
            +
                    # Corresponds to the JSON property `resourceSettings`
         | 
| 831 | 
            +
                    # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings>]
         | 
| 832 | 
            +
                    attr_accessor :resource_settings
         | 
| 833 | 
            +
                  
         | 
| 834 | 
            +
                    # Output only. The resources associated with this workload. These resources will
         | 
| 835 | 
            +
                    # be created when creating the workload. If any of the projects already exist,
         | 
| 836 | 
            +
                    # the workload creation will fail. Always read only.
         | 
| 837 | 
            +
                    # Corresponds to the JSON property `resources`
         | 
| 838 | 
            +
                    # @return [Array<Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo>]
         | 
| 839 | 
            +
                    attr_accessor :resources
         | 
| 840 | 
            +
                  
         | 
| 841 | 
            +
                    # Signed Access Approvals (SAA) enrollment response.
         | 
| 842 | 
            +
                    # Corresponds to the JSON property `saaEnrollmentResponse`
         | 
| 843 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse]
         | 
| 844 | 
            +
                    attr_accessor :saa_enrollment_response
         | 
| 845 | 
            +
                  
         | 
| 846 | 
            +
                    def initialize(**args)
         | 
| 847 | 
            +
                       update!(**args)
         | 
| 848 | 
            +
                    end
         | 
| 849 | 
            +
                  
         | 
| 850 | 
            +
                    # Update properties of this object
         | 
| 851 | 
            +
                    def update!(**args)
         | 
| 852 | 
            +
                      @billing_account = args[:billing_account] if args.key?(:billing_account)
         | 
| 853 | 
            +
                      @cjis_settings = args[:cjis_settings] if args.key?(:cjis_settings)
         | 
| 854 | 
            +
                      @compliance_regime = args[:compliance_regime] if args.key?(:compliance_regime)
         | 
| 855 | 
            +
                      @create_time = args[:create_time] if args.key?(:create_time)
         | 
| 856 | 
            +
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 857 | 
            +
                      @enable_sovereign_controls = args[:enable_sovereign_controls] if args.key?(:enable_sovereign_controls)
         | 
| 858 | 
            +
                      @etag = args[:etag] if args.key?(:etag)
         | 
| 859 | 
            +
                      @fedramp_high_settings = args[:fedramp_high_settings] if args.key?(:fedramp_high_settings)
         | 
| 860 | 
            +
                      @fedramp_moderate_settings = args[:fedramp_moderate_settings] if args.key?(:fedramp_moderate_settings)
         | 
| 861 | 
            +
                      @il4_settings = args[:il4_settings] if args.key?(:il4_settings)
         | 
| 862 | 
            +
                      @kaj_enrollment_state = args[:kaj_enrollment_state] if args.key?(:kaj_enrollment_state)
         | 
| 863 | 
            +
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 864 | 
            +
                      @labels = args[:labels] if args.key?(:labels)
         | 
| 865 | 
            +
                      @name = args[:name] if args.key?(:name)
         | 
| 866 | 
            +
                      @provisioned_resources_parent = args[:provisioned_resources_parent] if args.key?(:provisioned_resources_parent)
         | 
| 867 | 
            +
                      @resource_settings = args[:resource_settings] if args.key?(:resource_settings)
         | 
| 868 | 
            +
                      @resources = args[:resources] if args.key?(:resources)
         | 
| 869 | 
            +
                      @saa_enrollment_response = args[:saa_enrollment_response] if args.key?(:saa_enrollment_response)
         | 
| 870 | 
            +
                    end
         | 
| 871 | 
            +
                  end
         | 
| 872 | 
            +
                  
         | 
| 873 | 
            +
                  # Settings specific to resources needed for CJIS.
         | 
| 874 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings
         | 
| 875 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 876 | 
            +
                  
         | 
| 877 | 
            +
                    # Settings specific to the Key Management Service.
         | 
| 878 | 
            +
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 879 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings]
         | 
| 880 | 
            +
                    attr_accessor :kms_settings
         | 
| 881 | 
            +
                  
         | 
| 882 | 
            +
                    def initialize(**args)
         | 
| 883 | 
            +
                       update!(**args)
         | 
| 884 | 
            +
                    end
         | 
| 885 | 
            +
                  
         | 
| 886 | 
            +
                    # Update properties of this object
         | 
| 887 | 
            +
                    def update!(**args)
         | 
| 888 | 
            +
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 889 | 
            +
                    end
         | 
| 890 | 
            +
                  end
         | 
| 891 | 
            +
                  
         | 
| 892 | 
            +
                  # Settings specific to resources needed for FedRAMP High.
         | 
| 893 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
         | 
| 894 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 895 | 
            +
                  
         | 
| 896 | 
            +
                    # Settings specific to the Key Management Service.
         | 
| 897 | 
            +
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 898 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings]
         | 
| 899 | 
            +
                    attr_accessor :kms_settings
         | 
| 900 | 
            +
                  
         | 
| 901 | 
            +
                    def initialize(**args)
         | 
| 902 | 
            +
                       update!(**args)
         | 
| 903 | 
            +
                    end
         | 
| 904 | 
            +
                  
         | 
| 905 | 
            +
                    # Update properties of this object
         | 
| 906 | 
            +
                    def update!(**args)
         | 
| 907 | 
            +
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 908 | 
            +
                    end
         | 
| 909 | 
            +
                  end
         | 
| 910 | 
            +
                  
         | 
| 911 | 
            +
                  # Settings specific to resources needed for FedRAMP Moderate.
         | 
| 912 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings
         | 
| 913 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 914 | 
            +
                  
         | 
| 915 | 
            +
                    # Settings specific to the Key Management Service.
         | 
| 916 | 
            +
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 917 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings]
         | 
| 918 | 
            +
                    attr_accessor :kms_settings
         | 
| 919 | 
            +
                  
         | 
| 920 | 
            +
                    def initialize(**args)
         | 
| 921 | 
            +
                       update!(**args)
         | 
| 922 | 
            +
                    end
         | 
| 923 | 
            +
                  
         | 
| 924 | 
            +
                    # Update properties of this object
         | 
| 925 | 
            +
                    def update!(**args)
         | 
| 926 | 
            +
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 927 | 
            +
                    end
         | 
| 928 | 
            +
                  end
         | 
| 929 | 
            +
                  
         | 
| 930 | 
            +
                  # Settings specific to resources needed for IL4.
         | 
| 931 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings
         | 
| 932 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 933 | 
            +
                  
         | 
| 934 | 
            +
                    # Settings specific to the Key Management Service.
         | 
| 935 | 
            +
                    # Corresponds to the JSON property `kmsSettings`
         | 
| 936 | 
            +
                    # @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings]
         | 
| 937 | 
            +
                    attr_accessor :kms_settings
         | 
| 938 | 
            +
                  
         | 
| 939 | 
            +
                    def initialize(**args)
         | 
| 940 | 
            +
                       update!(**args)
         | 
| 941 | 
            +
                    end
         | 
| 942 | 
            +
                  
         | 
| 943 | 
            +
                    # Update properties of this object
         | 
| 944 | 
            +
                    def update!(**args)
         | 
| 945 | 
            +
                      @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
         | 
| 946 | 
            +
                    end
         | 
| 947 | 
            +
                  end
         | 
| 948 | 
            +
                  
         | 
| 949 | 
            +
                  # Settings specific to the Key Management Service.
         | 
| 950 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings
         | 
| 951 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 952 | 
            +
                  
         | 
| 953 | 
            +
                    # Required. Input only. Immutable. The time at which the Key Management Service
         | 
| 954 | 
            +
                    # will automatically create a new version of the crypto key and mark it as the
         | 
| 955 | 
            +
                    # primary.
         | 
| 956 | 
            +
                    # Corresponds to the JSON property `nextRotationTime`
         | 
| 957 | 
            +
                    # @return [String]
         | 
| 958 | 
            +
                    attr_accessor :next_rotation_time
         | 
| 959 | 
            +
                  
         | 
| 960 | 
            +
                    # Required. Input only. Immutable. [next_rotation_time] will be advanced by this
         | 
| 961 | 
            +
                    # period when the Key Management Service automatically rotates a key. Must be at
         | 
| 962 | 
            +
                    # least 24 hours and at most 876,000 hours.
         | 
| 963 | 
            +
                    # Corresponds to the JSON property `rotationPeriod`
         | 
| 964 | 
            +
                    # @return [String]
         | 
| 965 | 
            +
                    attr_accessor :rotation_period
         | 
| 966 | 
            +
                  
         | 
| 967 | 
            +
                    def initialize(**args)
         | 
| 968 | 
            +
                       update!(**args)
         | 
| 969 | 
            +
                    end
         | 
| 970 | 
            +
                  
         | 
| 971 | 
            +
                    # Update properties of this object
         | 
| 972 | 
            +
                    def update!(**args)
         | 
| 973 | 
            +
                      @next_rotation_time = args[:next_rotation_time] if args.key?(:next_rotation_time)
         | 
| 974 | 
            +
                      @rotation_period = args[:rotation_period] if args.key?(:rotation_period)
         | 
| 975 | 
            +
                    end
         | 
| 976 | 
            +
                  end
         | 
| 977 | 
            +
                  
         | 
| 978 | 
            +
                  # Represent the resources that are children of this Workload.
         | 
| 979 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo
         | 
| 980 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 981 | 
            +
                  
         | 
| 982 | 
            +
                    # Resource identifier. For a project this represents project_number.
         | 
| 983 | 
            +
                    # Corresponds to the JSON property `resourceId`
         | 
| 984 | 
            +
                    # @return [Fixnum]
         | 
| 985 | 
            +
                    attr_accessor :resource_id
         | 
| 986 | 
            +
                  
         | 
| 987 | 
            +
                    # Indicates the type of resource.
         | 
| 988 | 
            +
                    # Corresponds to the JSON property `resourceType`
         | 
| 989 | 
            +
                    # @return [String]
         | 
| 990 | 
            +
                    attr_accessor :resource_type
         | 
| 991 | 
            +
                  
         | 
| 992 | 
            +
                    def initialize(**args)
         | 
| 993 | 
            +
                       update!(**args)
         | 
| 994 | 
            +
                    end
         | 
| 995 | 
            +
                  
         | 
| 996 | 
            +
                    # Update properties of this object
         | 
| 997 | 
            +
                    def update!(**args)
         | 
| 998 | 
            +
                      @resource_id = args[:resource_id] if args.key?(:resource_id)
         | 
| 999 | 
            +
                      @resource_type = args[:resource_type] if args.key?(:resource_type)
         | 
| 1000 | 
            +
                    end
         | 
| 1001 | 
            +
                  end
         | 
| 1002 | 
            +
                  
         | 
| 1003 | 
            +
                  # Represent the custom settings for the resources to be created.
         | 
| 1004 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings
         | 
| 1005 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 1006 | 
            +
                  
         | 
| 1007 | 
            +
                    # User-assigned resource display name. If not empty it will be used to create a
         | 
| 1008 | 
            +
                    # resource with the specified name.
         | 
| 1009 | 
            +
                    # Corresponds to the JSON property `displayName`
         | 
| 1010 | 
            +
                    # @return [String]
         | 
| 1011 | 
            +
                    attr_accessor :display_name
         | 
| 1012 | 
            +
                  
         | 
| 1013 | 
            +
                    # Resource identifier. For a project this represents project_id. If the project
         | 
| 1014 | 
            +
                    # is already taken, the workload creation will fail.
         | 
| 1015 | 
            +
                    # Corresponds to the JSON property `resourceId`
         | 
| 1016 | 
            +
                    # @return [String]
         | 
| 1017 | 
            +
                    attr_accessor :resource_id
         | 
| 1018 | 
            +
                  
         | 
| 1019 | 
            +
                    # Indicates the type of resource. This field should be specified to correspond
         | 
| 1020 | 
            +
                    # the id to the right project type (CONSUMER_PROJECT or ENCRYPTION_KEYS_PROJECT)
         | 
| 1021 | 
            +
                    # Corresponds to the JSON property `resourceType`
         | 
| 1022 | 
            +
                    # @return [String]
         | 
| 1023 | 
            +
                    attr_accessor :resource_type
         | 
| 1024 | 
            +
                  
         | 
| 1025 | 
            +
                    def initialize(**args)
         | 
| 1026 | 
            +
                       update!(**args)
         | 
| 1027 | 
            +
                    end
         | 
| 1028 | 
            +
                  
         | 
| 1029 | 
            +
                    # Update properties of this object
         | 
| 1030 | 
            +
                    def update!(**args)
         | 
| 1031 | 
            +
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 1032 | 
            +
                      @resource_id = args[:resource_id] if args.key?(:resource_id)
         | 
| 1033 | 
            +
                      @resource_type = args[:resource_type] if args.key?(:resource_type)
         | 
| 1034 | 
            +
                    end
         | 
| 1035 | 
            +
                  end
         | 
| 1036 | 
            +
                  
         | 
| 1037 | 
            +
                  # Signed Access Approvals (SAA) enrollment response.
         | 
| 1038 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse
         | 
| 1039 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 1040 | 
            +
                  
         | 
| 1041 | 
            +
                    # Indicates SAA enrollment setup error if any.
         | 
| 1042 | 
            +
                    # Corresponds to the JSON property `setupErrors`
         | 
| 1043 | 
            +
                    # @return [Array<String>]
         | 
| 1044 | 
            +
                    attr_accessor :setup_errors
         | 
| 1045 | 
            +
                  
         | 
| 1046 | 
            +
                    # Indicates SAA enrollment status of a given workload.
         | 
| 1047 | 
            +
                    # Corresponds to the JSON property `setupStatus`
         | 
| 1048 | 
            +
                    # @return [String]
         | 
| 1049 | 
            +
                    attr_accessor :setup_status
         | 
| 1050 | 
            +
                  
         | 
| 1051 | 
            +
                    def initialize(**args)
         | 
| 1052 | 
            +
                       update!(**args)
         | 
| 1053 | 
            +
                    end
         | 
| 1054 | 
            +
                  
         | 
| 1055 | 
            +
                    # Update properties of this object
         | 
| 1056 | 
            +
                    def update!(**args)
         | 
| 1057 | 
            +
                      @setup_errors = args[:setup_errors] if args.key?(:setup_errors)
         | 
| 1058 | 
            +
                      @setup_status = args[:setup_status] if args.key?(:setup_status)
         | 
| 1059 | 
            +
                    end
         | 
| 1060 | 
            +
                  end
         | 
| 1061 | 
            +
                  
         | 
| 599 1062 | 
             
                  # The response message for Operations.ListOperations.
         | 
| 600 1063 | 
             
                  class GoogleLongrunningListOperationsResponse
         | 
| 601 1064 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module AssuredworkloadsV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-assuredworkloads_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.14.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.4.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20211202"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -58,6 +58,12 @@ module Google | |
| 58 58 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 59 59 | 
             
                  end
         | 
| 60 60 |  | 
| 61 | 
            +
                  class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
         | 
| 62 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 63 | 
            +
                  
         | 
| 64 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 65 | 
            +
                  end
         | 
| 66 | 
            +
                  
         | 
| 61 67 | 
             
                  class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
         | 
| 62 68 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 63 69 |  | 
| @@ -112,6 +118,72 @@ module Google | |
| 112 118 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 113 119 | 
             
                  end
         | 
| 114 120 |  | 
| 121 | 
            +
                  class GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
         | 
| 122 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 123 | 
            +
                  
         | 
| 124 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 125 | 
            +
                  end
         | 
| 126 | 
            +
                  
         | 
| 127 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata
         | 
| 128 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 129 | 
            +
                  
         | 
| 130 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 131 | 
            +
                  end
         | 
| 132 | 
            +
                  
         | 
| 133 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkload
         | 
| 134 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 135 | 
            +
                  
         | 
| 136 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 137 | 
            +
                  end
         | 
| 138 | 
            +
                  
         | 
| 139 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings
         | 
| 140 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 141 | 
            +
                  
         | 
| 142 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 143 | 
            +
                  end
         | 
| 144 | 
            +
                  
         | 
| 145 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
         | 
| 146 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 147 | 
            +
                  
         | 
| 148 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 149 | 
            +
                  end
         | 
| 150 | 
            +
                  
         | 
| 151 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings
         | 
| 152 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 153 | 
            +
                  
         | 
| 154 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 155 | 
            +
                  end
         | 
| 156 | 
            +
                  
         | 
| 157 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings
         | 
| 158 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 159 | 
            +
                  
         | 
| 160 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 161 | 
            +
                  end
         | 
| 162 | 
            +
                  
         | 
| 163 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings
         | 
| 164 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 165 | 
            +
                  
         | 
| 166 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 167 | 
            +
                  end
         | 
| 168 | 
            +
                  
         | 
| 169 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo
         | 
| 170 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 171 | 
            +
                  
         | 
| 172 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 173 | 
            +
                  end
         | 
| 174 | 
            +
                  
         | 
| 175 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings
         | 
| 176 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 177 | 
            +
                  
         | 
| 178 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 179 | 
            +
                  end
         | 
| 180 | 
            +
                  
         | 
| 181 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse
         | 
| 182 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 183 | 
            +
                  
         | 
| 184 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 185 | 
            +
                  end
         | 
| 186 | 
            +
                  
         | 
| 115 187 | 
             
                  class GoogleLongrunningListOperationsResponse
         | 
| 116 188 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 117 189 |  | 
| @@ -162,7 +234,9 @@ module Google | |
| 162 234 | 
             
                      property :compliance_regime, as: 'complianceRegime'
         | 
| 163 235 | 
             
                      property :create_time, as: 'createTime'
         | 
| 164 236 | 
             
                      property :display_name, as: 'displayName'
         | 
| 237 | 
            +
                      property :enable_sovereign_controls, as: 'enableSovereignControls'
         | 
| 165 238 | 
             
                      property :etag, as: 'etag'
         | 
| 239 | 
            +
                      property :kaj_enrollment_state, as: 'kajEnrollmentState'
         | 
| 166 240 | 
             
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadKmsSettings::Representation
         | 
| 167 241 |  | 
| 168 242 | 
             
                      hash :labels, as: 'labels'
         | 
| @@ -172,6 +246,8 @@ module Google | |
| 172 246 |  | 
| 173 247 | 
             
                      collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadResourceInfo::Representation
         | 
| 174 248 |  | 
| 249 | 
            +
                      property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse::Representation
         | 
| 250 | 
            +
                  
         | 
| 175 251 | 
             
                    end
         | 
| 176 252 | 
             
                  end
         | 
| 177 253 |  | 
| @@ -200,6 +276,14 @@ module Google | |
| 200 276 | 
             
                    end
         | 
| 201 277 | 
             
                  end
         | 
| 202 278 |  | 
| 279 | 
            +
                  class GoogleCloudAssuredworkloadsV1WorkloadSaaEnrollmentResponse
         | 
| 280 | 
            +
                    # @private
         | 
| 281 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 282 | 
            +
                      collection :setup_errors, as: 'setupErrors'
         | 
| 283 | 
            +
                      property :setup_status, as: 'setupStatus'
         | 
| 284 | 
            +
                    end
         | 
| 285 | 
            +
                  end
         | 
| 286 | 
            +
                  
         | 
| 203 287 | 
             
                  class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
         | 
| 204 288 | 
             
                    # @private
         | 
| 205 289 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -221,6 +305,7 @@ module Google | |
| 221 305 | 
             
                      property :compliance_regime, as: 'complianceRegime'
         | 
| 222 306 | 
             
                      property :create_time, as: 'createTime'
         | 
| 223 307 | 
             
                      property :display_name, as: 'displayName'
         | 
| 308 | 
            +
                      property :enable_sovereign_controls, as: 'enableSovereignControls'
         | 
| 224 309 | 
             
                      property :etag, as: 'etag'
         | 
| 225 310 | 
             
                      property :fedramp_high_settings, as: 'fedrampHighSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings::Representation
         | 
| 226 311 |  | 
| @@ -228,6 +313,7 @@ module Google | |
| 228 313 |  | 
| 229 314 | 
             
                      property :il4_settings, as: 'il4Settings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings::Representation
         | 
| 230 315 |  | 
| 316 | 
            +
                      property :kaj_enrollment_state, as: 'kajEnrollmentState'
         | 
| 231 317 | 
             
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings::Representation
         | 
| 232 318 |  | 
| 233 319 | 
             
                      hash :labels, as: 'labels'
         | 
| @@ -237,6 +323,8 @@ module Google | |
| 237 323 |  | 
| 238 324 | 
             
                      collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo::Representation
         | 
| 239 325 |  | 
| 326 | 
            +
                      property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse::Representation
         | 
| 327 | 
            +
                  
         | 
| 240 328 | 
             
                    end
         | 
| 241 329 | 
             
                  end
         | 
| 242 330 |  | 
| @@ -297,6 +385,123 @@ module Google | |
| 297 385 | 
             
                    end
         | 
| 298 386 | 
             
                  end
         | 
| 299 387 |  | 
| 388 | 
            +
                  class GoogleCloudAssuredworkloadsV1beta1WorkloadSaaEnrollmentResponse
         | 
| 389 | 
            +
                    # @private
         | 
| 390 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 391 | 
            +
                      collection :setup_errors, as: 'setupErrors'
         | 
| 392 | 
            +
                      property :setup_status, as: 'setupStatus'
         | 
| 393 | 
            +
                    end
         | 
| 394 | 
            +
                  end
         | 
| 395 | 
            +
                  
         | 
| 396 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata
         | 
| 397 | 
            +
                    # @private
         | 
| 398 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 399 | 
            +
                      property :compliance_regime, as: 'complianceRegime'
         | 
| 400 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 401 | 
            +
                      property :display_name, as: 'displayName'
         | 
| 402 | 
            +
                      property :parent, as: 'parent'
         | 
| 403 | 
            +
                      collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings::Representation
         | 
| 404 | 
            +
                  
         | 
| 405 | 
            +
                    end
         | 
| 406 | 
            +
                  end
         | 
| 407 | 
            +
                  
         | 
| 408 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkload
         | 
| 409 | 
            +
                    # @private
         | 
| 410 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 411 | 
            +
                      property :billing_account, as: 'billingAccount'
         | 
| 412 | 
            +
                      property :cjis_settings, as: 'cjisSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings::Representation
         | 
| 413 | 
            +
                  
         | 
| 414 | 
            +
                      property :compliance_regime, as: 'complianceRegime'
         | 
| 415 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 416 | 
            +
                      property :display_name, as: 'displayName'
         | 
| 417 | 
            +
                      property :enable_sovereign_controls, as: 'enableSovereignControls'
         | 
| 418 | 
            +
                      property :etag, as: 'etag'
         | 
| 419 | 
            +
                      property :fedramp_high_settings, as: 'fedrampHighSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings::Representation
         | 
| 420 | 
            +
                  
         | 
| 421 | 
            +
                      property :fedramp_moderate_settings, as: 'fedrampModerateSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings::Representation
         | 
| 422 | 
            +
                  
         | 
| 423 | 
            +
                      property :il4_settings, as: 'il4Settings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings::Representation
         | 
| 424 | 
            +
                  
         | 
| 425 | 
            +
                      property :kaj_enrollment_state, as: 'kajEnrollmentState'
         | 
| 426 | 
            +
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
         | 
| 427 | 
            +
                  
         | 
| 428 | 
            +
                      hash :labels, as: 'labels'
         | 
| 429 | 
            +
                      property :name, as: 'name'
         | 
| 430 | 
            +
                      property :provisioned_resources_parent, as: 'provisionedResourcesParent'
         | 
| 431 | 
            +
                      collection :resource_settings, as: 'resourceSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings::Representation
         | 
| 432 | 
            +
                  
         | 
| 433 | 
            +
                      collection :resources, as: 'resources', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo::Representation
         | 
| 434 | 
            +
                  
         | 
| 435 | 
            +
                      property :saa_enrollment_response, as: 'saaEnrollmentResponse', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse::Representation
         | 
| 436 | 
            +
                  
         | 
| 437 | 
            +
                    end
         | 
| 438 | 
            +
                  end
         | 
| 439 | 
            +
                  
         | 
| 440 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadCjisSettings
         | 
| 441 | 
            +
                    # @private
         | 
| 442 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 443 | 
            +
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
         | 
| 444 | 
            +
                  
         | 
| 445 | 
            +
                    end
         | 
| 446 | 
            +
                  end
         | 
| 447 | 
            +
                  
         | 
| 448 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings
         | 
| 449 | 
            +
                    # @private
         | 
| 450 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 451 | 
            +
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
         | 
| 452 | 
            +
                  
         | 
| 453 | 
            +
                    end
         | 
| 454 | 
            +
                  end
         | 
| 455 | 
            +
                  
         | 
| 456 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampModerateSettings
         | 
| 457 | 
            +
                    # @private
         | 
| 458 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 459 | 
            +
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
         | 
| 460 | 
            +
                  
         | 
| 461 | 
            +
                    end
         | 
| 462 | 
            +
                  end
         | 
| 463 | 
            +
                  
         | 
| 464 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings
         | 
| 465 | 
            +
                    # @private
         | 
| 466 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 467 | 
            +
                      property :kms_settings, as: 'kmsSettings', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings::Representation
         | 
| 468 | 
            +
                  
         | 
| 469 | 
            +
                    end
         | 
| 470 | 
            +
                  end
         | 
| 471 | 
            +
                  
         | 
| 472 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings
         | 
| 473 | 
            +
                    # @private
         | 
| 474 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 475 | 
            +
                      property :next_rotation_time, as: 'nextRotationTime'
         | 
| 476 | 
            +
                      property :rotation_period, as: 'rotationPeriod'
         | 
| 477 | 
            +
                    end
         | 
| 478 | 
            +
                  end
         | 
| 479 | 
            +
                  
         | 
| 480 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo
         | 
| 481 | 
            +
                    # @private
         | 
| 482 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 483 | 
            +
                      property :resource_id, :numeric_string => true, as: 'resourceId'
         | 
| 484 | 
            +
                      property :resource_type, as: 'resourceType'
         | 
| 485 | 
            +
                    end
         | 
| 486 | 
            +
                  end
         | 
| 487 | 
            +
                  
         | 
| 488 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings
         | 
| 489 | 
            +
                    # @private
         | 
| 490 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 491 | 
            +
                      property :display_name, as: 'displayName'
         | 
| 492 | 
            +
                      property :resource_id, as: 'resourceId'
         | 
| 493 | 
            +
                      property :resource_type, as: 'resourceType'
         | 
| 494 | 
            +
                    end
         | 
| 495 | 
            +
                  end
         | 
| 496 | 
            +
                  
         | 
| 497 | 
            +
                  class GoogleCloudAssuredworkloadsVersioningV1mainWorkloadSaaEnrollmentResponse
         | 
| 498 | 
            +
                    # @private
         | 
| 499 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 500 | 
            +
                      collection :setup_errors, as: 'setupErrors'
         | 
| 501 | 
            +
                      property :setup_status, as: 'setupStatus'
         | 
| 502 | 
            +
                    end
         | 
| 503 | 
            +
                  end
         | 
| 504 | 
            +
                  
         | 
| 300 505 | 
             
                  class GoogleLongrunningListOperationsResponse
         | 
| 301 506 | 
             
                    # @private
         | 
| 302 507 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-assuredworkloads_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.14.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: 2021- | 
| 11 | 
            +
            date: 2021-12-13 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -57,9 +57,9 @@ licenses: | |
| 57 57 | 
             
            - Apache-2.0
         | 
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 | 
            -
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0. | 
| 62 | 
            -
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/ | 
| 60 | 
            +
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1/CHANGELOG.md
         | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.14.0
         | 
| 62 | 
            +
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         | 
| 65 65 | 
             
            require_paths:
         |