public interface UpdateSecurityMarksRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SecurityMarks |
getSecurityMarks()
Required.
|
SecurityMarksOrBuilder |
getSecurityMarksOrBuilder()
Required.
|
Timestamp |
getStartTime()
The time at which the updated SecurityMarks take effect.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect.
|
FieldMask |
getUpdateMask()
The FieldMask to use when updating the security marks resource.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource.
|
boolean |
hasSecurityMarks()
Required.
|
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, hasOneof
isInitialized
boolean hasSecurityMarks()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
SecurityMarks getSecurityMarks()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
SecurityMarksOrBuilder getSecurityMarksOrBuilder()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource. The field mask must not contain duplicate fields. If empty or set to "marks", all marks will be replaced. Individual marks can be updated using "marks.<mark_key>".
.google.protobuf.FieldMask update_mask = 2;
boolean hasStartTime()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time. Must be earlier or equal to the server time.
.google.protobuf.Timestamp start_time = 3;
Timestamp getStartTime()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time. Must be earlier or equal to the server time.
.google.protobuf.Timestamp start_time = 3;
TimestampOrBuilder getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect. If not set uses current server time. Updates will be applied to the SecurityMarks that are active immediately preceding this time. Must be earlier or equal to the server time.
.google.protobuf.Timestamp start_time = 3;
Copyright © 2022 Google LLC. All rights reserved.