generated/google/apis/containeranalysis_v1beta1/service.rb in google-api-client-0.36.0 vs generated/google/apis/containeranalysis_v1beta1/service.rb in google-api-client-0.36.1

- old
+ new

@@ -48,11 +48,12 @@ @batch_path = 'batch' end # Creates new notes in batch. # @param [String] parent - # The name of the project in the form of `projects/[PROJECT_ID]`, under which + # Required. The name of the project in the form of `projects/[PROJECT_ID]`, + # under which # the notes are to be created. # @param [Google::Apis::ContaineranalysisV1beta1::BatchCreateNotesRequest] batch_create_notes_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -82,15 +83,16 @@ execute_or_queue_command(command, &block) end # Creates a new note. # @param [String] parent - # The name of the project in the form of `projects/[PROJECT_ID]`, under which + # Required. The name of the project in the form of `projects/[PROJECT_ID]`, + # under which # the note is to be created. # @param [Google::Apis::ContaineranalysisV1beta1::Note] note_object # @param [String] note_id - # The ID to use for this note. + # Required. The ID to use for this note. # @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. @@ -119,11 +121,11 @@ execute_or_queue_command(command, &block) end # Deletes the specified note. # @param [String] name - # The name of the note in the form of + # Required. The name of the note in the form of # `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. # @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 @@ -150,11 +152,11 @@ execute_or_queue_command(command, &block) end # Gets the specified note. # @param [String] name - # The name of the note in the form of + # Required. The name of the note in the form of # `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. # @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 @@ -221,11 +223,11 @@ execute_or_queue_command(command, &block) end # Lists notes for the specified project. # @param [String] parent - # The name of the project to list notes for in the form of + # Required. The name of the project to list notes for in the form of # `projects/[PROJECT_ID]`. # @param [String] filter # The filter expression. # @param [Fixnum] page_size # Number of notes to return in the list. Must be positive. Max allowed page @@ -262,11 +264,11 @@ execute_or_queue_command(command, &block) end # Updates the specified note. # @param [String] name - # The name of the note in the form of + # Required. The name of the note in the form of # `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. # @param [Google::Apis::ContaineranalysisV1beta1::Note] note_object # @param [String] update_mask # The fields to update. # @param [String] fields @@ -380,11 +382,11 @@ # Lists occurrences referencing the specified note. Provider projects can use # this method to get all occurrences across consumer projects referencing the # specified note. # @param [String] name - # The name of the note to list occurrences for in the form of + # Required. The name of the note to list occurrences for in the form of # `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. # @param [String] filter # The filter expression. # @param [Fixnum] page_size # Number of occurrences to return in the list. @@ -420,11 +422,12 @@ execute_or_queue_command(command, &block) end # Creates new occurrences in batch. # @param [String] parent - # The name of the project in the form of `projects/[PROJECT_ID]`, under which + # Required. The name of the project in the form of `projects/[PROJECT_ID]`, + # under which # the occurrences are to be created. # @param [Google::Apis::ContaineranalysisV1beta1::BatchCreateOccurrencesRequest] batch_create_occurrences_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -454,11 +457,12 @@ execute_or_queue_command(command, &block) end # Creates a new occurrence. # @param [String] parent - # The name of the project in the form of `projects/[PROJECT_ID]`, under which + # Required. The name of the project in the form of `projects/[PROJECT_ID]`, + # under which # the occurrence is to be created. # @param [Google::Apis::ContaineranalysisV1beta1::Occurrence] occurrence_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -490,11 +494,11 @@ # Deletes the specified occurrence. For example, use this method to delete an # occurrence when the occurrence is no longer applicable for the given # resource. # @param [String] name - # The name of the occurrence in the form of + # Required. The name of the occurrence in the form of # `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. # @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 @@ -521,11 +525,11 @@ execute_or_queue_command(command, &block) end # Gets the specified occurrence. # @param [String] name - # The name of the occurrence in the form of + # Required. The name of the occurrence in the form of # `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. # @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 @@ -593,11 +597,11 @@ end # Gets the note attached to the specified occurrence. Consumer projects can # use this method to get a note that belongs to a provider project. # @param [String] name - # The name of the occurrence in the form of + # Required. The name of the occurrence in the form of # `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. # @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 @@ -624,11 +628,12 @@ execute_or_queue_command(command, &block) end # Gets a summary of the number and severity of occurrences. # @param [String] parent - # The name of the project to get a vulnerability summary for in the form of + # Required. The name of the project to get a vulnerability summary for in the + # form of # `projects/[PROJECT_ID]`. # @param [String] filter # The filter expression. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -658,11 +663,11 @@ execute_or_queue_command(command, &block) end # Lists occurrences for the specified project. # @param [String] parent - # The name of the project to list occurrences for in the form of + # Required. The name of the project to list occurrences for in the form of # `projects/[PROJECT_ID]`. # @param [String] filter # The filter expression. # @param [Fixnum] page_size # Number of occurrences to return in the list. Must be positive. Max allowed @@ -699,11 +704,11 @@ execute_or_queue_command(command, &block) end # Updates the specified occurrence. # @param [String] name - # The name of the occurrence in the form of + # Required. The name of the occurrence in the form of # `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. # @param [Google::Apis::ContaineranalysisV1beta1::Occurrence] occurrence_object # @param [String] update_mask # The fields to update. # @param [String] fields @@ -815,11 +820,11 @@ execute_or_queue_command(command, &block) end # Gets the specified scan configuration. # @param [String] name - # The name of the scan configuration in the form of + # Required. The name of the scan configuration in the form of # `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. # @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 @@ -846,14 +851,15 @@ execute_or_queue_command(command, &block) end # Lists scan configurations for the specified project. # @param [String] parent - # The name of the project to list scan configurations for in the form of + # Required. The name of the project to list scan configurations for in the form + # of # `projects/[PROJECT_ID]`. # @param [String] filter - # The filter expression. + # Required. The filter expression. # @param [Fixnum] page_size # The number of scan configs to return in the list. # @param [String] page_token # Token to provide to skip to a particular spot in the list. # @param [String] fields @@ -886,10 +892,10 @@ execute_or_queue_command(command, &block) end # Updates the specified scan configuration. # @param [String] name - # The name of the scan configuration in the form of + # Required. The name of the scan configuration in the form of # `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. # @param [Google::Apis::ContaineranalysisV1beta1::ScanConfig] scan_config_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user