Class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder (2.40.0)

public static final class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder extends GeneratedMessageV3.Builder<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder> implements ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder

Response message for listing effective Security Health Analytics custom modules.

Protobuf type google.cloud.securitycenter.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Inheritance

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

Static Methods

getDescriptor()

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

Methods

addAllEffectiveSecurityHealthAnalyticsCustomModules(Iterable<? extends EffectiveSecurityHealthAnalyticsCustomModule> values)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder addAllEffectiveSecurityHealthAnalyticsCustomModules(Iterable<? extends EffectiveSecurityHealthAnalyticsCustomModule> values)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule>
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

addEffectiveSecurityHealthAnalyticsCustomModules(EffectiveSecurityHealthAnalyticsCustomModule value)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder addEffectiveSecurityHealthAnalyticsCustomModules(EffectiveSecurityHealthAnalyticsCustomModule value)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
valueEffectiveSecurityHealthAnalyticsCustomModule
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

addEffectiveSecurityHealthAnalyticsCustomModules(EffectiveSecurityHealthAnalyticsCustomModule.Builder builderForValue)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder addEffectiveSecurityHealthAnalyticsCustomModules(EffectiveSecurityHealthAnalyticsCustomModule.Builder builderForValue)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
builderForValueEffectiveSecurityHealthAnalyticsCustomModule.Builder
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

addEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule value)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder addEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule value)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameters
NameDescription
indexint
valueEffectiveSecurityHealthAnalyticsCustomModule
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

addEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule.Builder builderForValue)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder addEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule.Builder builderForValue)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameters
NameDescription
indexint
builderForValueEffectiveSecurityHealthAnalyticsCustomModule.Builder
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

addEffectiveSecurityHealthAnalyticsCustomModulesBuilder()

public EffectiveSecurityHealthAnalyticsCustomModule.Builder addEffectiveSecurityHealthAnalyticsCustomModulesBuilder()

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModule.Builder

addEffectiveSecurityHealthAnalyticsCustomModulesBuilder(int index)

public EffectiveSecurityHealthAnalyticsCustomModule.Builder addEffectiveSecurityHealthAnalyticsCustomModulesBuilder(int index)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModule.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse build()
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

buildPartial()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse buildPartial()
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

clear()

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

clearEffectiveSecurityHealthAnalyticsCustomModules()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder clearEffectiveSecurityHealthAnalyticsCustomModules()

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder clearNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEffectiveSecurityHealthAnalyticsCustomModules(int index)

public EffectiveSecurityHealthAnalyticsCustomModule getEffectiveSecurityHealthAnalyticsCustomModules(int index)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModule

getEffectiveSecurityHealthAnalyticsCustomModulesBuilder(int index)

public EffectiveSecurityHealthAnalyticsCustomModule.Builder getEffectiveSecurityHealthAnalyticsCustomModulesBuilder(int index)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModule.Builder

getEffectiveSecurityHealthAnalyticsCustomModulesBuilderList()

public List<EffectiveSecurityHealthAnalyticsCustomModule.Builder> getEffectiveSecurityHealthAnalyticsCustomModulesBuilderList()

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Returns
TypeDescription
List<Builder>

getEffectiveSecurityHealthAnalyticsCustomModulesCount()

public int getEffectiveSecurityHealthAnalyticsCustomModulesCount()

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Returns
TypeDescription
int

getEffectiveSecurityHealthAnalyticsCustomModulesList()

public List<EffectiveSecurityHealthAnalyticsCustomModule> getEffectiveSecurityHealthAnalyticsCustomModulesList()

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Returns
TypeDescription
List<EffectiveSecurityHealthAnalyticsCustomModule>

getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

public EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilder(int index)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder

getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()

public List<? extends EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder> getEffectiveSecurityHealthAnalyticsCustomModulesOrBuilderList()

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder>

getNextPageToken()

public String getNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

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

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(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse other)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder mergeFrom(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse other)
Parameter
NameDescription
otherListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeEffectiveSecurityHealthAnalyticsCustomModules(int index)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder removeEffectiveSecurityHealthAnalyticsCustomModules(int index)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

setEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule value)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder setEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule value)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameters
NameDescription
indexint
valueEffectiveSecurityHealthAnalyticsCustomModule
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

setEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule.Builder builderForValue)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder setEffectiveSecurityHealthAnalyticsCustomModules(int index, EffectiveSecurityHealthAnalyticsCustomModule.Builder builderForValue)

Effective custom modules belonging to the requested parent.

repeated .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule effective_security_health_analytics_custom_modules = 1;

Parameters
NameDescription
indexint
builderForValueEffectiveSecurityHealthAnalyticsCustomModule.Builder
Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder setNextPageToken(String value)

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

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder setNextPageTokenBytes(ByteString value)

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

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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