generated/google/apis/osconfig_v1/service.rb in google-api-client-0.43.0 vs generated/google/apis/osconfig_v1/service.rb in google-api-client-0.44.0

- old
+ new

@@ -53,16 +53,13 @@ # Required. The project to apply this patch deployment to in the form `projects/* # `. # @param [Google::Apis::OsconfigV1::PatchDeployment] patch_deployment_object # @param [String] patch_deployment_id # Required. A name for the patch deployment in the project. When creating a name - # the following rules apply: - # * Must contain only lowercase letters, numbers, and hyphens. - # * Must start with a letter. - # * Must be between 1-63 characters. - # * Must end with a number or a letter. - # * Must be unique within the project. + # the following rules apply: * Must contain only lowercase letters, numbers, and + # hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must + # end with a number or a letter. * Must be unique within the project. # @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. @@ -91,12 +88,12 @@ execute_or_queue_command(command, &block) end # Delete an OS Config patch deployment. # @param [String] name - # Required. The resource name of the patch deployment in the form - # `projects/*/patchDeployments/*`. + # Required. The resource name of the patch deployment in the form `projects/*/ + # patchDeployments/*`. # @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. @@ -122,12 +119,12 @@ execute_or_queue_command(command, &block) end # Get an OS Config patch deployment. # @param [String] name - # Required. The resource name of the patch deployment in the form - # `projects/*/patchDeployments/*`. + # Required. The resource name of the patch deployment in the form `projects/*/ + # patchDeployments/*`. # @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. @@ -158,12 +155,11 @@ # Required. The resource name of the parent in the form `projects/*`. # @param [Fixnum] page_size # Optional. The maximum number of patch deployments to return. Default is 100. # @param [String] page_token # Optional. A pagination token returned from a previous call to - # ListPatchDeployments - # that indicates where this listing should continue from. + # ListPatchDeployments that indicates where this listing should continue from. # @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. @@ -189,12 +185,12 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Cancel a patch job. The patch job must be active. Canceled patch jobs - # cannot be restarted. + # Cancel a patch job. The patch job must be active. Canceled patch jobs cannot + # be restarted. # @param [String] name # Required. Name of the patch in the form `projects/*/patchJobs/*` # @param [Google::Apis::OsconfigV1::CancelPatchJobRequest] cancel_patch_job_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -256,12 +252,12 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Get the patch job. This can be used to track the progress of an - # ongoing patch job or review the details of completed jobs. + # Get the patch job. This can be used to track the progress of an ongoing patch + # job or review the details of completed jobs. # @param [String] name # Required. Name of the patch in the form `projects/*/patchJobs/*` # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -291,18 +287,18 @@ # Get a list of patch jobs. # @param [String] parent # Required. In the form of `projects/*` # @param [String] filter - # If provided, this field specifies the criteria that must be met by patch - # jobs to be included in the response. - # Currently, filtering is only available on the patch_deployment field. + # If provided, this field specifies the criteria that must be met by patch jobs + # to be included in the response. Currently, filtering is only available on the + # patch_deployment field. # @param [Fixnum] page_size # The maximum number of instance status to return. # @param [String] page_token - # A pagination token returned from a previous call - # that indicates where this listing should continue from. + # A pagination token returned from a previous call that indicates where this + # listing should continue from. # @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. @@ -334,17 +330,16 @@ # Get a list of instance details for a given patch job. # @param [String] parent # Required. The parent for the instances are in the form of `projects/*/ # patchJobs/*`. # @param [String] filter - # A filter expression that filters results listed in the response. This - # field supports filtering results by instance zone, name, state, or - # `failure_reason`. + # A filter expression that filters results listed in the response. This field + # supports filtering results by instance zone, name, state, or `failure_reason`. # @param [Fixnum] page_size - # The maximum number of instance details records to return. Default is 100. + # The maximum number of instance details records to return. Default is 100. # @param [String] page_token - # A pagination token returned from a previous call - # that indicates where this listing should continue from. + # A pagination token returned from a previous call that indicates where this + # listing should continue from. # @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.