Interface ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder (0.8.0)

public static interface ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

A description of the error, suitable for human consumption. Required.

string description = 1;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A description of the error, suitable for human consumption. Required.

string description = 1;

Returns
TypeDescription
ByteString

The bytes for description.

getEnd()

public abstract ValidateEventThreatDetectionCustomModuleResponse.Position getEnd()

The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed..

optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position end = 4;

Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Position

The end.

getEndOrBuilder()

public abstract ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder getEndOrBuilder()

The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed..

optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position end = 4;

Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder

getFieldPath()

public abstract String getFieldPath()

The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.

string field_path = 2;

Returns
TypeDescription
String

The fieldPath.

getFieldPathBytes()

public abstract ByteString getFieldPathBytes()

The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.

string field_path = 2;

Returns
TypeDescription
ByteString

The bytes for fieldPath.

getStart()

public abstract ValidateEventThreatDetectionCustomModuleResponse.Position getStart()

The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.

optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position start = 3;

Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Position

The start.

getStartOrBuilder()

public abstract ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder getStartOrBuilder()

The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.

optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position start = 3;

Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder

hasEnd()

public abstract boolean hasEnd()

The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed..

optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position end = 4;

Returns
TypeDescription
boolean

Whether the end field is set.

hasStart()

public abstract boolean hasStart()

The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.

optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position start = 3;

Returns
TypeDescription
boolean

Whether the start field is set.