public interface UpdateSecurityMarksRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSecurityMarks()
public abstract SecurityMarks getSecurityMarks()Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
SecurityMarks |
The securityMarks. |
getSecurityMarksOrBuilder()
public abstract SecurityMarksOrBuilder getSecurityMarksOrBuilder()Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
SecurityMarksOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
TimestampOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
FieldMaskOrBuilder |
hasSecurityMarks()
public abstract boolean hasSecurityMarks()Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the securityMarks field is set. |
hasStartTime()
public abstract boolean hasStartTime()The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
boolean |
Whether the startTime field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
boolean |
Whether the updateMask field is set. |