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.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
SecurityMarks getSecurityMarks()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
SecurityMarksOrBuilder getSecurityMarksOrBuilder()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;
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;
Timestamp getStartTime()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;
TimestampOrBuilder getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;
Copyright © 2022 Google LLC. All rights reserved.