google-apis-dataplex_v1 0.73.0 → 0.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dataplex_v1/classes.rb +576 -49
- data/lib/google/apis/dataplex_v1/gem_version.rb +3 -3
- data/lib/google/apis/dataplex_v1/representations.rb +193 -0
- data/lib/google/apis/dataplex_v1/service.rb +926 -35
- metadata +5 -5
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module DataplexV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-dataplex_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.74.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 | 
            -
                  GENERATOR_VERSION = "0. | 
| 22 | 
            +
                  GENERATOR_VERSION = "0.17.0"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20250429"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -652,6 +652,18 @@ module Google | |
| 652 652 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 653 653 | 
             
                  end
         | 
| 654 654 |  | 
| 655 | 
            +
                  class GoogleCloudDataplexV1EncryptionConfig
         | 
| 656 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 657 | 
            +
                  
         | 
| 658 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 659 | 
            +
                  end
         | 
| 660 | 
            +
                  
         | 
| 661 | 
            +
                  class GoogleCloudDataplexV1EncryptionConfigFailureDetails
         | 
| 662 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 663 | 
            +
                  
         | 
| 664 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 665 | 
            +
                  end
         | 
| 666 | 
            +
                  
         | 
| 655 667 | 
             
                  class GoogleCloudDataplexV1Entity
         | 
| 656 668 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 657 669 |  | 
| @@ -682,6 +694,18 @@ module Google | |
| 682 694 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 683 695 | 
             
                  end
         | 
| 684 696 |  | 
| 697 | 
            +
                  class GoogleCloudDataplexV1EntryLink
         | 
| 698 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 699 | 
            +
                  
         | 
| 700 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 701 | 
            +
                  end
         | 
| 702 | 
            +
                  
         | 
| 703 | 
            +
                  class GoogleCloudDataplexV1EntryLinkEntryReference
         | 
| 704 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 705 | 
            +
                  
         | 
| 706 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 707 | 
            +
                  end
         | 
| 708 | 
            +
                  
         | 
| 685 709 | 
             
                  class GoogleCloudDataplexV1EntryLinkEvent
         | 
| 686 710 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 687 711 |  | 
| @@ -772,6 +796,24 @@ module Google | |
| 772 796 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 773 797 | 
             
                  end
         | 
| 774 798 |  | 
| 799 | 
            +
                  class GoogleCloudDataplexV1Glossary
         | 
| 800 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 801 | 
            +
                  
         | 
| 802 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 803 | 
            +
                  end
         | 
| 804 | 
            +
                  
         | 
| 805 | 
            +
                  class GoogleCloudDataplexV1GlossaryCategory
         | 
| 806 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 807 | 
            +
                  
         | 
| 808 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 809 | 
            +
                  end
         | 
| 810 | 
            +
                  
         | 
| 811 | 
            +
                  class GoogleCloudDataplexV1GlossaryTerm
         | 
| 812 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 813 | 
            +
                  
         | 
| 814 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 815 | 
            +
                  end
         | 
| 816 | 
            +
                  
         | 
| 775 817 | 
             
                  class GoogleCloudDataplexV1GovernanceEvent
         | 
| 776 818 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 777 819 |  | 
| @@ -874,6 +916,12 @@ module Google | |
| 874 916 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 875 917 | 
             
                  end
         | 
| 876 918 |  | 
| 919 | 
            +
                  class GoogleCloudDataplexV1ListEncryptionConfigsResponse
         | 
| 920 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 921 | 
            +
                  
         | 
| 922 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 923 | 
            +
                  end
         | 
| 924 | 
            +
                  
         | 
| 877 925 | 
             
                  class GoogleCloudDataplexV1ListEntitiesResponse
         | 
| 878 926 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 879 927 |  | 
| @@ -904,6 +952,24 @@ module Google | |
| 904 952 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 905 953 | 
             
                  end
         | 
| 906 954 |  | 
| 955 | 
            +
                  class GoogleCloudDataplexV1ListGlossariesResponse
         | 
| 956 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 957 | 
            +
                  
         | 
| 958 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 959 | 
            +
                  end
         | 
| 960 | 
            +
                  
         | 
| 961 | 
            +
                  class GoogleCloudDataplexV1ListGlossaryCategoriesResponse
         | 
| 962 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 963 | 
            +
                  
         | 
| 964 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 965 | 
            +
                  end
         | 
| 966 | 
            +
                  
         | 
| 967 | 
            +
                  class GoogleCloudDataplexV1ListGlossaryTermsResponse
         | 
| 968 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 969 | 
            +
                  
         | 
| 970 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 971 | 
            +
                  end
         | 
| 972 | 
            +
                  
         | 
| 907 973 | 
             
                  class GoogleCloudDataplexV1ListJobsResponse
         | 
| 908 974 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 909 975 |  | 
| @@ -2468,6 +2534,28 @@ module Google | |
| 2468 2534 | 
             
                    end
         | 
| 2469 2535 | 
             
                  end
         | 
| 2470 2536 |  | 
| 2537 | 
            +
                  class GoogleCloudDataplexV1EncryptionConfig
         | 
| 2538 | 
            +
                    # @private
         | 
| 2539 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2540 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 2541 | 
            +
                      property :encryption_state, as: 'encryptionState'
         | 
| 2542 | 
            +
                      property :etag, as: 'etag'
         | 
| 2543 | 
            +
                      property :failure_details, as: 'failureDetails', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EncryptionConfigFailureDetails, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EncryptionConfigFailureDetails::Representation
         | 
| 2544 | 
            +
                  
         | 
| 2545 | 
            +
                      property :key, as: 'key'
         | 
| 2546 | 
            +
                      property :name, as: 'name'
         | 
| 2547 | 
            +
                      property :update_time, as: 'updateTime'
         | 
| 2548 | 
            +
                    end
         | 
| 2549 | 
            +
                  end
         | 
| 2550 | 
            +
                  
         | 
| 2551 | 
            +
                  class GoogleCloudDataplexV1EncryptionConfigFailureDetails
         | 
| 2552 | 
            +
                    # @private
         | 
| 2553 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2554 | 
            +
                      property :error_code, as: 'errorCode'
         | 
| 2555 | 
            +
                      property :error_message, as: 'errorMessage'
         | 
| 2556 | 
            +
                    end
         | 
| 2557 | 
            +
                  end
         | 
| 2558 | 
            +
                  
         | 
| 2471 2559 | 
             
                  class GoogleCloudDataplexV1Entity
         | 
| 2472 2560 | 
             
                    # @private
         | 
| 2473 2561 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -2545,6 +2633,27 @@ module Google | |
| 2545 2633 | 
             
                    end
         | 
| 2546 2634 | 
             
                  end
         | 
| 2547 2635 |  | 
| 2636 | 
            +
                  class GoogleCloudDataplexV1EntryLink
         | 
| 2637 | 
            +
                    # @private
         | 
| 2638 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2639 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 2640 | 
            +
                      property :entry_link_type, as: 'entryLinkType'
         | 
| 2641 | 
            +
                      collection :entry_references, as: 'entryReferences', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLinkEntryReference, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLinkEntryReference::Representation
         | 
| 2642 | 
            +
                  
         | 
| 2643 | 
            +
                      property :name, as: 'name'
         | 
| 2644 | 
            +
                      property :update_time, as: 'updateTime'
         | 
| 2645 | 
            +
                    end
         | 
| 2646 | 
            +
                  end
         | 
| 2647 | 
            +
                  
         | 
| 2648 | 
            +
                  class GoogleCloudDataplexV1EntryLinkEntryReference
         | 
| 2649 | 
            +
                    # @private
         | 
| 2650 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2651 | 
            +
                      property :name, as: 'name'
         | 
| 2652 | 
            +
                      property :path, as: 'path'
         | 
| 2653 | 
            +
                      property :type, as: 'type'
         | 
| 2654 | 
            +
                    end
         | 
| 2655 | 
            +
                  end
         | 
| 2656 | 
            +
                  
         | 
| 2548 2657 | 
             
                  class GoogleCloudDataplexV1EntryLinkEvent
         | 
| 2549 2658 | 
             
                    # @private
         | 
| 2550 2659 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -2702,6 +2811,50 @@ module Google | |
| 2702 2811 | 
             
                    end
         | 
| 2703 2812 | 
             
                  end
         | 
| 2704 2813 |  | 
| 2814 | 
            +
                  class GoogleCloudDataplexV1Glossary
         | 
| 2815 | 
            +
                    # @private
         | 
| 2816 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2817 | 
            +
                      property :category_count, as: 'categoryCount'
         | 
| 2818 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 2819 | 
            +
                      property :description, as: 'description'
         | 
| 2820 | 
            +
                      property :display_name, as: 'displayName'
         | 
| 2821 | 
            +
                      property :etag, as: 'etag'
         | 
| 2822 | 
            +
                      hash :labels, as: 'labels'
         | 
| 2823 | 
            +
                      property :name, as: 'name'
         | 
| 2824 | 
            +
                      property :term_count, as: 'termCount'
         | 
| 2825 | 
            +
                      property :uid, as: 'uid'
         | 
| 2826 | 
            +
                      property :update_time, as: 'updateTime'
         | 
| 2827 | 
            +
                    end
         | 
| 2828 | 
            +
                  end
         | 
| 2829 | 
            +
                  
         | 
| 2830 | 
            +
                  class GoogleCloudDataplexV1GlossaryCategory
         | 
| 2831 | 
            +
                    # @private
         | 
| 2832 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2833 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 2834 | 
            +
                      property :description, as: 'description'
         | 
| 2835 | 
            +
                      property :display_name, as: 'displayName'
         | 
