Interface ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder (0.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
publicabstractStringgetDescription()A human-readable description of the error.
string description = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
publicabstractByteStringgetDescriptionBytes()A human-readable description of the error.
string description = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getEnd()
publicabstractValidateEventThreatDetectionCustomModuleResponse.PositiongetEnd()The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position end = 4;
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
The end. |
getEndOrBuilder()
publicabstractValidateEventThreatDetectionCustomModuleResponse.PositionOrBuildergetEndOrBuilder()The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position end = 4;
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder |
|
getFieldPath()
publicabstractStringgetFieldPath()The path, in RFC 6901: JSON Pointer format, to the field that failed validation. Omitted if no specific field is affected.
string field_path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The fieldPath. |
getFieldPathBytes()
publicabstractByteStringgetFieldPathBytes()The path, in RFC 6901: JSON Pointer format, to the field that failed validation. Omitted if no specific field is affected.
string field_path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fieldPath. |
getStart()
publicabstractValidateEventThreatDetectionCustomModuleResponse.PositiongetStart()The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position start = 3;
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
The start. |
getStartOrBuilder()
publicabstractValidateEventThreatDetectionCustomModuleResponse.PositionOrBuildergetStartOrBuilder()The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position start = 3;
| Returns | |
|---|---|
| Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder |
|
hasEnd()
publicabstractbooleanhasEnd()The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position end = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
publicabstractbooleanhasStart()The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
optional .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position start = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |