Class Domain (0.3.0)

public final class Domain extends GeneratedMessage implements DomainOrBuilder

Information about a domain.

Protobuf type google.backstory.Domain

Implements

DomainOrBuilder

Static Fields

ADMIN_FIELD_NUMBER

public static final int ADMIN_FIELD_NUMBER
Field Value
Type Description
int

AUDIT_UPDATE_TIME_FIELD_NUMBER

public static final int AUDIT_UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

BILLING_FIELD_NUMBER

public static final int BILLING_FIELD_NUMBER
Field Value
Type Description
int

CATEGORIES_FIELD_NUMBER

public static final int CATEGORIES_FIELD_NUMBER
Field Value
Type Description
int

CONTACT_EMAIL_FIELD_NUMBER

public static final int CONTACT_EMAIL_FIELD_NUMBER
Field Value
Type Description
int

CREATION_TIME_FIELD_NUMBER

public static final int CREATION_TIME_FIELD_NUMBER
Field Value
Type Description
int

EXPIRATION_TIME_FIELD_NUMBER

public static final int EXPIRATION_TIME_FIELD_NUMBER
Field Value
Type Description
int

FAVICON_FIELD_NUMBER

public static final int FAVICON_FIELD_NUMBER
Field Value
Type Description
int

FIRST_SEEN_TIME_FIELD_NUMBER

public static final int FIRST_SEEN_TIME_FIELD_NUMBER
Field Value
Type Description
int

IANA_REGISTRAR_ID_FIELD_NUMBER

public static final int IANA_REGISTRAR_ID_FIELD_NUMBER
Field Value
Type Description
int

JARM_FIELD_NUMBER

public static final int JARM_FIELD_NUMBER
Field Value
Type Description
int

LAST_DNS_RECORDS_FIELD_NUMBER

public static final int LAST_DNS_RECORDS_FIELD_NUMBER
Field Value
Type Description
int

LAST_DNS_RECORDS_TIME_FIELD_NUMBER

public static final int LAST_DNS_RECORDS_TIME_FIELD_NUMBER
Field Value
Type Description
int

LAST_HTTPS_CERTIFICATE_FIELD_NUMBER

public static final int LAST_HTTPS_CERTIFICATE_FIELD_NUMBER
Field Value
Type Description
int

LAST_HTTPS_CERTIFICATE_TIME_FIELD_NUMBER

public static final int LAST_HTTPS_CERTIFICATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

LAST_SEEN_TIME_FIELD_NUMBER

public static final int LAST_SEEN_TIME_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

NAME_SERVER_FIELD_NUMBER

public static final int NAME_SERVER_FIELD_NUMBER
Field Value
Type Description
int

POPULARITY_RANKS_FIELD_NUMBER

public static final int POPULARITY_RANKS_FIELD_NUMBER
Field Value
Type Description
int

PREVALENCE_FIELD_NUMBER

public static final int PREVALENCE_FIELD_NUMBER
Field Value
Type Description
int

PRIVATE_REGISTRATION_FIELD_NUMBER

public static final int PRIVATE_REGISTRATION_FIELD_NUMBER
Field Value
Type Description
int

REGISTRANT_FIELD_NUMBER

public static final int REGISTRANT_FIELD_NUMBER
Field Value
Type Description
int

REGISTRAR_FIELD_NUMBER

public static final int REGISTRAR_FIELD_NUMBER
Field Value
Type Description
int

REGISTRY_DATA_RAW_TEXT_FIELD_NUMBER

public static final int REGISTRY_DATA_RAW_TEXT_FIELD_NUMBER
Field Value
Type Description
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
Type Description
int

TAGS_FIELD_NUMBER

public static final int TAGS_FIELD_NUMBER
Field Value
Type Description
int

TECH_FIELD_NUMBER

public static final int TECH_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

WHOIS_RECORD_RAW_TEXT_FIELD_NUMBER