| 2836 | 
            +
                      hash :labels, as: 'labels'
         | 
| 2837 | 
            +
                      property :name, as: 'name'
         | 
| 2838 | 
            +
                      property :parent, as: 'parent'
         | 
| 2839 | 
            +
                      property :uid, as: 'uid'
         | 
| 2840 | 
            +
                      property :update_time, as: 'updateTime'
         | 
| 2841 | 
            +
                    end
         | 
| 2842 | 
            +
                  end
         | 
| 2843 | 
            +
                  
         | 
| 2844 | 
            +
                  class GoogleCloudDataplexV1GlossaryTerm
         | 
| 2845 | 
            +
                    # @private
         | 
| 2846 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2847 | 
            +
                      property :create_time, as: 'createTime'
         | 
| 2848 | 
            +
                      property :description, as: 'description'
         | 
| 2849 | 
            +
                      property :display_name, as: 'displayName'
         | 
| 2850 | 
            +
                      hash :labels, as: 'labels'
         | 
| 2851 | 
            +
                      property :name, as: 'name'
         | 
| 2852 | 
            +
                      property :parent, as: 'parent'
         | 
| 2853 | 
            +
                      property :uid, as: 'uid'
         | 
| 2854 | 
            +
                      property :update_time, as: 'updateTime'
         | 
| 2855 | 
            +
                    end
         | 
| 2856 | 
            +
                  end
         | 
| 2857 | 
            +
                  
         | 
| 2705 2858 | 
             
                  class GoogleCloudDataplexV1GovernanceEvent
         | 
| 2706 2859 | 
             
                    # @private
         | 
| 2707 2860 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -2889,6 +3042,16 @@ module Google | |
| 2889 3042 | 
             
                    end
         | 
| 2890 3043 | 
             
                  end
         | 
| 2891 3044 |  | 
| 3045 | 
            +
                  class GoogleCloudDataplexV1ListEncryptionConfigsResponse
         | 
| 3046 | 
            +
                    # @private
         | 
| 3047 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3048 | 
            +
                      collection :encryption_configs, as: 'encryptionConfigs', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EncryptionConfig, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EncryptionConfig::Representation
         | 
| 3049 | 
            +
                  
         | 
| 3050 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3051 | 
            +
                      collection :unreachable_locations, as: 'unreachableLocations'
         | 
| 3052 | 
            +
                    end
         | 
| 3053 | 
            +
                  end
         | 
| 3054 | 
            +
                  
         | 
| 2892 3055 | 
             
                  class GoogleCloudDataplexV1ListEntitiesResponse
         | 
| 2893 3056 | 
             
                    # @private
         | 
| 2894 3057 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -2936,6 +3099,36 @@ module Google | |
| 2936 3099 | 
             
                    end
         | 
| 2937 3100 | 
             
                  end
         | 
| 2938 3101 |  | 
| 3102 | 
            +
                  class GoogleCloudDataplexV1ListGlossariesResponse
         | 
| 3103 | 
            +
                    # @private
         | 
| 3104 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3105 | 
            +
                      collection :glossaries, as: 'glossaries', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Glossary, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Glossary::Representation
         | 
| 3106 | 
            +
                  
         | 
| 3107 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3108 | 
            +
                      collection :unreachable_locations, as: 'unreachableLocations'
         | 
| 3109 | 
            +
                    end
         | 
| 3110 | 
            +
                  end
         | 
| 3111 | 
            +
                  
         | 
| 3112 | 
            +
                  class GoogleCloudDataplexV1ListGlossaryCategoriesResponse
         | 
| 3113 | 
            +
                    # @private
         | 
| 3114 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3115 | 
            +
                      collection :categories, as: 'categories', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryCategory, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryCategory::Representation
         | 
| 3116 | 
            +
                  
         | 
| 3117 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3118 | 
            +
                      collection :unreachable_locations, as: 'unreachableLocations'
         | 
| 3119 | 
            +
                    end
         | 
| 3120 | 
            +
                  end
         | 
| 3121 | 
            +
                  
         | 
| 3122 | 
            +
                  class GoogleCloudDataplexV1ListGlossaryTermsResponse
         | 
| 3123 | 
            +
                    # @private
         | 
| 3124 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3125 | 
            +
                      property :next_page_token, as: 'nextPageToken'
         | 
| 3126 | 
            +
                      collection :terms, as: 'terms', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryTerm, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryTerm::Representation
         | 
| 3127 | 
            +
                  
         | 
| 3128 | 
            +
                      collection :unreachable_locations, as: 'unreachableLocations'
         | 
| 3129 | 
            +
                    end
         | 
| 3130 | 
            +
                  end
         | 
| 3131 | 
            +
                  
         | 
| 2939 3132 | 
             
                  class GoogleCloudDataplexV1ListJobsResponse
         | 
| 2940 3133 | 
             
                    # @private
         | 
| 2941 3134 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         |