Class ListDescendantEventThreatDetectionCustomModulesResponse.Builder (0.8.0)

public static final class ListDescendantEventThreatDetectionCustomModulesResponse.Builder extends GeneratedMessageV3.Builder<ListDescendantEventThreatDetectionCustomModulesResponse.Builder> implements ListDescendantEventThreatDetectionCustomModulesResponseOrBuilder

Response message for listing descendant Event Threat Detection custom modules.

Protobuf type google.cloud.securitycentermanagement.v1.ListDescendantEventThreatDetectionCustomModulesResponse

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDescendantEventThreatDetectionCustomModulesResponse.Builder

Static Methods

getDescriptor()

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

Methods

addAllEventThreatDetectionCustomModules(Iterable<? extends EventThreatDetectionCustomModule> values)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder addAllEventThreatDetectionCustomModules(Iterable<? extends EventThreatDetectionCustomModule> values)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule>
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

addEventThreatDetectionCustomModules(EventThreatDetectionCustomModule value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder addEventThreatDetectionCustomModules(EventThreatDetectionCustomModule value)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
valueEventThreatDetectionCustomModule
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

addEventThreatDetectionCustomModules(EventThreatDetectionCustomModule.Builder builderForValue)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder addEventThreatDetectionCustomModules(EventThreatDetectionCustomModule.Builder builderForValue)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
builderForValueEventThreatDetectionCustomModule.Builder
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

addEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder addEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule value)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameters
NameDescription
indexint
valueEventThreatDetectionCustomModule
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

addEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule.Builder builderForValue)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder addEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule.Builder builderForValue)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameters
NameDescription
indexint
builderForValueEventThreatDetectionCustomModule.Builder
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

addEventThreatDetectionCustomModulesBuilder()

public EventThreatDetectionCustomModule.Builder addEventThreatDetectionCustomModulesBuilder()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
TypeDescription
EventThreatDetectionCustomModule.Builder

addEventThreatDetectionCustomModulesBuilder(int index)

public EventThreatDetectionCustomModule.Builder addEventThreatDetectionCustomModulesBuilder(int index)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventThreatDetectionCustomModule.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

build()

public ListDescendantEventThreatDetectionCustomModulesResponse build()
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse

buildPartial()

public ListDescendantEventThreatDetectionCustomModulesResponse buildPartial()
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse

clear()

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder clear()
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

clearEventThreatDetectionCustomModules()

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder clearEventThreatDetectionCustomModules()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

clearNextPageToken()

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder clearNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

clone()

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder clone()
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

getDefaultInstanceForType()

public ListDescendantEventThreatDetectionCustomModulesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEventThreatDetectionCustomModules(int index)

public EventThreatDetectionCustomModule getEventThreatDetectionCustomModules(int index)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventThreatDetectionCustomModule

getEventThreatDetectionCustomModulesBuilder(int index)

public EventThreatDetectionCustomModule.Builder getEventThreatDetectionCustomModulesBuilder(int index)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventThreatDetectionCustomModule.Builder

getEventThreatDetectionCustomModulesBuilderList()

public List<EventThreatDetectionCustomModule.Builder> getEventThreatDetectionCustomModulesBuilderList()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
TypeDescription
List<Builder>

getEventThreatDetectionCustomModulesCount()

public int getEventThreatDetectionCustomModulesCount()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
TypeDescription
int

getEventThreatDetectionCustomModulesList()

public List<EventThreatDetectionCustomModule> getEventThreatDetectionCustomModulesList()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Returns
TypeDescription
List<EventThreatDetectionCustomModule>

getEventThreatDetectionCustomModulesOrBuilder(int index)

public EventThreatDetectionCustomModuleOrBuilder getEventThreatDetectionCustomModulesOrBuilder(int index)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventThreatDetectionCustomModuleOrBuilder

getEventThreatDetectionCustomModulesOrBuilderList()

public List<? extends EventThreatDetectionCustomModuleOrBuilder> getEventThreatDetectionCustomModulesOrBuilderList()

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

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

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDescendantEventThreatDetectionCustomModulesResponse other)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder mergeFrom(ListDescendantEventThreatDetectionCustomModulesResponse other)
Parameter
NameDescription
otherListDescendantEventThreatDetectionCustomModulesResponse
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDescendantEventThreatDetectionCustomModulesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

removeEventThreatDetectionCustomModules(int index)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder removeEventThreatDetectionCustomModules(int index)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

setEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder setEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule value)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameters
NameDescription
indexint
valueEventThreatDetectionCustomModule
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

setEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule.Builder builderForValue)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder setEventThreatDetectionCustomModules(int index, EventThreatDetectionCustomModule.Builder builderForValue)

The list of EventThreatDetectionCustomModules

repeated .google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;

Parameters
NameDescription
indexint
builderForValueEventThreatDetectionCustomModule.Builder
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

setNextPageToken(String value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder setNextPageToken(String value)

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

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder setNextPageTokenBytes(ByteString value)

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

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListDescendantEventThreatDetectionCustomModulesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDescendantEventThreatDetectionCustomModulesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDescendantEventThreatDetectionCustomModulesResponse.Builder
Overrides