Interface UpdateSecurityMarksRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SecurityMarks getSecurityMarks()
      Required.
      SecurityMarksOrBuilder getSecurityMarksOrBuilder()
      Required.
      com.google.protobuf.Timestamp getStartTime()
      The time at which the updated SecurityMarks take effect.
      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      The time at which the updated SecurityMarks take effect.
      com.google.protobuf.FieldMask getUpdateMask()
      The FieldMask to use when updating the security marks resource.
      com.google.protobuf.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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.v1p1beta1.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.v1p1beta1.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.v1p1beta1.SecurityMarks security_marks = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        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;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.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;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.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;
      • hasStartTime

        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.
         
        .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.
         If not set uses current server time.  Updates will be applied to the
         SecurityMarks that are active immediately preceding this time.
         
        .google.protobuf.Timestamp start_time = 3;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.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.
         
        .google.protobuf.Timestamp start_time = 3;