public interface SetFindingStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The relative resource name of the finding.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of the finding.
|
com.google.protobuf.Timestamp |
getStartTime()
The time at which the updated state takes effect.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the updated state takes effect.
|
Finding.State |
getState()
The desired State of the finding.
|
int |
getStateValue()
The desired State of the finding.
|
boolean |
hasStartTime()
The time at which the updated state takes effect.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
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".
string name = 1;com.google.protobuf.ByteString getNameBytes()
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".
string name = 1;int getStateValue()
The desired State of the finding.
.google.cloud.securitycenter.v1beta1.Finding.State state = 2;Finding.State getState()
The desired State of the finding.
.google.cloud.securitycenter.v1beta1.Finding.State state = 2;boolean hasStartTime()
The time at which the updated state takes effect.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.Timestamp getStartTime()
The time at which the updated state takes effect.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which the updated state takes effect.
.google.protobuf.Timestamp start_time = 3;Copyright © 2019 Google LLC. All rights reserved.