generated/google/apis/servicenetworking_v1/service.rb in google-api-client-0.49.0 vs generated/google/apis/servicenetworking_v1/service.rb in google-api-client-0.50.0
- old
+ new
@@ -696,9 +696,47 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
+ # Service producers use this method to get the configuration of their connection
+ # including the import/export of custom routes and subnetwork routes with public
+ # IP.
+ # @param [String] name
+ # Required. Name of the consumer config to retrieve in the format: `services/`
+ # service`/projects/`project`/global/networks/`network``. `service` is the
+ # peering service that is managing connectivity for the service producer's
+ # organization. For Google services that support this functionality, this value
+ # is `servicenetworking.googleapis.com`. `project` is a project number e.g. `
+ # 12345` that contains the service consumer's VPC network. `network` is the name
+ # of the service consumer's VPC network.
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ServicenetworkingV1::ConsumerConfig] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ServicenetworkingV1::ConsumerConfig]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def get_service_project_global_network(name, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:get, 'v1/{+name}', options)
+ command.response_representation = Google::Apis::ServicenetworkingV1::ConsumerConfig::Representation
+ command.response_class = Google::Apis::ServicenetworkingV1::ConsumerConfig
+ command.params['name'] = name unless name.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
# Service producers use this method to update the configuration of their
# connection including the import/export of custom routes and subnetwork routes
# with public IP.
# @param [String] parent
# Required. Parent resource identifying the connection for which the consumer