google-apis-networkconnectivity_v1 0.24.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +4 -0
 - data/lib/google/apis/networkconnectivity_v1/classes.rb +660 -1
 - data/lib/google/apis/networkconnectivity_v1/gem_version.rb +2 -2
 - data/lib/google/apis/networkconnectivity_v1/representations.rb +240 -0
 - data/lib/google/apis/networkconnectivity_v1/service.rb +963 -145
 - metadata +3 -3
 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module NetworkconnectivityV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-networkconnectivity_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.25.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 = "20230502"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -40,6 +40,18 @@ module Google 
     | 
|
| 
       40 
40 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       41 
41 
     | 
    
         
             
                  end
         
     | 
| 
       42 
42 
     | 
    
         | 
| 
      
 43 
     | 
    
         
            +
                  class ConsumerPscConfig
         
     | 
| 
      
 44 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 45 
     | 
    
         
            +
                  
         
     | 
| 
      
 46 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 47 
     | 
    
         
            +
                  end
         
     | 
| 
      
 48 
     | 
    
         
            +
                  
         
     | 
| 
      
 49 
     | 
    
         
            +
                  class ConsumerPscConnection
         
     | 
| 
      
 50 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 51 
     | 
    
         
            +
                  
         
     | 
| 
      
 52 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 53 
     | 
    
         
            +
                  end
         
     | 
| 
      
 54 
     | 
    
         
            +
                  
         
     | 
| 
       43 
55 
     | 
    
         
             
                  class Empty
         
     | 
| 
       44 
56 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       45 
57 
     | 
    
         | 
| 
         @@ -124,6 +136,30 @@ module Google 
     | 
|
| 
       124 
136 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       125 
137 
     | 
    
         
             
                  end
         
     | 
| 
       126 
138 
     | 
    
         | 
| 
      
 139 
     | 
    
         
            +
                  class ListServiceClassesResponse
         
     | 
| 
      
 140 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 141 
     | 
    
         
            +
                  
         
     | 
| 
      
 142 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 143 
     | 
    
         
            +
                  end
         
     | 
| 
      
 144 
     | 
    
         
            +
                  
         
     | 
| 
      
 145 
     | 
    
         
            +
                  class ListServiceConnectionMapsResponse
         
     | 
| 
      
 146 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 147 
     | 
    
         
            +
                  
         
     | 
| 
      
 148 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 149 
     | 
    
         
            +
                  end
         
     | 
| 
      
 150 
     | 
    
         
            +
                  
         
     | 
| 
      
 151 
     | 
    
         
            +
                  class ListServiceConnectionPoliciesResponse
         
     | 
| 
      
 152 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 153 
     | 
    
         
            +
                  
         
     | 
| 
      
 154 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 155 
     | 
    
         
            +
                  end
         
     | 
| 
      
 156 
     | 
    
         
            +
                  
         
     | 
| 
      
 157 
     | 
    
         
            +
                  class ListServiceConnectionTokensResponse
         
     | 
| 
      
 158 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 159 
     | 
    
         
            +
                  
         
     | 
| 
      
 160 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 161 
     | 
    
         
            +
                  end
         
     | 
| 
      
 162 
     | 
    
         
            +
                  
         
     | 
| 
       127 
163 
     | 
    
         
             
                  class ListSpokesResponse
         
     | 
| 
       128 
164 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       129 
165 
     | 
    
         | 
| 
         @@ -154,6 +190,24 @@ module Google 
     | 
|
| 
       154 
190 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       155 
191 
     | 
    
         
             
                  end
         
     | 
| 
       156 
192 
     | 
    
         | 
| 
      
 193 
     | 
    
         
            +
                  class ProducerPscConfig
         
     | 
| 
      
 194 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 195 
     | 
    
         
            +
                  
         
     | 
| 
      
 196 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 197 
     | 
    
         
            +
                  end
         
     | 
| 
      
 198 
     | 
    
         
            +
                  
         
     | 
| 
      
 199 
     | 
    
         
            +
                  class PscConfig
         
     | 
| 
      
 200 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 201 
     | 
    
         
            +
                  
         
     | 
| 
      
 202 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 203 
     | 
    
         
            +
                  end
         
     | 
| 
      
 204 
     | 
    
         
            +
                  
         
     | 
| 
      
 205 
     | 
    
         
            +
                  class PscConnection
         
     | 
| 
      
 206 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 207 
     | 
    
         
            +
                  
         
     | 
| 
      
 208 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 209 
     | 
    
         
            +
                  end
         
     | 
| 
      
 210 
     | 
    
         
            +
                  
         
     | 
| 
       157 
211 
     | 
    
         
             
                  class RouterApplianceInstance
         
     | 
| 
       158 
212 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       159 
213 
     | 
    
         | 
| 
         @@ -166,6 +220,30 @@ module Google 
     | 
|
| 
       166 
220 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       167 
221 
     | 
    
         
             
                  end
         
     | 
| 
       168 
222 
     | 
    
         | 
| 
      
 223 
     | 
    
         
            +
                  class ServiceClass
         
     | 
| 
      
 224 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 225 
     | 
    
         
            +
                  
         
     | 
| 
      
 226 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 227 
     | 
    
         
            +
                  end
         
     | 
| 
      
 228 
     | 
    
         
            +
                  
         
     | 
| 
      
 229 
     | 
    
         
            +
                  class ServiceConnectionMap
         
     | 
| 
      
 230 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 231 
     | 
    
         
            +
                  
         
     | 
| 
      
 232 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 233 
     | 
    
         
            +
                  end
         
     | 
| 
      
 234 
     | 
    
         
            +
                  
         
     | 
| 
      
 235 
     | 
    
         
            +
                  class ServiceConnectionPolicy
         
     | 
| 
      
 236 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 237 
     | 
    
         
            +
                  
         
     | 
| 
      
 238 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 239 
     | 
    
         
            +
                  end
         
     | 
| 
      
 240 
     | 
    
         
            +
                  
         
     | 
| 
      
 241 
     | 
    
         
            +
                  class ServiceConnectionToken
         
     | 
| 
      
 242 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 243 
     | 
    
         
            +
                  
         
     | 
| 
      
 244 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 245 
     | 
    
         
            +
                  end
         
     | 
| 
      
 246 
     | 
    
         
            +
                  
         
     | 
| 
       169 
247 
     | 
    
         
             
                  class SetIamPolicyRequest
         
     | 
| 
       170 
248 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       171 
249 
     | 
    
         | 
| 
         @@ -217,6 +295,32 @@ module Google 
     | 
|
| 
       217 
295 
     | 
    
         
             
                    end
         
     | 
| 
       218 
296 
     | 
    
         
             
                  end
         
     | 
| 
       219 
297 
     | 
    
         | 
| 
      
 298 
     | 
    
         
            +
                  class ConsumerPscConfig
         
     | 
| 
      
 299 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 300 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 301 
     | 
    
         
            +
                      property :disable_global_access, as: 'disableGlobalAccess'
         
     | 
| 
      
 302 
     | 
    
         
            +
                      property :network, as: 'network'
         
     | 
| 
      
 303 
     | 
    
         
            +
                      property :project, as: 'project'
         
     | 
| 
      
 304 
     | 
    
         
            +
                    end
         
     | 
| 
      
 305 
     | 
    
         
            +
                  end
         
     | 
| 
      
 306 
     | 
    
         
            +
                  
         
     | 
| 
      
 307 
     | 
    
         
            +
                  class ConsumerPscConnection
         
     | 
| 
      
 308 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 309 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 310 
     | 
    
         
            +
                      property :error, as: 'error', class: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus, decorator: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus::Representation
         
     | 
| 
      
 311 
     | 
    
         
            +
                  
         
     | 
| 
      
 312 
     | 
    
         
            +
                      property :error_type, as: 'errorType'
         
     | 
| 
      
 313 
     | 
    
         
            +
                      property :forwarding_rule, as: 'forwardingRule'
         
     | 
| 
      
 314 
     | 
    
         
            +
                      property :gce_operation, as: 'gceOperation'
         
     | 
| 
      
 315 
     | 
    
         
            +
                      property :ip, as: 'ip'
         
     | 
| 
      
 316 
     | 
    
         
            +
                      property :network, as: 'network'
         
     | 
| 
      
 317 
     | 
    
         
            +
                      property :project, as: 'project'
         
     | 
| 
      
 318 
     | 
    
         
            +
                      property :psc_connection_id, as: 'pscConnectionId'
         
     | 
| 
      
 319 
     | 
    
         
            +
                      property :service_attachment_uri, as: 'serviceAttachmentUri'
         
     | 
| 
      
 320 
     | 
    
         
            +
                      property :state, as: 'state'
         
     | 
| 
      
 321 
     | 
    
         
            +
                    end
         
     | 
| 
      
 322 
     | 
    
         
            +
                  end
         
     | 
| 
      
 323 
     | 
    
         
            +
                  
         
     | 
| 
       220 
324 
     | 
    
         
             
                  class Empty
         
     | 
