Interface UpdateSecurityMarksRequestOrBuilder (2.6.0)

public interface UpdateSecurityMarksRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
SecurityMarksOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The time at which the updated SecurityMarks take effect.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time at which the updated SecurityMarks take effect.

.google.protobuf.Timestamp start_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The FieldMask to use when updating the security marks resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The FieldMask to use when updating the security marks resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the updateMask field is set.