Class GroupedFields (0.3.0)

public final class GroupedFields extends GeneratedMessage implements GroupedFieldsOrBuilder

Grouped fields are aliases for groups of related UDM fields. All fields grouped together are of type string.

Protobuf type google.backstory.GroupedFields

Static Fields

DOMAIN_FIELD_NUMBER

public static final int DOMAIN_FIELD_NUMBER
Field Value
Type Description
int

EMAIL_FIELD_NUMBER

public static final int EMAIL_FIELD_NUMBER
Field Value
Type Description
int

FILE_PATH_FIELD_NUMBER

public static final int FILE_PATH_FIELD_NUMBER
Field Value
Type Description
int

HASH_FIELD_NUMBER

public static final int HASH_FIELD_NUMBER
Field Value
Type Description
int

HOSTNAME_FIELD_NUMBER

public static final int HOSTNAME_FIELD_NUMBER
Field Value
Type Description
int

IP_FIELD_NUMBER

public static final int IP_FIELD_NUMBER
Field Value
Type Description
int

PROCESS_ID_FIELD_NUMBER

public static final int PROCESS_ID_FIELD_NUMBER
Field Value
Type Description
int

USER_FIELD_NUMBER

public static final int USER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GroupedFields getDefaultInstance()
Returns
Type Description
GroupedFields

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GroupedFields.Builder newBuilder()
Returns
Type Description
GroupedFields.Builder

newBuilder(GroupedFields prototype)

public static GroupedFields.Builder newBuilder(GroupedFields prototype)
Parameter
Name Description
prototype GroupedFields
Returns
Type Description
GroupedFields.Builder

parseDelimitedFrom(InputStream input)

public static GroupedFields parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GroupedFields
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GroupedFields parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupedFields
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GroupedFields parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GroupedFields
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GroupedFields parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupedFields
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GroupedFields parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GroupedFields
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GroupedFields parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupedFields
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GroupedFields parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GroupedFields
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GroupedFields parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupedFields
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GroupedFields parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GroupedFields
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GroupedFields parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupedFields
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GroupedFields parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GroupedFields
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GroupedFields parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GroupedFields
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GroupedFields> parser()
Returns
Type Description
Parser<GroupedFields>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GroupedFields getDefaultInstanceForType()
Returns
Type Description
GroupedFields

getDomain(int index)

public 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 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 int getDomainCount()

Domains.

repeated string domain = 2;

Returns
Type Description
int

The count of domain.

getDomainList()

public ProtocolStringList getDomainList()

Domains.

repeated string domain = 2;

Returns
Type Description
ProtocolStringList

A list containing the domain.

getEmail(int index)

public 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 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 int getEmailCount()

Emails.

repeated string email = 5;

Returns
Type Description
int

The count of email.

getEmailList()

public ProtocolStringList getEmailList()

Emails.

repeated string email = 5;

Returns
Type Description
ProtocolStringList

A list containing the email.

getFilePath(int index)

public 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 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 int getFilePathCount()

File paths.

repeated string file_path = 6;

Returns
Type Description
int

The count of filePath.

getFilePathList()

public ProtocolStringList getFilePathList()

File paths.

repeated string file_path = 6;

Returns
Type Description
ProtocolStringList

A list containing the filePath.

getHash(int index)

public 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 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 int getHashCount()

File Hashes.

repeated string hash = 7;

Returns
Type Description
int

The count of hash.

getHashList()

public ProtocolStringList getHashList()

File Hashes.

repeated string hash = 7;

Returns
Type Description
ProtocolStringList

A list containing the hash.

getHostname(int index)

public 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 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 int getHostnameCount()

Hostnames.

repeated string hostname = 3;

Returns
Type Description
int

The count of hostname.

getHostnameList()

public ProtocolStringList getHostnameList()

Hostnames.

repeated string hostname = 3;

Returns
Type Description
ProtocolStringList

A list containing the hostname.

getIp(int index)

public 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 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 int getIpCount()

IP addresses.

repeated string ip = 1;

Returns
Type Description
int

The count of ip.

getIpList()

public ProtocolStringList getIpList()

IP addresses.

repeated string ip = 1;

Returns
Type Description
ProtocolStringList

A list containing the ip.

getParserForType()

public Parser<GroupedFields> getParserForType()
Returns
Type Description
Parser<GroupedFields>
Overrides

getProcessId(int index)

public 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 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 int getProcessIdCount()

Process Identifiers.

repeated string process_id = 8;

Returns
Type Description
int

The count of processId.

getProcessIdList()

public ProtocolStringList getProcessIdList()

Process Identifiers.

repeated string process_id = 8;

Returns
Type Description
ProtocolStringList

A list containing the processId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUser(int index)

public 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 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 int getUserCount()

Users.

repeated string user = 4;

Returns
Type Description
int

The count of user.

getUserList()

public ProtocolStringList getUserList()

Users.

repeated string user = 4;

Returns
Type Description
ProtocolStringList

A list containing the user.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GroupedFields.Builder newBuilderForType()
Returns
Type Description
GroupedFields.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GroupedFields.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GroupedFields.Builder
Overrides

toBuilder()

public GroupedFields.Builder toBuilder()
Returns
Type Description
GroupedFields.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException