Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class SetFindingStateRequest.
Request message for updating a finding's state.
Generated from protobuf message google.cloud.securitycenter.v1.SetFindingStateRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The relative resource name of the finding. Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}".
↳ state
int
Required. The desired State of the finding.
↳ start_time
Google\Protobuf\Timestamp
Required. The time at which the updated state takes effect.
getName
Required. The relative resource name of the finding. Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}".
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setName
Required. The relative resource name of the finding. Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}".
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getState
Required. The desired State of the finding.
Generated from protobuf field .google.cloud.securitycenter.v1.Finding.State state = 2 [(.google.api.field_behavior) = REQUIRED];
int
setState
Required. The desired State of the finding.
Generated from protobuf field .google.cloud.securitycenter.v1.Finding.State state = 2 [(.google.api.field_behavior) = REQUIRED];
var
int
$this
getStartTime
Required. The time at which the updated state takes effect.
Generated from protobuf field .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\Timestamp|null
hasStartTime
clearStartTime
setStartTime
Required. The time at which the updated state takes effect.
Generated from protobuf field .google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = REQUIRED];
var
Google\Protobuf\Timestamp
$this