| 
       221 
325 
     | 
    
         
             
                    # @private
         
     | 
| 
       222 
326 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -360,6 +464,46 @@ module Google 
     | 
|
| 
       360 
464 
     | 
    
         
             
                    end
         
     | 
| 
       361 
465 
     | 
    
         
             
                  end
         
     | 
| 
       362 
466 
     | 
    
         | 
| 
      
 467 
     | 
    
         
            +
                  class ListServiceClassesResponse
         
     | 
| 
      
 468 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 469 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 470 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 471 
     | 
    
         
            +
                      collection :service_classes, as: 'serviceClasses', class: Google::Apis::NetworkconnectivityV1::ServiceClass, decorator: Google::Apis::NetworkconnectivityV1::ServiceClass::Representation
         
     | 
| 
      
 472 
     | 
    
         
            +
                  
         
     | 
| 
      
 473 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
      
 474 
     | 
    
         
            +
                    end
         
     | 
| 
      
 475 
     | 
    
         
            +
                  end
         
     | 
| 
      
 476 
     | 
    
         
            +
                  
         
     | 
| 
      
 477 
     | 
    
         
            +
                  class ListServiceConnectionMapsResponse
         
     | 
| 
      
 478 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 479 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 480 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 481 
     | 
    
         
            +
                      collection :service_connection_maps, as: 'serviceConnectionMaps', class: Google::Apis::NetworkconnectivityV1::ServiceConnectionMap, decorator: Google::Apis::NetworkconnectivityV1::ServiceConnectionMap::Representation
         
     | 
| 
      
 482 
     | 
    
         
            +
                  
         
     | 
| 
      
 483 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
      
 484 
     | 
    
         
            +
                    end
         
     | 
| 
      
 485 
     | 
    
         
            +
                  end
         
     | 
| 
      
 486 
     | 
    
         
            +
                  
         
     | 
| 
      
 487 
     | 
    
         
            +
                  class ListServiceConnectionPoliciesResponse
         
     | 
| 
      
 488 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 489 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 490 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 491 
     | 
    
         
            +
                      collection :service_connection_policies, as: 'serviceConnectionPolicies', class: Google::Apis::NetworkconnectivityV1::ServiceConnectionPolicy, decorator: Google::Apis::NetworkconnectivityV1::ServiceConnectionPolicy::Representation
         
     | 
| 
      
 492 
     | 
    
         
            +
                  
         
     | 
| 
      
 493 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
      
 494 
     | 
    
         
            +
                    end
         
     | 
| 
      
 495 
     | 
    
         
            +
                  end
         
     | 
| 
      
 496 
     | 
    
         
            +
                  
         
     | 
| 
      
 497 
     | 
    
         
            +
                  class ListServiceConnectionTokensResponse
         
     | 
| 
      
 498 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 499 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 500 
     | 
    
         
            +
                      property :next_page_token, as: 'nextPageToken'
         
     | 
| 
      
 501 
     | 
    
         
            +
                      collection :service_connection_tokens, as: 'serviceConnectionTokens', class: Google::Apis::NetworkconnectivityV1::ServiceConnectionToken, decorator: Google::Apis::NetworkconnectivityV1::ServiceConnectionToken::Representation
         
     | 
| 
      
 502 
     | 
    
         
            +
                  
         
     | 
| 
      
 503 
     | 
    
         
            +
                      collection :unreachable, as: 'unreachable'
         
     | 
| 
      
 504 
     | 
    
         
            +
                    end
         
     | 
| 
      
 505 
     | 
    
         
            +
                  end
         
     | 
| 
      
 506 
     | 
    
         
            +
                  
         
     | 
| 
       363 
507 
     | 
    
         
             
                  class ListSpokesResponse
         
     | 
| 
       364 
508 
     | 
    
         
             
                    # @private
         
     | 
| 
       365 
509 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -413,6 +557,36 @@ module Google 
     | 
|
| 
       413 
557 
     | 
    
         
             
                    end
         
     | 
| 
       414 
558 
     | 
    
         
             
                  end
         
     | 
| 
       415 
559 
     | 
    
         | 
| 
      
 560 
     | 
    
         
            +
                  class ProducerPscConfig
         
     | 
| 
      
 561 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 562 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 563 
     | 
    
         
            +
                      property :service_attachment_uri, as: 'serviceAttachmentUri'
         
     | 
| 
      
 564 
     | 
    
         
            +
                    end
         
     | 
| 
      
 565 
     | 
    
         
            +
                  end
         
     | 
| 
      
 566 
     | 
    
         
            +
                  
         
     | 