public static final int WHOIS_RECORD_RAW_TEXT_FIELD_NUMBER
Field Value
Type Description
int

WHOIS_SERVER_FIELD_NUMBER

public static final int WHOIS_SERVER_FIELD_NUMBER
Field Value
Type Description
int

WHOIS_TIME_FIELD_NUMBER

public static final int WHOIS_TIME_FIELD_NUMBER
Field Value
Type Description
int

ZONE_FIELD_NUMBER

public static final int ZONE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Domain getDefaultInstance()
Returns
Type Description
Domain

getDescriptor()

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

newBuilder()

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

newBuilder(Domain prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAdmin()

public User getAdmin()

Parsed contact information for the administrative contact for the domain.

.google.backstory.User admin = 15;

Returns
Type Description
User

The admin.

getAdminOrBuilder()

public UserOrBuilder getAdminOrBuilder()

Parsed contact information for the administrative contact for the domain.

.google.backstory.User admin = 15;

Returns
Type Description
UserOrBuilder

getAuditUpdateTime()

public Timestamp getAuditUpdateTime()

Audit updated time.

.google.protobuf.Timestamp audit_update_time = 12;

Returns
Type Description
Timestamp

The auditUpdateTime.

getAuditUpdateTimeOrBuilder()

public TimestampOrBuilder getAuditUpdateTimeOrBuilder()

Audit updated time.

.google.protobuf.Timestamp audit_update_time = 12;

Returns
Type Description
TimestampOrBuilder

getBilling()

public User getBilling()

Parsed contact information for the billing contact of the domain.

.google.backstory.User billing = 17;

Returns
Type Description
User

The billing.

getBillingOrBuilder()

public UserOrBuilder getBillingOrBuilder()

Parsed contact information for the billing contact of the domain.

.google.backstory.User billing = 17;

Returns
Type Description
UserOrBuilder

getCategories(int index)

public String getCategories(int index)

Categories assign to the domain as retrieved from VirusTotal.

repeated string categories = 23;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The categories at the given index.

getCategoriesBytes(int index)

public ByteString getCategoriesBytes(int index)

Categories assign to the domain as retrieved from VirusTotal.

repeated string categories = 23;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the categories at the given index.

getCategoriesCount()

public int getCategoriesCount()

Categories assign to the domain as retrieved from VirusTotal.

repeated string categories = 23;

Returns
Type Description
int

The count of categories.

getCategoriesList()

public ProtocolStringList getCategoriesList()

Categories assign to the domain as retrieved from VirusTotal.

repeated string categories = 23;

Returns
Type Description
ProtocolStringList

A list containing the categories.

getContactEmail()

public String getContactEmail()

Contact email address.

string contact_email = 6;

Returns
Type Description
String

The contactEmail.

getContactEmailBytes()

public ByteString getContactEmailBytes()

Contact email address.

string contact_email = 6;

Returns
Type Description
ByteString

The bytes for contactEmail.

getCreationTime()

public Timestamp getCreationTime()

Domain creation time.

.google.protobuf.Timestamp creation_time = 9;

Returns
Type Description
Timestamp

The creationTime.

getCreationTimeOrBuilder()

public TimestampOrBuilder getCreationTimeOrBuilder()

Domain creation time.

.google.protobuf.Timestamp creation_time = 9;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Domain getDefaultInstanceForType()
Returns
Type Description
Domain

getExpirationTime()

public Timestamp getExpirationTime()

Expiration time.

.google.protobuf.Timestamp expiration_time = 11;

Returns
Type Description
Timestamp

The expirationTime.

getExpirationTimeOrBuilder()

public TimestampOrBuilder getExpirationTimeOrBuilder()

Expiration time.

.google.protobuf.Timestamp expiration_time = 11;

Returns
Type Description
TimestampOrBuilder

getFavicon()

public Favicon getFavicon()

Includes difference hash and MD5 hash of the domain's favicon.

.google.backstory.Favicon favicon = 24;

Returns
Type Description
Favicon

The favicon.

getFaviconOrBuilder()

public FaviconOrBuilder getFaviconOrBuilder()

Includes difference hash and MD5 hash of the domain's favicon.

.google.backstory.Favicon favicon = 24;

Returns
Type Description
FaviconOrBuilder

getFirstSeenTime()

public Timestamp getFirstSeenTime()

First seen timestamp of the domain in the customer's environment.

.google.protobuf.Timestamp first_seen_time = 3;

Returns
Type Description
Timestamp

The firstSeenTime.

getFirstSeenTimeOrBuilder()

public TimestampOrBuilder getFirstSeenTimeOrBuilder()

First seen timestamp of the domain in the customer's environment.

.google.protobuf.Timestamp first_seen_time = 3;

Returns
Type Description
TimestampOrBuilder

getIanaRegistrarId()

public int getIanaRegistrarId()

IANA Registrar ID. See https://www.iana.org/assignments/registrar-ids/registrar-ids.xhtml

int32 iana_registrar_id = 21;

Returns
Type Description
int

The ianaRegistrarId.

getJarm()

public String getJarm()

Domain's JARM hash.

string jarm = 25;

Returns
Type Description
String

The jarm.

getJarmBytes()

public ByteString getJarmBytes()

Domain's JARM hash.

string jarm = 25;

Returns
Type Description
ByteString

The bytes for jarm.

getLastDnsRecords(int index)

public DNSRecord getLastDnsRecords(int index)

Domain's DNS records from the last scan.

repeated .google.backstory.DNSRecord last_dns_records = 26;

Parameter
Name Description
index int
Returns
Type Description
DNSRecord

getLastDnsRecordsCount()

public int getLastDnsRecordsCount()

Domain's DNS records from the last scan.

repeated .google.backstory.DNSRecord last_dns_records = 26;

Returns
Type Description
int

getLastDnsRecordsList()

public List<DNSRecord> getLastDnsRecordsList()

Domain's DNS records from the last scan.

repeated .google.backstory.DNSRecord last_dns_records = 26;

Returns
Type Description
List<DNSRecord>

getLastDnsRecordsOrBuilder(int index)

public DNSRecordOrBuilder getLastDnsRecordsOrBuilder(int index)

Domain's DNS records from the last scan.

repeated .google.backstory.DNSRecord last_dns_records = 26;

Parameter
Name Description
index int
Returns
Type Description
DNSRecordOrBuilder

getLastDnsRecordsOrBuilderList()

public List<? extends DNSRecordOrBuilder> getLastDnsRecordsOrBuilderList()

Domain's DNS records from the last scan.

repeated .google.backstory.DNSRecord last_dns_records = 26;

Returns
Type Description
List<? extends com.google.backstory.DNSRecordOrBuilder>

getLastDnsRecordsTime()

public Timestamp getLastDnsRecordsTime()

Date when the DNS records list was retrieved by VirusTotal.

.google.protobuf.Timestamp last_dns_records_time = 27;

Returns
Type Description
Timestamp

The lastDnsRecordsTime.

getLastDnsRecordsTimeOrBuilder()

public TimestampOrBuilder getLastDnsRecordsTimeOrBuilder()

Date when the DNS records list was retrieved by VirusTotal.

.google.protobuf.Timestamp last_dns_records_time = 27;

Returns
Type Description
TimestampOrBuilder

getLastHttpsCertificate()

public SSLCertificate getLastHttpsCertificate()

SSL certificate object retrieved last time the domain was analyzed.

.google.backstory.SSLCertificate last_https_certificate = 28;

Returns
Type Description
SSLCertificate

The lastHttpsCertificate.

getLastHttpsCertificateOrBuilder()

public SSLCertificateOrBuilder getLastHttpsCertificateOrBuilder()

SSL certificate object retrieved last time the domain was analyzed.

.google.backstory.SSLCertificate last_https_certificate = 28;

Returns
Type Description
SSLCertificateOrBuilder

getLastHttpsCertificateTime()

public Timestamp getLastHttpsCertificateTime()

When the certificate was retrieved by VirusTotal.

.google.protobuf.Timestamp last_https_certificate_time = 29;

Returns
Type Description
Timestamp

The lastHttpsCertificateTime.

getLastHttpsCertificateTimeOrBuilder()

public TimestampOrBuilder getLastHttpsCertificateTimeOrBuilder()

When the certificate was retrieved by VirusTotal.

.google.protobuf.Timestamp last_https_certificate_time = 29;

Returns
Type Description
TimestampOrBuilder

getLastSeenTime()

public Timestamp getLastSeenTime()

Last seen timestamp of the domain in the customer's environment.

.google.protobuf.Timestamp last_seen_time = 4;

Returns
Type Description
Timestamp

The lastSeenTime.

getLastSeenTimeOrBuilder()

public TimestampOrBuilder getLastSeenTimeOrBuilder()

Last seen timestamp of the domain in the customer's environment.

.google.protobuf.Timestamp last_seen_time = 4;

Returns
Type Description
TimestampOrBuilder

getName()

public String getName()

The domain name. This field can be used as an entity indicator for Domain entities.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The domain name. This field can be used as an entity indicator for Domain entities.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getNameServer(int index)

public String getNameServer(int index)

Repeated list of name servers.

repeated string name_server = 8;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The nameServer at the given index.

getNameServerBytes(int index)

public ByteString getNameServerBytes(int index)

Repeated list of name servers.

repeated string name_server = 8;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the nameServer at the given index.

getNameServerCount()

public int getNameServerCount()

Repeated list of name servers.

repeated string name_server = 8;

Returns
Type Description
int

The count of nameServer.

getNameServerList()

public ProtocolStringList getNameServerList()

Repeated list of name servers.

repeated string name_server = 8;

Returns
Type Description
ProtocolStringList

A list containing the nameServer.

getParserForType()

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

getPopularityRanks(int index)

public PopularityRank getPopularityRanks(int index)

Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc

repeated .google.backstory.PopularityRank popularity_ranks = 30;

Parameter
Name Description
index int
Returns
Type Description
PopularityRank

getPopularityRanksCount()

public int getPopularityRanksCount()

Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc

repeated .google.backstory.PopularityRank popularity_ranks = 30;

Returns
Type Description
int

getPopularityRanksList()

public List<PopularityRank> getPopularityRanksList()

Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc

repeated .google.backstory.PopularityRank popularity_ranks = 30;

Returns
Type Description
List<PopularityRank>

getPopularityRanksOrBuilder(int index)

public PopularityRankOrBuilder getPopularityRanksOrBuilder(int index)

Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc

repeated .google.backstory.PopularityRank popularity_ranks = 30;

Parameter
Name Description
index int
Returns
Type Description
PopularityRankOrBuilder

getPopularityRanksOrBuilderList()

public List<? extends PopularityRankOrBuilder> getPopularityRanksOrBuilderList()

Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc

repeated .google.backstory.PopularityRank popularity_ranks = 30;

Returns
Type Description
List<? extends com.google.backstory.PopularityRankOrBuilder>

getPrevalence()

public Prevalence getPrevalence()

The prevalence of the domain within the customer's environment.

.google.backstory.Prevalence prevalence = 2;

Returns
Type Description
Prevalence

The prevalence.

getPrevalenceOrBuilder()

public PrevalenceOrBuilder getPrevalenceOrBuilder()

The prevalence of the domain within the customer's environment.

.google.backstory.Prevalence prevalence = 2;

Returns
Type Description
PrevalenceOrBuilder

getPrivateRegistration()

public boolean getPrivateRegistration()

Indicates whether the domain appears to be using a private registration service to mask the owner's contact information.

bool private_registration = 22;

Returns
Type Description
boolean

The privateRegistration.

getRegistrant()

public User getRegistrant()

Parsed contact information for the registrant of the domain.

.google.backstory.User registrant = 14;

Returns
Type Description
User

The registrant.

getRegistrantOrBuilder()

public UserOrBuilder getRegistrantOrBuilder()

Parsed contact information for the registrant of the domain.

.google.backstory.User registrant = 14;

Returns
Type Description
UserOrBuilder

getRegistrar()

public String getRegistrar()

Registrar name . FOr example, "Wild West Domains, Inc. (R120-LROR)", "GoDaddy.com, LLC", or "PDR LTD. D/B/A PUBLICDOMAINREGISTRY.COM".

string registrar = 5;

Returns
Type Description
String

The registrar.

getRegistrarBytes()

public ByteString getRegistrarBytes()

Registrar name . FOr example, "Wild West Domains, Inc. (R120-LROR)", "GoDaddy.com, LLC", or "PDR LTD. D/B/A PUBLICDOMAINREGISTRY.COM".

string registrar = 5;

Returns
Type Description
ByteString

The bytes for registrar.

getRegistryDataRawText()

public ByteString getRegistryDataRawText()

Registry Data raw text.

bytes registry_data_raw_text = 20;

Returns
Type Description
ByteString

The registryDataRawText.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStatus()

public String getStatus()

Domain status. See https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en for meanings of possible values

string status = 13;

Returns
Type Description
String

The status.

getStatusBytes()

public ByteString getStatusBytes()

Domain status. See https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en for meanings of possible values

string status = 13;

Returns
Type Description
ByteString

The bytes for status.

getTags(int index)

public String getTags(int index)

List of representative attributes.

repeated string tags = 31;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The tags at the given index.

getTagsBytes(int index)

public ByteString getTagsBytes(int index)

List of representative attributes.

repeated string tags = 31;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the tags at the given index.

getTagsCount()

public int getTagsCount()

List of representative attributes.

repeated string tags = 31;

Returns
Type Description
int

The count of tags.

getTagsList()

public ProtocolStringList getTagsList()

List of representative attributes.

repeated string tags = 31;

Returns
Type Description
ProtocolStringList

A list containing the tags.

getTech()

public User getTech()

Parsed contact information for the technical contact for the domain

.google.backstory.User tech = 16;

Returns
Type Description
User

The tech.

getTechOrBuilder()

public UserOrBuilder getTechOrBuilder()

Parsed contact information for the technical contact for the domain

.google.backstory.User tech = 16;

Returns
Type Description
UserOrBuilder

getUpdateTime()

public Timestamp getUpdateTime()

Last updated time.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Last updated time.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
TimestampOrBuilder

getWhoisRecordRawText()

public ByteString getWhoisRecordRawText()

WHOIS raw text.

bytes whois_record_raw_text = 19;

Returns
Type Description
ByteString

The whoisRecordRawText.

getWhoisServer()

public String getWhoisServer()

Whois server name.

string whois_server = 7;

Returns
Type Description
String

The whoisServer.

getWhoisServerBytes()

public ByteString getWhoisServerBytes()

Whois server name.

string whois_server = 7;

Returns
Type Description
ByteString

The bytes for whoisServer.

getWhoisTime()

public Timestamp getWhoisTime()

Date of the last update of the WHOIS record.

.google.protobuf.Timestamp whois_time = 32;

Returns
Type Description
Timestamp

The whoisTime.

getWhoisTimeOrBuilder()

public TimestampOrBuilder getWhoisTimeOrBuilder()

Date of the last update of the WHOIS record.

.google.protobuf.Timestamp whois_time = 32;

Returns
Type Description
TimestampOrBuilder

getZone()

public User getZone()

Parsed contact information for the zone.

.google.backstory.User zone = 18;

Returns
Type Description
User

The zone.

getZoneOrBuilder()

public UserOrBuilder getZoneOrBuilder()

Parsed contact information for the zone.

.google.backstory.User zone = 18;

Returns
Type Description
UserOrBuilder

hasAdmin()

public boolean hasAdmin()

Parsed contact information for the administrative contact for the domain.

.google.backstory.User admin = 15;

Returns
Type Description
boolean

Whether the admin field is set.

hasAuditUpdateTime()

public boolean hasAuditUpdateTime()

Audit updated time.

.google.protobuf.Timestamp audit_update_time = 12;

Returns
Type Description
boolean

Whether the auditUpdateTime field is set.

hasBilling()

public boolean hasBilling()

Parsed contact information for the billing contact of the domain.

.google.backstory.User billing = 17;

Returns
Type Description
boolean

Whether the billing field is set.

hasCreationTime()

public boolean hasCreationTime()

Domain creation time.

.google.protobuf.Timestamp creation_time = 9;

Returns
Type Description
boolean

Whether the creationTime field is set.

hasExpirationTime()

public boolean hasExpirationTime()

Expiration time.

.google.protobuf.Timestamp expiration_time = 11;

Returns
Type Description
boolean

Whether the expirationTime field is set.

hasFavicon()

public boolean hasFavicon()

Includes difference hash and MD5 hash of the domain's favicon.

.google.backstory.Favicon favicon = 24;

Returns
Type Description
boolean

Whether the favicon field is set.

hasFirstSeenTime()

public boolean hasFirstSeenTime()

First seen timestamp of the domain in the customer's environment.

.google.protobuf.Timestamp first_seen_time = 3;

Returns
Type Description
boolean

Whether the firstSeenTime field is set.

hasLastDnsRecordsTime()

public boolean hasLastDnsRecordsTime()

Date when the DNS records list was retrieved by VirusTotal.

.google.protobuf.Timestamp last_dns_records_time = 27;

Returns
Type Description
boolean

Whether the lastDnsRecordsTime field is set.

hasLastHttpsCertificate()

public boolean hasLastHttpsCertificate()

SSL certificate object retrieved last time the domain was analyzed.

.google.backstory.SSLCertificate last_https_certificate = 28;

Returns
Type Description
boolean

Whether the lastHttpsCertificate field is set.

hasLastHttpsCertificateTime()

public boolean hasLastHttpsCertificateTime()

When the certificate was retrieved by VirusTotal.

.google.protobuf.Timestamp last_https_certificate_time = 29;

Returns
Type Description
boolean

Whether the lastHttpsCertificateTime field is set.

hasLastSeenTime()

public boolean hasLastSeenTime()

Last seen timestamp of the domain in the customer's environment.

.google.protobuf.Timestamp last_seen_time = 4;

Returns
Type Description
boolean

Whether the lastSeenTime field is set.

hasPrevalence()

public boolean hasPrevalence()

The prevalence of the domain within the customer's environment.

.google.backstory.Prevalence prevalence = 2;

Returns
Type Description
boolean

Whether the prevalence field is set.

hasRegistrant()

public boolean hasRegistrant()

Parsed contact information for the registrant of the domain.

.google.backstory.User registrant = 14;

Returns
Type Description
boolean

Whether the registrant field is set.

hasTech()

public boolean hasTech()

Parsed contact information for the technical contact for the domain

.google.backstory.User tech = 16;

Returns
Type Description
boolean

Whether the tech field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Last updated time.

.google.protobuf.Timestamp update_time = 10;

Returns
Type Description
boolean

Whether the updateTime field is set.

hasWhoisTime()

public boolean hasWhoisTime()

Date of the last update of the WHOIS record.

.google.protobuf.Timestamp whois_time = 32;

Returns
Type Description
boolean

Whether the whoisTime field is set.

hasZone()

public boolean hasZone()

Parsed contact information for the zone.

.google.backstory.User zone = 18;

Returns
Type Description
boolean

Whether the zone field is set.

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 Domain.Builder newBuilderForType()
Returns
Type Description
Domain.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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