public static final class ValidateEventThreatDetectionCustomModuleResponse.Position extends GeneratedMessageV3 implements ValidateEventThreatDetectionCustomModuleResponse.PositionOrBuilder
A position in the uploaded text version of a module.
Protobuf type
google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.Position
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ValidateEventThreatDetectionCustomModuleResponse.PositionStatic Fields
COLUMN_NUMBER_FIELD_NUMBER
public static final int COLUMN_NUMBER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LINE_NUMBER_FIELD_NUMBER
public static final int LINE_NUMBER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ValidateEventThreatDetectionCustomModuleResponse.Position getDefaultInstance()
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ValidateEventThreatDetectionCustomModuleResponse.Position.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position.Builder |
newBuilder(ValidateEventThreatDetectionCustomModuleResponse.Position prototype)
public static ValidateEventThreatDetectionCustomModuleResponse.Position.Builder newBuilder(ValidateEventThreatDetectionCustomModuleResponse.Position prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position.Builder |
parseDelimitedFrom(InputStream input)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ValidateEventThreatDetectionCustomModuleResponse.Position parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ValidateEventThreatDetectionCustomModuleResponse.Position> parser()
Returns | |
---|---|
Type | Description |
Parser<Position> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getColumnNumber()
public int getColumnNumber()
The column position in the line
int32 column_number = 2;
Returns | |
---|---|
Type | Description |
int |
The columnNumber. |
getDefaultInstanceForType()
public ValidateEventThreatDetectionCustomModuleResponse.Position getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position |
getLineNumber()
public int getLineNumber()
The line position in the text
int32 line_number = 1;
Returns | |
---|---|
Type | Description |
int |
The lineNumber. |
getParserForType()
public Parser<ValidateEventThreatDetectionCustomModuleResponse.Position> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Position> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ValidateEventThreatDetectionCustomModuleResponse.Position.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ValidateEventThreatDetectionCustomModuleResponse.Position.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ValidateEventThreatDetectionCustomModuleResponse.Position.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponse.Position.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |