google-cloud-alloy_db-v1beta 0.3.0 → 0.5.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/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/client.rb +19 -6
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/operations.rb +10 -1
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/rest/client.rb +644 -5
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/rest/operations.rb +75 -0
- data/lib/google/cloud/alloy_db/v1beta/version.rb +1 -1
- data/lib/google/cloud/alloydb/v1beta/resources_pb.rb +3 -1
- data/lib/google/cloud/alloydb/v1beta/service_pb.rb +1 -1
- data/lib/google/cloud/alloydb/v1beta/service_services_pb.rb +4 -4
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/cloud/alloydb/v1beta/resources.rb +71 -15
- data/proto_docs/google/cloud/alloydb/v1beta/service.rb +5 -0
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: ad4b2e47c03d61c38afa2ad21fbc517a2945a0ebf767ecf49542ba4c7fa178dc
         | 
| 4 | 
            +
              data.tar.gz: 864edcd5e0b52f871f5dae3c2bcaf60e3bd41095a45ceaae3664f6a959f3cb27
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 733f2fcb6d35721f90a4b4111e5481ea77213e59f2a0d822b598ae4bc5dbefb3408849de92178019c0456ef0862ff1e04caae74add7979ad8e39ecfb18064671
         | 
| 7 | 
            +
              data.tar.gz: a59061d0b047c10f421591f42974ccafb0f0fdbc17c05e92d3eab924d993892be794e1ec5d675ebe9fb1db822675398803631537ddcc5655674a56da916dc8dc
         | 
| @@ -215,7 +215,8 @@ module Google | |
| 215 215 | 
             
                            credentials:  credentials,
         | 
| 216 216 | 
             
                            endpoint:     @config.endpoint,
         | 
| 217 217 | 
             
                            channel_args: @config.channel_args,
         | 
| 218 | 
            -
                            interceptors: @config.interceptors
         | 
| 218 | 
            +
                            interceptors: @config.interceptors,
         | 
| 219 | 
            +
                            channel_pool_config: @config.channel_pool
         | 
| 219 220 | 
             
                          )
         | 
| 220 221 | 
             
                        end
         | 
| 221 222 |  | 
| @@ -2896,10 +2897,10 @@ module Google | |
| 2896 2897 |  | 
| 2897 2898 | 
             
                        ##
         | 
| 2898 2899 | 
             
                        # Generate a client certificate signed by a Cluster CA.
         | 
| 2899 | 
            -
                        # The sole purpose of this endpoint is to support  | 
| 2900 | 
            -
                        #  | 
| 2901 | 
            -
                        # on its behavior remaining constant. Future changes | 
| 2902 | 
            -
                        # Proxy client.
         | 
| 2900 | 
            +
                        # The sole purpose of this endpoint is to support AlloyDB connectors and the
         | 
| 2901 | 
            +
                        # Auth Proxy client. The endpoint's behavior is subject to change without
         | 
| 2902 | 
            +
                        # notice, so do not rely on its behavior remaining constant. Future changes
         | 
| 2903 | 
            +
                        # will not break AlloyDB connectors or the Auth Proxy client.
         | 
| 2903 2904 | 
             
                        #
         | 
| 2904 2905 | 
             
                        # @overload generate_client_certificate(request, options = nil)
         | 
| 2905 2906 | 
             
                        #   Pass arguments to `generate_client_certificate` via a request object, either of type
         | 
| @@ -2911,7 +2912,7 @@ module Google | |
| 2911 2912 | 
             
                        #   @param options [::Gapic::CallOptions, ::Hash]
         | 
| 2912 2913 | 
             
                        #     Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
         | 
| 2913 2914 | 
             
                        #
         | 
| 2914 | 
            -
                        # @overload generate_client_certificate(parent: nil, request_id: nil, pem_csr: nil, cert_duration: nil, public_key: nil)
         | 
| 2915 | 
            +
                        # @overload generate_client_certificate(parent: nil, request_id: nil, pem_csr: nil, cert_duration: nil, public_key: nil, use_metadata_exchange: nil)
         | 
| 2915 2916 | 
             
                        #   Pass arguments to `generate_client_certificate` via keyword arguments. Note that at
         | 
| 2916 2917 | 
             
                        #   least one keyword argument is required. To specify no parameters, or to keep all
         | 
| 2917 2918 | 
             
                        #   the default parameter values, pass an empty Hash as a request object (see above).
         | 
| @@ -2943,6 +2944,10 @@ module Google | |
| 2943 2944 | 
             
                        #     default duration.
         | 
| 2944 2945 | 
             
                        #   @param public_key [::String]
         | 
| 2945 2946 | 
             
                        #     Optional. The public key from the client.
         | 
| 2947 | 
            +
                        #   @param use_metadata_exchange [::Boolean]
         | 
| 2948 | 
            +
                        #     Optional. An optional hint to the endpoint to generate a client
         | 
| 2949 | 
            +
                        #     ceritificate that can be used by AlloyDB connectors to exchange additional
         | 
| 2950 | 
            +
                        #     metadata with the server after TLS handshake.
         | 
| 2946 2951 | 
             
                        #
         | 
| 2947 2952 | 
             
                        # @yield [response, operation] Access the result along with the RPC operation
         | 
| 2948 2953 | 
             
                        # @yieldparam response [::Google::Cloud::AlloyDB::V1beta::GenerateClientCertificateResponse]
         | 
| @@ -3731,6 +3736,14 @@ module Google | |
| 3731 3736 | 
             
                            end
         | 
| 3732 3737 | 
             
                          end
         | 
| 3733 3738 |  | 
| 3739 | 
            +
                          ##
         | 
| 3740 | 
            +
                          # Configuration for the channel pool
         | 
| 3741 | 
            +
                          # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
         | 
| 3742 | 
            +
                          #
         | 
| 3743 | 
            +
                          def channel_pool
         | 
| 3744 | 
            +
                            @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
         | 
| 3745 | 
            +
                          end
         | 
| 3746 | 
            +
             | 
| 3734 3747 | 
             
                          ##
         | 
| 3735 3748 | 
             
                          # Configuration RPC class for the AlloyDBAdmin API.
         | 
| 3736 3749 | 
             
                          #
         | 
| @@ -93,7 +93,8 @@ module Google | |
| 93 93 | 
             
                            credentials:  credentials,
         | 
| 94 94 | 
             
                            endpoint:     @config.endpoint,
         | 
| 95 95 | 
             
                            channel_args: @config.channel_args,
         | 
| 96 | 
            -
                            interceptors: @config.interceptors
         | 
| 96 | 
            +
                            interceptors: @config.interceptors,
         | 
| 97 | 
            +
                            channel_pool_config: @config.channel_pool
         | 
| 97 98 | 
             
                          )
         | 
| 98 99 |  | 
| 99 100 | 
             
                          # Used by an LRO wrapper for some methods of this service
         | 
| @@ -701,6 +702,14 @@ module Google | |
| 701 702 | 
             
                            end
         | 
| 702 703 | 
             
                          end
         | 
| 703 704 |  | 
| 705 | 
            +
                          ##
         | 
| 706 | 
            +
                          # Configuration for the channel pool
         | 
| 707 | 
            +
                          # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
         | 
| 708 | 
            +
                          #
         | 
| 709 | 
            +
                          def channel_pool
         | 
| 710 | 
            +
                            @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
         | 
| 711 | 
            +
                          end
         | 
| 712 | 
            +
             | 
| 704 713 | 
             
                          ##
         | 
| 705 714 | 
             
                          # Configuration RPC class for the Operations API.
         | 
| 706 715 | 
             
                          #
         |