lib/google/apis/notebooks_v2/service.rb in google-apis-notebooks_v2-0.6.0 vs lib/google/apis/notebooks_v2/service.rb in google-apis-notebooks_v2-0.7.0

- old
+ new

@@ -289,9 +289,42 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end + # Gets general backend configurations that might also affect the frontend. + # Location is required by CCFE. Although we could bypass it to send location- + # less request directly to the backend job, we would need CPE (go/cloud-cpe). + # Having the location might also be useful depending on the query. + # @param [String] name + # Required. Format: `projects/`project_id`/locations/`location`` + # @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::NotebooksV2::Config] parsed result object + # @yieldparam err [StandardError] error object if request failed + # + # @return [Google::Apis::NotebooksV2::Config] + # + # @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_project_location_instance_config(name, fields: nil, quota_user: nil, options: nil, &block) + command = make_simple_command(:get, 'v2/{+name}/instances:getConfig', options) + command.response_representation = Google::Apis::NotebooksV2::Config::Representation + command.response_class = Google::Apis::NotebooksV2::Config + 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 + # Gets the access control policy for a resource. Returns an empty policy if the # resource exists and does not have a policy set. # @param [String] resource # REQUIRED: The resource for which the policy is being requested. See [Resource # names](https://cloud.google.com/apis/design/resource_names) for the