| 
      
 567 
     | 
    
         
            +
                  class PscConfig
         
     | 
| 
      
 568 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 569 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 570 
     | 
    
         
            +
                      property :limit, :numeric_string => true, as: 'limit'
         
     | 
| 
      
 571 
     | 
    
         
            +
                      collection :subnetworks, as: 'subnetworks'
         
     | 
| 
      
 572 
     | 
    
         
            +
                    end
         
     | 
| 
      
 573 
     | 
    
         
            +
                  end
         
     | 
| 
      
 574 
     | 
    
         
            +
                  
         
     | 
| 
      
 575 
     | 
    
         
            +
                  class PscConnection
         
     | 
| 
      
 576 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 577 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 578 
     | 
    
         
            +
                      property :consumer_address, as: 'consumerAddress'
         
     | 
| 
      
 579 
     | 
    
         
            +
                      property :consumer_forwarding_rule, as: 'consumerForwardingRule'
         
     | 
| 
      
 580 
     | 
    
         
            +
                      property :consumer_target_project, as: 'consumerTargetProject'
         
     | 
| 
      
 581 
     | 
    
         
            +
                      property :error, as: 'error', class: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus, decorator: Google::Apis::NetworkconnectivityV1::GoogleRpcStatus::Representation
         
     | 
| 
      
 582 
     | 
    
         
            +
                  
         
     | 
| 
      
 583 
     | 
    
         
            +
                      property :error_type, as: 'errorType'
         
     | 
| 
      
 584 
     | 
    
         
            +
                      property :gce_operation, as: 'gceOperation'
         
     | 
| 
      
 585 
     | 
    
         
            +
                      property :psc_connection_id, as: 'pscConnectionId'
         
     | 
| 
      
 586 
     | 
    
         
            +
                      property :state, as: 'state'
         
     | 
| 
      
 587 
     | 
    
         
            +
                    end
         
     | 
| 
      
 588 
     | 
    
         
            +
                  end
         
     | 
| 
      
 589 
     | 
    
         
            +
                  
         
     | 
| 
       416 
590 
     | 
    
         
             
                  class RouterApplianceInstance
         
     | 
| 
       417 
591 
     | 
    
         
             
                    # @private
         
     | 
| 
       418 
592 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -429,6 +603,72 @@ module Google 
     | 
|
| 
       429 
603 
     | 
    
         
             
                    end
         
     | 
| 
       430 
604 
     | 
    
         
             
                  end
         
     | 
| 
       431 
605 
     | 
    
         | 
| 
      
 606 
     | 
    
         
            +
                  class ServiceClass
         
     | 
| 
      
 607 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 608 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 609 
     | 
    
         
            +
                      property :create_time, as: 'createTime'
         
     | 
| 
      
 610 
     | 
    
         
            +
                      property :description, as: 'description'
         
     | 
| 
      
 611 
     | 
    
         
            +
                      hash :labels, as: 'labels'
         
     | 
| 
      
 612 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 613 
     | 
    
         
            +
                      property :service_class, as: 'serviceClass'
         
     | 
| 
      
 614 
     | 
    
         
            +
                      collection :service_connection_maps, as: 'serviceConnectionMaps'
         
     | 
| 
      
 615 
     | 
    
         
            +
                      property :update_time, as: 'updateTime'
         
     | 
| 
      
 616 
     | 
    
         
            +
                    end
         
     | 
| 
      
 617 
     | 
    
         
            +
                  end
         
     | 
| 
      
 618 
     | 
    
         
            +
                  
         
     | 
| 
      
 619 
     | 
    
         
            +
                  class ServiceConnectionMap
         
     | 
| 
      
 620 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 621 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 622 
     | 
    
         
            +
                      collection :consumer_psc_configs, as: 'consumerPscConfigs', class: Google::Apis::NetworkconnectivityV1::ConsumerPscConfig, decorator: Google::Apis::NetworkconnectivityV1::ConsumerPscConfig::Representation
         
     | 
| 
      
 623 
     | 
    
         
            +
                  
         
     | 
| 
      
 624 
     | 
    
         
            +
                      collection :consumer_psc_connections, as: 'consumerPscConnections', class: Google::Apis::NetworkconnectivityV1::ConsumerPscConnection, decorator: Google::Apis::NetworkconnectivityV1::ConsumerPscConnection::Representation
         
     | 
| 
      
 625 
     | 
    
         
            +
                  
         
     | 
| 
      
 626 
     | 
    
         
            +
                      property :create_time, as: 'createTime'
         
     | 
