Interface IndicatorOrBuilder (2.49.0)

public interface IndicatorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomains(int index)

public abstract String getDomains(int index)

List of domains associated to the Finding.

repeated string domains = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The domains at the given index.

getDomainsBytes(int index)

public abstract ByteString getDomainsBytes(int index)

List of domains associated to the Finding.

repeated string domains = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the domains at the given index.

getDomainsCount()

public abstract int getDomainsCount()

List of domains associated to the Finding.

repeated string domains = 2;

Returns
TypeDescription
int

The count of domains.

getDomainsList()

public abstract List<String> getDomainsList()

List of domains associated to the Finding.

repeated string domains = 2;

Returns
TypeDescription
List<String>

A list containing the domains.

getIpAddresses(int index)

public abstract String getIpAddresses(int index)

The list of IP addresses that are associated with the finding.

repeated string ip_addresses = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The ipAddresses at the given index.

getIpAddressesBytes(int index)

public abstract ByteString getIpAddressesBytes(int index)

The list of IP addresses that are associated with the finding.

repeated string ip_addresses = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the ipAddresses at the given index.

getIpAddressesCount()

public abstract int getIpAddressesCount()

The list of IP addresses that are associated with the finding.

repeated string ip_addresses = 1;

Returns
TypeDescription
int

The count of ipAddresses.

getIpAddressesList()

public abstract List<String> getIpAddressesList()

The list of IP addresses that are associated with the finding.

repeated string ip_addresses = 1;

Returns
TypeDescription
List<String>

A list containing the ipAddresses.

getSignatures(int index)

public abstract Indicator.ProcessSignature getSignatures(int index)

The list of matched signatures indicating that the given process is present in the environment.

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature signatures = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Indicator.ProcessSignature

getSignaturesCount()

public abstract int getSignaturesCount()

The list of matched signatures indicating that the given process is present in the environment.

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature signatures = 3;

Returns
TypeDescription
int

getSignaturesList()

public abstract List<Indicator.ProcessSignature> getSignaturesList()

The list of matched signatures indicating that the given process is present in the environment.

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature signatures = 3;

Returns
TypeDescription
List<ProcessSignature>

getSignaturesOrBuilder(int index)

public abstract Indicator.ProcessSignatureOrBuilder getSignaturesOrBuilder(int index)

The list of matched signatures indicating that the given process is present in the environment.

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature signatures = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Indicator.ProcessSignatureOrBuilder

getSignaturesOrBuilderList()

public abstract List<? extends Indicator.ProcessSignatureOrBuilder> getSignaturesOrBuilderList()

The list of matched signatures indicating that the given process is present in the environment.

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature signatures = 3;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v2.Indicator.ProcessSignatureOrBuilder>

getUris(int index)

public abstract String getUris(int index)

The list of URIs associated to the Findings.

repeated string uris = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The uris at the given index.

getUrisBytes(int index)

public abstract ByteString getUrisBytes(int index)

The list of URIs associated to the Findings.

repeated string uris = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the uris at the given index.

getUrisCount()

public abstract int getUrisCount()

The list of URIs associated to the Findings.

repeated string uris = 4;

Returns
TypeDescription
int

The count of uris.

getUrisList()

public abstract List<String> getUrisList()

The list of URIs associated to the Findings.

repeated string uris = 4;

Returns
TypeDescription
List<String>

A list containing the uris.