Class ListEffectiveEventThreatDetectionCustomModulesResponse (0.7.0)

public final class ListEffectiveEventThreatDetectionCustomModulesResponse extends GeneratedMessageV3 implements ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder

Response message for listing effective Event Threat Detection custom modules.

Protobuf type google.cloud.securitycentermanagement.v1.ListEffectiveEventThreatDetectionCustomModulesResponse

Inheritance

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

Static Fields

EFFECTIVE_EVENT_THREAT_DETECTION_CUSTOM_MODULES_FIELD_NUMBER

public static final int EFFECTIVE_EVENT_THREAT_DETECTION_CUSTOM_MODULES_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListEffectiveEventThreatDetectionCustomModulesResponse getDefaultInstance()
Returns
TypeDescription
ListEffectiveEventThreatDetectionCustomModulesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListEffectiveEventThreatDetectionCustomModulesResponse prototype)

public static ListEffectiveEventThreatDetectionCustomModulesResponse.Builder newBuilder(ListEffectiveEventThreatDetectionCustomModulesResponse prototype)
Parameter
NameDescription
prototypeListEffectiveEventThreatDetectionCustomModulesResponse
Returns
TypeDescription
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListEffectiveEventThreatDetectionCustomModulesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListEffectiveEventThreatDetectionCustomModulesResponse

getEffectiveEventThreatDetectionCustomModules(int index)

public EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModules(int index)

The list of EffectiveEventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveEventThreatDetectionCustomModule

getEffectiveEventThreatDetectionCustomModulesCount()

public int getEffectiveEventThreatDetectionCustomModulesCount()

The list of EffectiveEventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;

Returns
TypeDescription
int

getEffectiveEventThreatDetectionCustomModulesList()

public List<EffectiveEventThreatDetectionCustomModule> getEffectiveEventThreatDetectionCustomModulesList()

The list of EffectiveEventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;

Returns
TypeDescription
List<EffectiveEventThreatDetectionCustomModule>

getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)

public EffectiveEventThreatDetectionCustomModuleOrBuilder getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)

The list of EffectiveEventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveEventThreatDetectionCustomModuleOrBuilder

getEffectiveEventThreatDetectionCustomModulesOrBuilderList()

public List<? extends EffectiveEventThreatDetectionCustomModuleOrBuilder> getEffectiveEventThreatDetectionCustomModulesOrBuilderList()

The list of EffectiveEventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule effective_event_threat_detection_custom_modules = 1;

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

getNextPageToken()

public String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListEffectiveEventThreatDetectionCustomModulesResponse> getParserForType()
Returns
TypeDescription
Parser<ListEffectiveEventThreatDetectionCustomModulesResponse>
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 ListEffectiveEventThreatDetectionCustomModulesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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