Interface IndicatorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Indicator,Indicator.Builder
public interface IndicatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomains(int index)List of domains associated to the Finding.com.google.protobuf.ByteStringgetDomainsBytes(int index)List of domains associated to the Finding.intgetDomainsCount()List of domains associated to the Finding.List<String>getDomainsList()List of domains associated to the Finding.StringgetIpAddresses(int index)The list of IP addresses that are associated with the finding.com.google.protobuf.ByteStringgetIpAddressesBytes(int index)The list of IP addresses that are associated with the finding.intgetIpAddressesCount()The list of IP addresses that are associated with the finding.List<String>getIpAddressesList()The list of IP addresses that are associated with the finding.Indicator.ProcessSignaturegetSignatures(int index)The list of matched signatures indicating that the given process is present in the environment.intgetSignaturesCount()The list of matched signatures indicating that the given process is present in the environment.List<Indicator.ProcessSignature>getSignaturesList()The list of matched signatures indicating that the given process is present in the environment.Indicator.ProcessSignatureOrBuildergetSignaturesOrBuilder(int index)The list of matched signatures indicating that the given process is present in the environment.List<? extends Indicator.ProcessSignatureOrBuilder>getSignaturesOrBuilderList()The list of matched signatures indicating that the given process is present in the environment.StringgetUris(int index)The list of URIs associated to the Findings.com.google.protobuf.ByteStringgetUrisBytes(int index)The list of URIs associated to the Findings.intgetUrisCount()The list of URIs associated to the Findings.List<String>getUrisList()The list of URIs associated to the Findings.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIpAddressesList
List<String> getIpAddressesList()
The list of IP addresses that are associated with the finding.
repeated string ip_addresses = 1;- Returns:
- A list containing the ipAddresses.
-
getIpAddressesCount
int getIpAddressesCount()
The list of IP addresses that are associated with the finding.
repeated string ip_addresses = 1;- Returns:
- The count of ipAddresses.
-
getIpAddresses
String getIpAddresses(int index)
The list of IP addresses that are associated with the finding.
repeated string ip_addresses = 1;- Parameters:
index- The index of the element to return.- Returns:
- The ipAddresses at the given index.
-
getIpAddressesBytes
com.google.protobuf.ByteString getIpAddressesBytes(int index)
The list of IP addresses that are associated with the finding.
repeated string ip_addresses = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ipAddresses at the given index.
-
getDomainsList
List<String> getDomainsList()
List of domains associated to the Finding.
repeated string domains = 2;- Returns:
- A list containing the domains.
-
getDomainsCount
int getDomainsCount()
List of domains associated to the Finding.
repeated string domains = 2;- Returns:
- The count of domains.
-
getDomains
String getDomains(int index)
List of domains associated to the Finding.
repeated string domains = 2;- Parameters:
index- The index of the element to return.- Returns:
- The domains at the given index.
-
getDomainsBytes
com.google.protobuf.ByteString getDomainsBytes(int index)
List of domains associated to the Finding.
repeated string domains = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the domains at the given index.
-
getSignaturesList
List<Indicator.ProcessSignature> getSignaturesList()
The list of matched signatures indicating that the given process is present in the environment.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3;
-
getSignatures
Indicator.ProcessSignature getSignatures(int index)
The list of matched signatures indicating that the given process is present in the environment.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3;
-
getSignaturesCount
int getSignaturesCount()
The list of matched signatures indicating that the given process is present in the environment.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3;
-
getSignaturesOrBuilderList
List<? extends Indicator.ProcessSignatureOrBuilder> getSignaturesOrBuilderList()
The list of matched signatures indicating that the given process is present in the environment.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3;
-
getSignaturesOrBuilder
Indicator.ProcessSignatureOrBuilder getSignaturesOrBuilder(int index)
The list of matched signatures indicating that the given process is present in the environment.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3;
-
getUrisList
List<String> getUrisList()
The list of URIs associated to the Findings.
repeated string uris = 4;- Returns:
- A list containing the uris.
-
getUrisCount
int getUrisCount()
The list of URIs associated to the Findings.
repeated string uris = 4;- Returns:
- The count of uris.
-
getUris
String getUris(int index)
The list of URIs associated to the Findings.
repeated string uris = 4;- Parameters:
index- The index of the element to return.- Returns:
- The uris at the given index.
-
getUrisBytes
com.google.protobuf.ByteString getUrisBytes(int index)
The list of URIs associated to the Findings.
repeated string uris = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the uris at the given index.
-
-