publicstaticfinalclass ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorextendsGeneratedMessageV3implementsValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder
An error encountered while validating the uploaded configuration of an
Event Threat Detection Custom Module.
Protobuf type
google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DESCRIPTION_FIELD_NUMBER
publicstaticfinalintDESCRIPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
END_FIELD_NUMBER
publicstaticfinalintEND_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
FIELD_PATH_FIELD_NUMBER
publicstaticfinalintFIELD_PATH_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
START_FIELD_NUMBER
publicstaticfinalintSTART_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError.BuildernewBuilder()
newBuilder(ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError prototype)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError.BuildernewBuilder(ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorprototype)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseDelimitedFrom(InputStreaminput)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(CodedInputStreaminput)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(InputStreaminput)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorgetDefaultInstanceForType()
getDescription()
publicStringgetDescription()
A description of the error, suitable for human consumption. Required.
string description = 1;
| Returns |
| Type |
Description |
String |
The description.
|
getDescriptionBytes()
publicByteStringgetDescriptionBytes()
A description of the error, suitable for human consumption. Required.
string description = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for description.
|
getEnd()
publicValidateEventThreatDetectionCustomModuleResponse.PositiongetEnd()
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;
getEndOrBuilder()
publicValidateEventThreatDetectionCustomModuleResponse.PositionOrBuildergetEndOrBuilder()
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;
getFieldPath()
publicStringgetFieldPath()
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 |
| Type |
Description |
String |
The fieldPath.
|
getFieldPathBytes()
publicByteStringgetFieldPathBytes()
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 |
| Type |
Description |
ByteString |
The bytes for fieldPath.
|
getParserForType()
publicParser<ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getStart()
publicValidateEventThreatDetectionCustomModuleResponse.PositiongetStart()
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;
getStartOrBuilder()
publicValidateEventThreatDetectionCustomModuleResponse.PositionOrBuildergetStartOrBuilder()
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;
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 |
| Type |
Description |
boolean |
Whether the end field is set.
|
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 |
| Type |
Description |
boolean |
Whether the start field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides