Class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse (2.50.0)

public final class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse extends GeneratedMessageV3 implements ListEffectiveSecurityHealthAnalyticsCustomModulesResponseOrBuilder

Response message for listing effective Security Health Analytics custom modules.

Protobuf type google.cloud.securitycenter.v1.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Inheritance

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

Static Fields

EFFECTIVE_SECURITY_HEALTH_ANALYTICS_CUSTOM_MODULES_FIELD_NUMBER

public static final int EFFECTIVE_SECURITY_HEALTH_ANALYTICS_CUSTOM_MODULES_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse getDefaultInstance()
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

getDescriptor()

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

newBuilder()

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder newBuilder()
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

newBuilder(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse prototype)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder newBuilder(ListEffectiveSecurityHealthAnalyticsCustomModulesResponse prototype)
Parameter
Name Description
prototype ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListEffectiveSecurityHealthAnalyticsCustomModulesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> parser()
Returns
Type Description
Parser<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse getDefaultInstanceForType()
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

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
Name Description
index int
Returns
Type Description
EffectiveSecurityHealthAnalyticsCustomModule

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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse> getParserForType()
Returns
Type Description
Parser<ListEffectiveSecurityHealthAnalyticsCustomModulesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder newBuilderForType()
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder toBuilder()
Returns
Type Description
ListEffectiveSecurityHealthAnalyticsCustomModulesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException