public interface UpdateSecurityMarksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SecurityMarks |
getSecurityMarks()
The security marks resource to update.
|
SecurityMarksOrBuilder |
getSecurityMarksOrBuilder()
The security marks resource to update.
|
com.google.protobuf.Timestamp |
getStartTime()
The time at which the updated SecurityMarks take effect.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The FieldMask to use when updating the security marks resource.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource.
|
boolean |
hasSecurityMarks()
The security marks resource to update.
|
boolean |
hasStartTime()
The time at which the updated SecurityMarks take effect.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the security marks resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSecurityMarks()
The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1;SecurityMarks getSecurityMarks()
The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1;SecurityMarksOrBuilder getSecurityMarksOrBuilder()
The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1;boolean hasUpdateMask()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;boolean hasStartTime()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.Timestamp getStartTime()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;Copyright © 2019 Google LLC. All rights reserved.