| 
      
 627 
     | 
    
         
            +
                      property :description, as: 'description'
         
     | 
| 
      
 628 
     | 
    
         
            +
                      property :infrastructure, as: 'infrastructure'
         
     | 
| 
      
 629 
     | 
    
         
            +
                      hash :labels, as: 'labels'
         
     | 
| 
      
 630 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 631 
     | 
    
         
            +
                      collection :producer_psc_configs, as: 'producerPscConfigs', class: Google::Apis::NetworkconnectivityV1::ProducerPscConfig, decorator: Google::Apis::NetworkconnectivityV1::ProducerPscConfig::Representation
         
     | 
| 
      
 632 
     | 
    
         
            +
                  
         
     | 
| 
      
 633 
     | 
    
         
            +
                      property :service_class, as: 'serviceClass'
         
     | 
| 
      
 634 
     | 
    
         
            +
                      property :service_class_uri, as: 'serviceClassUri'
         
     | 
| 
      
 635 
     | 
    
         
            +
                      property :token, as: 'token'
         
     | 
| 
      
 636 
     | 
    
         
            +
                      property :update_time, as: 'updateTime'
         
     | 
| 
      
 637 
     | 
    
         
            +
                    end
         
     | 
| 
      
 638 
     | 
    
         
            +
                  end
         
     | 
| 
      
 639 
     | 
    
         
            +
                  
         
     | 
| 
      
 640 
     | 
    
         
            +
                  class ServiceConnectionPolicy
         
     | 
| 
      
 641 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 642 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 643 
     | 
    
         
            +
                      property :create_time, as: 'createTime'
         
     | 
| 
      
 644 
     | 
    
         
            +
                      property :description, as: 'description'
         
     | 
| 
      
 645 
     | 
    
         
            +
                      property :infrastructure, as: 'infrastructure'
         
     | 
| 
      
 646 
     | 
    
         
            +
                      hash :labels, as: 'labels'
         
     | 
| 
      
 647 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 648 
     | 
    
         
            +
                      property :network, as: 'network'
         
     | 
| 
      
 649 
     | 
    
         
            +
                      property :psc_config, as: 'pscConfig', class: Google::Apis::NetworkconnectivityV1::PscConfig, decorator: Google::Apis::NetworkconnectivityV1::PscConfig::Representation
         
     | 
| 
      
 650 
     | 
    
         
            +
                  
         
     | 
| 
      
 651 
     | 
    
         
            +
                      collection :psc_connections, as: 'pscConnections', class: Google::Apis::NetworkconnectivityV1::PscConnection, decorator: Google::Apis::NetworkconnectivityV1::PscConnection::Representation
         
     | 
| 
      
 652 
     | 
    
         
            +
                  
         
     | 
| 
      
 653 
     | 
    
         
            +
                      property :service_class, as: 'serviceClass'
         
     | 
| 
      
 654 
     | 
    
         
            +
                      property :update_time, as: 'updateTime'
         
     | 
| 
      
 655 
     | 
    
         
            +
                    end
         
     | 
| 
      
 656 
     | 
    
         
            +
                  end
         
     | 
| 
      
 657 
     | 
    
         
            +
                  
         
     | 
| 
      
 658 
     | 
    
         
            +
                  class ServiceConnectionToken
         
     | 
| 
      
 659 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 660 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 661 
     | 
    
         
            +
                      property :create_time, as: 'createTime'
         
     | 
| 
      
 662 
     | 
    
         
            +
                      property :description, as: 'description'
         
     | 
| 
      
 663 
     | 
    
         
            +
                      property :expire_time, as: 'expireTime'
         
     | 
| 
      
 664 
     | 
    
         
            +
                      hash :labels, as: 'labels'
         
     | 
| 
      
 665 
     | 
    
         
            +
                      property :name, as: 'name'
         
     | 
| 
      
 666 
     | 
    
         
            +
                      property :network, as: 'network'
         
     | 
| 
      
 667 
     | 
    
         
            +
                      property :token, as: 'token'
         
     | 
| 
      
 668 
     | 
    
         
            +
                      property :update_time, as: 'updateTime'
         
     | 
| 
      
 669 
     | 
    
         
            +
                    end
         
     | 
| 
      
 670 
     | 
    
         
            +
                  end
         
     | 
| 
      
 671 
     | 
    
         
            +
                  
         
     | 
| 
       432 
672 
     | 
    
         
             
                  class SetIamPolicyRequest
         
     | 
| 
       433 
673 
     | 
    
         
             
                    # @private
         
     | 
| 
       434 
674 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     |