google-apis-serviceconsumermanagement_v1beta1 0.35.0 → 0.37.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: cef9cffd77276fe72c04222d329fb4de0d819374bbbdcbddea846c40b6461730
         | 
| 4 | 
            +
              data.tar.gz: 617388be4fa6e67e18ce5dfbbe846fc20b2d09cd23045775eebd6a722ef87d56
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 728e6d8ecca7e6091db07acda5672d95e7ba3c9d008c914c7dcb6636e55be95b0c2c4401b74110be9eed8eb118bec68292841cda9974702ebf48d841cc1988f3
         | 
| 7 | 
            +
              data.tar.gz: ee101a935e7b5fc2acf088b43ca4f0275fa8b553aa87453e599b70e8ee9200e8fe8b699c6af66002a7ac3312d51f1af2121e182c9e73041c10ea6484a758422e
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,13 @@ | |
| 1 1 | 
             
            # Release history for google-apis-serviceconsumermanagement_v1beta1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.37.0 (2023-06-18)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20230611
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### v0.36.0 (2023-04-30)
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * Regenerated from discovery document revision 20230426
         | 
| 10 | 
            +
             | 
| 3 11 | 
             
            ### v0.35.0 (2023-04-16)
         | 
| 4 12 |  | 
| 5 13 | 
             
            * Regenerated from discovery document revision 20230412
         | 
| @@ -792,7 +792,7 @@ module Google | |
| 792 792 | 
             
                  # documentation: summary: > The Google Calendar API gives access to most
         | 
| 793 793 | 
             
                  # calendar features. pages: - name: Overview content: (== include google/foo/
         | 
| 794 794 | 
             
                  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
         | 
| 795 | 
            -
                  # ) subpages | 
| 795 | 
            +
                  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
         | 
| 796 796 | 
             
                  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
         | 
| 797 797 | 
             
                  # google.calendar.Calendar.Put description: > ... Documentation is provided in
         | 
| 798 798 | 
             
                  # markdown syntax. In addition to standard markdown features, definition lists,
         | 
| @@ -842,6 +842,13 @@ module Google | |
| 842 842 | 
             
                    # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::DocumentationRule>]
         | 
| 843 843 | 
             
                    attr_accessor :rules
         | 
| 844 844 |  | 
| 845 | 
            +
                    # Specifies section and content to override boilerplate content provided by go/
         | 
| 846 | 
            +
                    # api-docgen. Currently overrides following sections: 1. rest.service.
         | 
| 847 | 
            +
                    # client_libraries
         | 
| 848 | 
            +
                    # Corresponds to the JSON property `sectionOverrides`
         | 
| 849 | 
            +
                    # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Page>]
         | 
| 850 | 
            +
                    attr_accessor :section_overrides
         | 
| 851 | 
            +
                  
         | 
| 845 852 | 
             
                    # Specifies the service root url if the default one (the service name from the
         | 
| 846 853 | 
             
                    # yaml file) is not suitable. This can be seen in any fully specified service
         | 
| 847 854 | 
             
                    # urls as well as sections that show a base that other urls are relative to.
         | 
| @@ -866,6 +873,7 @@ module Google | |
| 866 873 | 
             
                      @overview = args[:overview] if args.key?(:overview)
         | 
| 867 874 | 
             
                      @pages = args[:pages] if args.key?(:pages)
         | 
| 868 875 | 
             
                      @rules = args[:rules] if args.key?(:rules)
         | 
| 876 | 
            +
                      @section_overrides = args[:section_overrides] if args.key?(:section_overrides)
         | 
| 869 877 | 
             
                      @service_root_url = args[:service_root_url] if args.key?(:service_root_url)
         | 
| 870 878 | 
             
                      @summary = args[:summary] if args.key?(:summary)
         | 
| 871 879 | 
             
                    end
         | 
| @@ -888,6 +896,12 @@ module Google | |
| 888 896 | 
             
                    # @return [String]
         | 
| 889 897 | 
             
                    attr_accessor :description
         | 
| 890 898 |  | 
| 899 | 
            +
                    # String of comma or space separated case-sensitive words for which method/field
         | 
| 900 | 
            +
                    # name replacement will be disabled by go/api-docgen.
         | 
| 901 | 
            +
                    # Corresponds to the JSON property `disableReplacementWords`
         | 
| 902 | 
            +
                    # @return [String]
         | 
| 903 | 
            +
                    attr_accessor :disable_replacement_words
         | 
| 904 | 
            +
                  
         | 
| 891 905 | 
             
                    # The selector is a comma-separated list of patterns for any element such as a
         | 
| 892 906 | 
             
                    # method, a field, an enum value. Each pattern is a qualified name of the
         | 
| 893 907 | 
             
                    # element which may end in "*", indicating a wildcard. Wildcards are only
         | 
| @@ -907,6 +921,7 @@ module Google | |
| 907 921 | 
             
                    def update!(**args)
         | 
| 908 922 | 
             
                      @deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
         | 
| 909 923 | 
             
                      @description = args[:description] if args.key?(:description)
         | 
| 924 | 
            +
                      @disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
         | 
| 910 925 | 
             
                      @selector = args[:selector] if args.key?(:selector)
         | 
| 911 926 | 
             
                    end
         | 
| 912 927 | 
             
                  end
         | 
| @@ -2819,7 +2834,7 @@ module Google | |
| 2819 2834 | 
             
                    # documentation: summary: > The Google Calendar API gives access to most
         | 
| 2820 2835 | 
             
                    # calendar features. pages: - name: Overview content: (== include google/foo/
         | 
| 2821 2836 | 
             
                    # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
         | 
| 2822 | 
            -
                    # ) subpages | 
| 2837 | 
            +
                    # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
         | 
| 2823 2838 | 
             
                    # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
         | 
| 2824 2839 | 
             
                    # google.calendar.Calendar.Put description: > ... Documentation is provided in
         | 
| 2825 2840 | 
             
                    # markdown syntax. In addition to standard markdown features, definition lists,
         | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module ServiceconsumermanagementV1beta1
         | 
| 18 18 | 
             
                  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.37.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 = "20230611"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -776,6 +776,8 @@ module Google | |
| 776 776 |  | 
| 777 777 | 
             
                      collection :rules, as: 'rules', class: Google::Apis::ServiceconsumermanagementV1beta1::DocumentationRule, decorator: Google::Apis::ServiceconsumermanagementV1beta1::DocumentationRule::Representation
         | 
| 778 778 |  | 
| 779 | 
            +
                      collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceconsumermanagementV1beta1::Page, decorator: Google::Apis::ServiceconsumermanagementV1beta1::Page::Representation
         | 
| 780 | 
            +
                  
         | 
| 779 781 | 
             
                      property :service_root_url, as: 'serviceRootUrl'
         | 
| 780 782 | 
             
                      property :summary, as: 'summary'
         | 
| 781 783 | 
             
                    end
         | 
| @@ -786,6 +788,7 @@ module Google | |
| 786 788 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 787 789 | 
             
                      property :deprecation_description, as: 'deprecationDescription'
         | 
| 788 790 | 
             
                      property :description, as: 'description'
         | 
| 791 | 
            +
                      property :disable_replacement_words, as: 'disableReplacementWords'
         | 
| 789 792 | 
             
                      property :selector, as: 'selector'
         | 
| 790 793 | 
             
                    end
         | 
| 791 794 | 
             
                  end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-serviceconsumermanagement_v1beta1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.37.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: 2023- | 
| 11 | 
            +
            date: 2023-06-25 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -58,7 +58,7 @@ licenses: | |
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 60 | 
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
         | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0. | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.37.0
         | 
| 62 62 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         |