generated/google/apis/securitycenter_v1beta1/service.rb in google-api-client-0.34.0 vs generated/google/apis/securitycenter_v1beta1/service.rb in google-api-client-0.34.1
- old
+ new
@@ -83,11 +83,11 @@
# Updates an organization's settings.
# @param [String] name
# The relative resource name of the settings. See:
# https://cloud.google.com/apis/design/resource_names#relative_resource_name
# Example:
- # "organizations/123/organizationSettings".
+ # "organizations/`organization_id`/organizationSettings".
# @param [Google::Apis::SecuritycenterV1beta1::OrganizationSettings] organization_settings_object
# @param [String] update_mask
# The FieldMask to use when updating the settings resource.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
@@ -300,12 +300,13 @@
# Updates security marks.
# @param [String] name
# The relative resource name of the SecurityMarks. See:
# https://cloud.google.com/apis/design/resource_names#relative_resource_name
# Examples:
- # "organizations/123/assets/456/securityMarks"
- # "organizations/123/sources/456/findings/789/securityMarks".
+ # "organizations/`organization_id`/assets/`asset_id`/securityMarks"
+ # "organizations/`organization_id`/sources/`source_id`/findings/`finding_id`/
+ # securityMarks".
# @param [Google::Apis::SecuritycenterV1beta1::SecurityMarks] security_marks_object
# @param [String] start_time
# The time at which the updated SecurityMarks take effect.
# @param [String] update_mask
# The FieldMask to use when updating the security marks resource.
@@ -636,11 +637,11 @@
# Updates a source.
# @param [String] name
# The relative resource name of this source. See:
# https://cloud.google.com/apis/design/resource_names#relative_resource_name
# Example:
- # "organizations/123/sources/456"
+ # "organizations/`organization_id`/sources/`source_id`"
# @param [Google::Apis::SecuritycenterV1beta1::Source] source_object
# @param [String] update_mask
# The FieldMask to use when updating the source resource.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
@@ -781,16 +782,16 @@
end
# Filters an organization or source's findings and groups them by their
# specified properties.
# To group across all sources provide a `-` as the source id.
- # Example: /v1beta1/organizations/123/sources/-/findings
+ # Example: /v1beta1/organizations/`organization_id`/sources/-/findings
# @param [String] parent
# Required. Name of the source to groupBy. Its format is
# "organizations/[organization_id]/sources/[source_id]". To groupBy across
# all sources provide a source_id of `-`. For example:
- # organizations/123/sources/-
+ # organizations/`organization_id`/sources/-
# @param [Google::Apis::SecuritycenterV1beta1::GroupFindingsRequest] group_findings_request_object
# @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
@@ -819,16 +820,16 @@
execute_or_queue_command(command, &block)
end
# Lists an organization or source's findings.
# To list across all sources provide a `-` as the source id.
- # Example: /v1beta1/organizations/123/sources/-/findings
+ # Example: /v1beta1/organizations/`organization_id`/sources/-/findings
# @param [String] parent
# Required. Name of the source the findings belong to. Its format is
# "organizations/[organization_id]/sources/[source_id]". To list across all
# sources provide a source_id of `-`. For example:
- # organizations/123/sources/-
+ # organizations/`organization_id`/sources/-
# @param [String] field_mask
# Optional. A field mask to specify the Finding fields to be listed in the
# response.
# An empty field mask will list all fields.
# @param [String] filter
@@ -908,11 +909,11 @@
# finding creation to succeed.
# @param [String] name
# The relative resource name of this finding. See:
# https://cloud.google.com/apis/design/resource_names#relative_resource_name
# Example:
- # "organizations/123/sources/456/findings/789"
+ # "organizations/`organization_id`/sources/`source_id`/findings/`finding_id`"
# @param [Google::Apis::SecuritycenterV1beta1::Finding] finding_object
# @param [String] update_mask
# The FieldMask to use when updating the finding resource. This field should
# not be specified when creating a finding.
# @param [String] fields
@@ -948,11 +949,11 @@
# Updates the state of a finding.
# @param [String] name
# Required. The relative resource name of the finding. See:
# https://cloud.google.com/apis/design/resource_names#relative_resource_name
# Example:
- # "organizations/123/sources/456/finding/789".
+ # "organizations/`organization_id`/sources/`source_id`/finding/`finding_id`".
# @param [Google::Apis::SecuritycenterV1beta1::SetFindingStateRequest] set_finding_state_request_object
# @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
@@ -984,11 +985,12 @@
# Updates security marks.
# @param [String] name
# The relative resource name of the SecurityMarks. See:
# https://cloud.google.com/apis/design/resource_names#relative_resource_name
# Examples:
- # "organizations/123/assets/456/securityMarks"
- # "organizations/123/sources/456/findings/789/securityMarks".
+ # "organizations/`organization_id`/assets/`asset_id`/securityMarks"
+ # "organizations/`organization_id`/sources/`source_id`/findings/`finding_id`/
+ # securityMarks".
# @param [Google::Apis::SecuritycenterV1beta1::SecurityMarks] security_marks_object
# @param [String] start_time
# The time at which the updated SecurityMarks take effect.
# @param [String] update_mask
# The FieldMask to use when updating the security marks resource.