Interface GroupedFieldsOrBuilder (0.3.0)

public interface GroupedFieldsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomain(int index)

public abstract String getDomain(int index)

Domains.

repeated string domain = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The domain at the given index.

getDomainBytes(int index)

public abstract ByteString getDomainBytes(int index)

Domains.

repeated string domain = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the domain at the given index.

getDomainCount()

public abstract int getDomainCount()

Domains.

repeated string domain = 2;

Returns
Type Description
int

The count of domain.

getDomainList()

public abstract List<String> getDomainList()

Domains.

repeated string domain = 2;

Returns
Type Description
List<String>

A list containing the domain.

getEmail(int index)

public abstract String getEmail(int index)

Emails.

repeated string email = 5;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The email at the given index.

getEmailBytes(int index)

public abstract ByteString getEmailBytes(int index)

Emails.

repeated string email = 5;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the email at the given index.

getEmailCount()

public abstract int getEmailCount()

Emails.

repeated string email = 5;

Returns
Type Description
int

The count of email.

getEmailList()

public abstract List<String> getEmailList()

Emails.

repeated string email = 5;

Returns
Type Description
List<String>

A list containing the email.

getFilePath(int index)

public abstract String getFilePath(int index)

File paths.

repeated string file_path = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The filePath at the given index.

getFilePathBytes(int index)

public abstract ByteString getFilePathBytes(int index)

File paths.

repeated string file_path = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the filePath at the given index.

getFilePathCount()

public abstract int getFilePathCount()

File paths.

repeated string file_path = 6;

Returns
Type Description
int

The count of filePath.

getFilePathList()

public abstract List<String> getFilePathList()

File paths.

repeated string file_path = 6;

Returns
Type Description
List<String>

A list containing the filePath.

getHash(int index)

public abstract String getHash(int index)

File Hashes.

repeated string hash = 7;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The hash at the given index.

getHashBytes(int index)

public abstract ByteString getHashBytes(int index)

File Hashes.

repeated string hash = 7;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the hash at the given index.

getHashCount()

public abstract int getHashCount()

File Hashes.

repeated string hash = 7;

Returns
Type Description
int

The count of hash.

getHashList()

public abstract List<String> getHashList()

File Hashes.

repeated string hash = 7;

Returns
Type Description
List<String>

A list containing the hash.

getHostname(int index)

public abstract String getHostname(int index)

Hostnames.

repeated string hostname = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The hostname at the given index.

getHostnameBytes(int index)

public abstract ByteString getHostnameBytes(int index)

Hostnames.

repeated string hostname = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the hostname at the given index.

getHostnameCount()

public abstract int getHostnameCount()

Hostnames.

repeated string hostname = 3;

Returns
Type Description
int

The count of hostname.

getHostnameList()

public abstract List<String> getHostnameList()

Hostnames.

repeated string hostname = 3;

Returns
Type Description
List<String>

A list containing the hostname.

getIp(int index)

public abstract String getIp(int index)

IP addresses.

repeated string ip = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ip at the given index.

getIpBytes(int index)

public abstract ByteString getIpBytes(int index)

IP addresses.

repeated string ip = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the ip at the given index.

getIpCount()

public abstract int getIpCount()

IP addresses.

repeated string ip = 1;

Returns
Type Description
int

The count of ip.

getIpList()

public abstract List<String> getIpList()

IP addresses.

repeated string ip = 1;

Returns
Type Description
List<String>

A list containing the ip.

getProcessId(int index)

public abstract String getProcessId(int index)

Process Identifiers.

repeated string process_id = 8;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The processId at the given index.

getProcessIdBytes(int index)

public abstract ByteString getProcessIdBytes(int index)

Process Identifiers.

repeated string process_id = 8;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the processId at the given index.

getProcessIdCount()

public abstract int getProcessIdCount()

Process Identifiers.

repeated string process_id = 8;

Returns
Type Description
int

The count of processId.

getProcessIdList()

public abstract List<String> getProcessIdList()

Process Identifiers.

repeated string process_id = 8;

Returns
Type Description
List<String>

A list containing the processId.

getUser(int index)

public abstract String getUser(int index)

Users.

repeated string user = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The user at the given index.

getUserBytes(int index)

public abstract ByteString getUserBytes(int index)

Users.

repeated string user = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the user at the given index.

getUserCount()

public abstract int getUserCount()

Users.

repeated string user = 4;

Returns
Type Description
int

The count of user.

getUserList()

public abstract List<String> getUserList()

Users.

repeated string user = 4;

Returns
Type Description
List<String>

A list containing the user.