public interface IndicatorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDomains(int index)
List of domains associated to the Finding.
|
ByteString |
getDomainsBytes(int index)
List of domains associated to the Finding.
|
int |
getDomainsCount()
List of domains associated to the Finding.
|
List<String> |
getDomainsList()
List of domains associated to the Finding.
|
String |
getIpAddresses(int index)
List of ip addresses associated to the Finding.
|
ByteString |
getIpAddressesBytes(int index)
List of ip addresses associated to the Finding.
|
int |
getIpAddressesCount()
List of ip addresses associated to the Finding.
|
List<String> |
getIpAddressesList()
List of ip addresses associated to the Finding.
|
Indicator.ProcessSignature |
getSignatures(int index)
The list of matched signatures indicating that the given
process is present in the environment.
|
int |
getSignaturesCount()
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.ProcessSignatureOrBuilder |
getSignaturesOrBuilder(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.
|
String |
getUris(int index)
The list of URIs associated to the Findings.
|
ByteString |
getUrisBytes(int index)
The list of URIs associated to the Findings.
|
int |
getUrisCount()
The list of URIs associated to the Findings.
|
List<String> |
getUrisList()
The list of URIs associated to the Findings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getIpAddressesList()
List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
int getIpAddressesCount()
List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
String getIpAddresses(int index)
List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
index
- The index of the element to return.ByteString getIpAddressesBytes(int index)
List of ip addresses associated to the Finding.
repeated string ip_addresses = 1;
index
- The index of the value to return.List<String> getDomainsList()
List of domains associated to the Finding.
repeated string domains = 2;
int getDomainsCount()
List of domains associated to the Finding.
repeated string domains = 2;
String getDomains(int index)
List of domains associated to the Finding.
repeated string domains = 2;
index
- The index of the element to return.ByteString getDomainsBytes(int index)
List of domains associated to the Finding.
repeated string domains = 2;
index
- The index of the value to return.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;
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;
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;
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;
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;
List<String> getUrisList()
The list of URIs associated to the Findings.
repeated string uris = 4;
int getUrisCount()
The list of URIs associated to the Findings.
repeated string uris = 4;
String getUris(int index)
The list of URIs associated to the Findings.
repeated string uris = 4;
index
- The index of the element to return.ByteString getUrisBytes(int index)
The list of URIs associated to the Findings.
repeated string uris = 4;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.