Class ValidateEventThreatDetectionCustomModuleResponse (0.10.0)

public final class ValidateEventThreatDetectionCustomModuleResponse extends GeneratedMessageV3 implements ValidateEventThreatDetectionCustomModuleResponseOrBuilder

Response to validating an Event Threat Detection custom module.

Protobuf type google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ValidateEventThreatDetectionCustomModuleResponse

Static Fields

ERRORS_FIELD_NUMBER

public static final int ERRORS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ValidateEventThreatDetectionCustomModuleResponse getDefaultInstance()
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ValidateEventThreatDetectionCustomModuleResponse.Builder newBuilder()
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Builder

newBuilder(ValidateEventThreatDetectionCustomModuleResponse prototype)

public static ValidateEventThreatDetectionCustomModuleResponse.Builder newBuilder(ValidateEventThreatDetectionCustomModuleResponse prototype)
Parameter
NameDescription
prototypeValidateEventThreatDetectionCustomModuleResponse
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Builder

parseDelimitedFrom(InputStream input)

public static ValidateEventThreatDetectionCustomModuleResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ValidateEventThreatDetectionCustomModuleResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ValidateEventThreatDetectionCustomModuleResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ValidateEventThreatDetectionCustomModuleResponse> parser()
Returns
TypeDescription
Parser<ValidateEventThreatDetectionCustomModuleResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ValidateEventThreatDetectionCustomModuleResponse getDefaultInstanceForType()
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse

getErrors(int index)

public ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError getErrors(int index)

A list of errors returned by the validator. If the list is empty, there were no errors.

repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError

getErrorsCount()

public int getErrorsCount()

A list of errors returned by the validator. If the list is empty, there were no errors.

repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;

Returns
TypeDescription
int

getErrorsList()

public List<ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError> getErrorsList()

A list of errors returned by the validator. If the list is empty, there were no errors.

repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;

Returns
TypeDescription
List<CustomModuleValidationError>

getErrorsOrBuilder(int index)

public ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder getErrorsOrBuilder(int index)

A list of errors returned by the validator. If the list is empty, there were no errors.

repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder

getErrorsOrBuilderList()

public List<? extends ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder> getErrorsOrBuilderList()

A list of errors returned by the validator. If the list is empty, there were no errors.

repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;

Returns
TypeDescription
List<? extends com.google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder>

getParserForType()

public Parser<ValidateEventThreatDetectionCustomModuleResponse> getParserForType()
Returns
TypeDescription
Parser<ValidateEventThreatDetectionCustomModuleResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ValidateEventThreatDetectionCustomModuleResponse.Builder newBuilderForType()
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ValidateEventThreatDetectionCustomModuleResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ValidateEventThreatDetectionCustomModuleResponse.Builder toBuilder()
Returns
TypeDescription
ValidateEventThreatDetectionCustomModuleResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException