Interface UpdateSecurityMarksRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateSecurityMarksRequest,UpdateSecurityMarksRequest.Builder
public interface UpdateSecurityMarksRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityMarksgetSecurityMarks()Required.SecurityMarksOrBuildergetSecurityMarksOrBuilder()Required.com.google.protobuf.TimestampgetStartTime()The time at which the updated SecurityMarks take effect.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The time at which the updated SecurityMarks take effect.com.google.protobuf.FieldMaskgetUpdateMask()The FieldMask to use when updating the security marks resource.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()The FieldMask to use when updating the security marks resource.booleanhasSecurityMarks()Required.booleanhasStartTime()The time at which the updated SecurityMarks take effect.booleanhasUpdateMask()The FieldMask to use when updating the security marks resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSecurityMarks
boolean hasSecurityMarks()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the securityMarks field is set.
-
getSecurityMarks
SecurityMarks getSecurityMarks()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The securityMarks.
-
getSecurityMarksOrBuilder
SecurityMarksOrBuilder getSecurityMarksOrBuilder()
Required. The security marks resource to update.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the security marks resource.
.google.protobuf.FieldMask update_mask = 2;
-
hasStartTime
boolean hasStartTime()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which the updated SecurityMarks take effect.
.google.protobuf.Timestamp start_time = 3;
-
-