- 2.86.0 (latest)
 - 2.84.0
 - 2.83.0
 - 2.82.0
 - 2.81.0
 - 2.80.0
 - 2.78.0
 - 2.76.0
 - 2.75.0
 - 2.72.0
 - 2.71.0
 - 2.70.0
 - 2.68.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.1
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.1
 - 2.6.0
 - 2.5.6
 - 2.3.2
 
public interface IndicatorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDomains(int index)
public abstract String getDomains(int index)List of domains associated to the Finding.
 repeated string domains = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
int | 
        The count of domains.  | 
      
getDomainsList()
public abstract List<String> getDomainsList()List of domains associated to the Finding.
 repeated string domains = 2;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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.v1.Indicator.ProcessSignature signatures = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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.v1.Indicator.ProcessSignature signatures = 3;
 
| Returns | |
|---|---|
| Type | Description | 
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.v1.Indicator.ProcessSignature signatures = 3;
 
| Returns | |
|---|---|
| Type | Description | 
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.v1.Indicator.ProcessSignature signatures = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
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.v1.Indicator.ProcessSignature signatures = 3;
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.securitycenter.v1.Indicator.ProcessSignatureOrBuilder> | 
        |
getUris(int index)
public abstract String getUris(int index)The list of URIs associated to the Findings.
 repeated string uris = 4;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
int | 
        The count of uris.  | 
      
getUrisList()
public abstract List<String> getUrisList()The list of URIs associated to the Findings.
 repeated string uris = 4;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the uris.  |