Class ListSecurityHealthAnalyticsCustomModulesResponse.Builder (2.51.0)

public static final class ListSecurityHealthAnalyticsCustomModulesResponse.Builder extends GeneratedMessageV3.Builder<ListSecurityHealthAnalyticsCustomModulesResponse.Builder> implements ListSecurityHealthAnalyticsCustomModulesResponseOrBuilder

Response message for listing Security Health Analytics custom modules.

Protobuf type google.cloud.securitycenter.v1.ListSecurityHealthAnalyticsCustomModulesResponse

Inheritance

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

Static Methods

getDescriptor()

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

Methods

addAllSecurityHealthAnalyticsCustomModules(Iterable<? extends SecurityHealthAnalyticsCustomModule> values)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder addAllSecurityHealthAnalyticsCustomModules(Iterable<? extends SecurityHealthAnalyticsCustomModule> values)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule value)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
value SecurityHealthAnalyticsCustomModule
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule.Builder builderForValue)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule.Builder builderForValue)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
builderForValue SecurityHealthAnalyticsCustomModule.Builder
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameters
Name Description
index int
value SecurityHealthAnalyticsCustomModule
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameters
Name Description
index int
builderForValue SecurityHealthAnalyticsCustomModule.Builder
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

addSecurityHealthAnalyticsCustomModulesBuilder()

public SecurityHealthAnalyticsCustomModule.Builder addSecurityHealthAnalyticsCustomModulesBuilder()

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
Type Description
SecurityHealthAnalyticsCustomModule.Builder

addSecurityHealthAnalyticsCustomModulesBuilder(int index)

public SecurityHealthAnalyticsCustomModule.Builder addSecurityHealthAnalyticsCustomModulesBuilder(int index)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
SecurityHealthAnalyticsCustomModule.Builder

build()

public ListSecurityHealthAnalyticsCustomModulesResponse build()
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse

buildPartial()

public ListSecurityHealthAnalyticsCustomModulesResponse buildPartial()
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

clearNextPageToken()

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder clearNextPageToken()

If not empty, indicates that there may be more custom modules to be returned.

string next_page_token = 2;

Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

clearSecurityHealthAnalyticsCustomModules()

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder clearSecurityHealthAnalyticsCustomModules()

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

clone()

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder clone()
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

getDefaultInstanceForType()

public ListSecurityHealthAnalyticsCustomModulesResponse getDefaultInstanceForType()
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

If not empty, indicates that there may be more custom modules to be returned.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

If not empty, indicates that there may be more custom modules to be returned.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSecurityHealthAnalyticsCustomModules(int index)

public SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModules(int index)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
SecurityHealthAnalyticsCustomModule

getSecurityHealthAnalyticsCustomModulesBuilder(int index)

public SecurityHealthAnalyticsCustomModule.Builder getSecurityHealthAnalyticsCustomModulesBuilder(int index)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
SecurityHealthAnalyticsCustomModule.Builder

getSecurityHealthAnalyticsCustomModulesBuilderList()

public List<SecurityHealthAnalyticsCustomModule.Builder> getSecurityHealthAnalyticsCustomModulesBuilderList()

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
Type Description
List<Builder>

getSecurityHealthAnalyticsCustomModulesCount()

public int getSecurityHealthAnalyticsCustomModulesCount()

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
Type Description
int

getSecurityHealthAnalyticsCustomModulesList()

public List<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModulesList()

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Returns
Type Description
List<SecurityHealthAnalyticsCustomModule>

getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

public SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
SecurityHealthAnalyticsCustomModuleOrBuilder

getSecurityHealthAnalyticsCustomModulesOrBuilderList()

public List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder> getSecurityHealthAnalyticsCustomModulesOrBuilderList()

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListSecurityHealthAnalyticsCustomModulesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListSecurityHealthAnalyticsCustomModulesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

removeSecurityHealthAnalyticsCustomModules(int index)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder removeSecurityHealthAnalyticsCustomModules(int index)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameter
Name Description
index int
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

setNextPageToken(String value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder setNextPageToken(String value)

If not empty, indicates that there may be more custom modules to be returned.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder setNextPageTokenBytes(ByteString value)

If not empty, indicates that there may be more custom modules to be returned.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

This builder for chaining.

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

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameters
Name Description
index int
value SecurityHealthAnalyticsCustomModule
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)

public ListSecurityHealthAnalyticsCustomModulesResponse.Builder setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)

Custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;

Parameters
Name Description
index int
builderForValue SecurityHealthAnalyticsCustomModule.Builder
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ListSecurityHealthAnalyticsCustomModulesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides