generated/google/apis/securitycenter_v1/service.rb in google-api-client-0.37.3 vs generated/google/apis/securitycenter_v1/service.rb in google-api-client-0.38.0

- old
+ new

@@ -18,14 +18,14 @@ require 'google/apis/errors' module Google module Apis module SecuritycenterV1 - # Cloud Security Command Center API + # Security Command Center API # - # Cloud Security Command Center API provides access to temporal views of assets - # and findings within an organization. + # Security Command Center API provides access to temporal views of assets and + # findings within an organization. # # @example # require 'google/apis/securitycenter_v1' # # Securitycenter = Google::Apis::SecuritycenterV1 # Alias the module @@ -227,10 +227,14 @@ # * security_center_properties.resource_parent_display_name: `=`, `:` # * security_center_properties.resource_project: `=`, `:` # * security_center_properties.resource_project_display_name: `=`, `:` # * security_center_properties.resource_owners: `=`, `:` # For example, `resource_properties.size = 100` is a valid filter string. + # Use a partial match on the empty string to filter based on a property + # existing: "resource_properties.my_property : \"\"" + # Use a negated partial match on the empty string to filter based on a + # property not existing: "-resource_properties.my_property : \"\"" # @param [String] order_by # Expression that defines what fields and order to use for sorting. The # string value should follow SQL syntax: comma separated list of fields. For # example: "name,resource_properties.a_property". The default sorting order # is ascending. To specify descending order for a field, a suffix " desc" @@ -1112,9 +1116,13 @@ # "event_time = \"2019-06-10T16:07:18-07:00\"" # "event_time = 1560208038000" # security_marks.marks: `=`, `:` # source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` # For example, `source_properties.size = 100` is a valid filter string. + # Use a partial match on the empty string to filter based on a property + # existing: "source_properties.my_property : \"\"" + # Use a negated partial match on the empty string to filter based on a + # property not existing: "-source_properties.my_property : \"\"" # @param [String] order_by # Expression that defines what fields and order to use for sorting. The # string value should follow SQL syntax: comma separated list of fields. For # example: "name,resource_properties.a_property". The default sorting order # is ascending. To specify descending order for a field, a suffix " desc"