Class ListEffectiveEventThreatDetectionCustomModulesResponse.Builder (2.91.0)

public static final class ListEffectiveEventThreatDetectionCustomModulesResponse.Builder extends GeneratedMessage.Builder<ListEffectiveEventThreatDetectionCustomModulesResponse.Builder> implements ListEffectiveEventThreatDetectionCustomModulesResponseOrBuilder

Response for listing EffectiveEventThreatDetectionCustomModules.

Protobuf type google.cloud.securitycenter.v1.ListEffectiveEventThreatDetectionCustomModulesResponse

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllEffectiveEventThreatDetectionCustomModules(Iterable<? extends EffectiveEventThreatDetectionCustomModule> values)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder addAllEffectiveEventThreatDetectionCustomModules(Iterable<? extends EffectiveEventThreatDetectionCustomModule> values)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
values Iterable<? extends com.google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModule>
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

addEffectiveEventThreatDetectionCustomModules(EffectiveEventThreatDetectionCustomModule value)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder addEffectiveEventThreatDetectionCustomModules(EffectiveEventThreatDetectionCustomModule value)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
value EffectiveEventThreatDetectionCustomModule
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

addEffectiveEventThreatDetectionCustomModules(EffectiveEventThreatDetectionCustomModule.Builder builderForValue)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder addEffectiveEventThreatDetectionCustomModules(EffectiveEventThreatDetectionCustomModule.Builder builderForValue)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
builderForValue EffectiveEventThreatDetectionCustomModule.Builder
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

addEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule value)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder addEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule value)

Effective custom modules belonging to the requested parent.

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

Parameters
Name Description
index int
value EffectiveEventThreatDetectionCustomModule
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

addEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule.Builder builderForValue)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder addEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule.Builder builderForValue)

Effective custom modules belonging to the requested parent.

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

Parameters
Name Description
index int
builderForValue EffectiveEventThreatDetectionCustomModule.Builder
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

addEffectiveEventThreatDetectionCustomModulesBuilder()

public EffectiveEventThreatDetectionCustomModule.Builder addEffectiveEventThreatDetectionCustomModulesBuilder()

Effective custom modules belonging to the requested parent.

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

Returns
Type Description
EffectiveEventThreatDetectionCustomModule.Builder

addEffectiveEventThreatDetectionCustomModulesBuilder(int index)

public EffectiveEventThreatDetectionCustomModule.Builder addEffectiveEventThreatDetectionCustomModulesBuilder(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
index int
Returns
Type Description
EffectiveEventThreatDetectionCustomModule.Builder

build()

public ListEffectiveEventThreatDetectionCustomModulesResponse build()
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse

buildPartial()

public ListEffectiveEventThreatDetectionCustomModulesResponse buildPartial()
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse

clear()

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder clear()
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder
Overrides

clearEffectiveEventThreatDetectionCustomModules()

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder clearEffectiveEventThreatDetectionCustomModules()

Effective custom modules belonging to the requested parent.

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

Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

clearNextPageToken()

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder clearNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListEffectiveEventThreatDetectionCustomModulesResponse getDefaultInstanceForType()
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEffectiveEventThreatDetectionCustomModules(int index)

public EffectiveEventThreatDetectionCustomModule getEffectiveEventThreatDetectionCustomModules(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
index int
Returns
Type Description
EffectiveEventThreatDetectionCustomModule

getEffectiveEventThreatDetectionCustomModulesBuilder(int index)

public EffectiveEventThreatDetectionCustomModule.Builder getEffectiveEventThreatDetectionCustomModulesBuilder(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
index int
Returns
Type Description
EffectiveEventThreatDetectionCustomModule.Builder

getEffectiveEventThreatDetectionCustomModulesBuilderList()

public List<EffectiveEventThreatDetectionCustomModule.Builder> getEffectiveEventThreatDetectionCustomModulesBuilderList()

Effective custom modules belonging to the requested parent.

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

Returns
Type Description
List<Builder>

getEffectiveEventThreatDetectionCustomModulesCount()

public int getEffectiveEventThreatDetectionCustomModulesCount()

Effective custom modules belonging to the requested parent.

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

Returns
Type Description
int

getEffectiveEventThreatDetectionCustomModulesList()

public List<EffectiveEventThreatDetectionCustomModule> getEffectiveEventThreatDetectionCustomModulesList()

Effective custom modules belonging to the requested parent.

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

Returns
Type Description
List<EffectiveEventThreatDetectionCustomModule>

getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)

public EffectiveEventThreatDetectionCustomModuleOrBuilder getEffectiveEventThreatDetectionCustomModulesOrBuilder(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
index int
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleOrBuilder

getEffectiveEventThreatDetectionCustomModulesOrBuilderList()

public List<? extends EffectiveEventThreatDetectionCustomModuleOrBuilder> getEffectiveEventThreatDetectionCustomModulesOrBuilderList()

Effective custom modules belonging to the requested parent.

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

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v1.EffectiveEventThreatDetectionCustomModuleOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListEffectiveEventThreatDetectionCustomModulesResponse other)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder mergeFrom(ListEffectiveEventThreatDetectionCustomModulesResponse other)
Parameter
Name Description
other ListEffectiveEventThreatDetectionCustomModulesResponse
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder
Overrides

removeEffectiveEventThreatDetectionCustomModules(int index)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder removeEffectiveEventThreatDetectionCustomModules(int index)

Effective custom modules belonging to the requested parent.

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

Parameter
Name Description
index int
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

setEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule value)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder setEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule value)

Effective custom modules belonging to the requested parent.

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

Parameters
Name Description
index int
value EffectiveEventThreatDetectionCustomModule
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

setEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule.Builder builderForValue)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder setEffectiveEventThreatDetectionCustomModules(int index, EffectiveEventThreatDetectionCustomModule.Builder builderForValue)

Effective custom modules belonging to the requested parent.

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

Parameters
Name Description
index int
builderForValue EffectiveEventThreatDetectionCustomModule.Builder
Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

setNextPageToken(String value)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListEffectiveEventThreatDetectionCustomModulesResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListEffectiveEventThreatDetectionCustomModulesResponse.Builder

This builder for chaining.