public static final class Domain.Builder extends GeneratedMessage.Builder<Domain.Builder> implements DomainOrBuilderInformation about a domain.
Protobuf type google.backstory.Domain
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Domain.BuilderImplements
DomainOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllCategories(Iterable<String> values)
public Domain.Builder addAllCategories(Iterable<String> values)Categories assign to the domain as retrieved from VirusTotal.
repeated string categories = 23;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The categories to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addAllLastDnsRecords(Iterable<? extends DNSRecord> values)
public Domain.Builder addAllLastDnsRecords(Iterable<? extends DNSRecord> values)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.backstory.DNSRecord> |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addAllNameServer(Iterable<String> values)
public Domain.Builder addAllNameServer(Iterable<String> values)Repeated list of name servers.
repeated string name_server = 8;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The nameServer to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addAllPopularityRanks(Iterable<? extends PopularityRank> values)
public Domain.Builder addAllPopularityRanks(Iterable<? extends PopularityRank> values)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.backstory.PopularityRank> |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addAllTags(Iterable<String> values)
public Domain.Builder addAllTags(Iterable<String> values)List of representative attributes.
repeated string tags = 31;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The tags to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addCategories(String value)
public Domain.Builder addCategories(String value)Categories assign to the domain as retrieved from VirusTotal.
repeated string categories = 23;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe categories to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addCategoriesBytes(ByteString value)
public Domain.Builder addCategoriesBytes(ByteString value)Categories assign to the domain as retrieved from VirusTotal.
repeated string categories = 23;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the categories to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addLastDnsRecords(DNSRecord value)
public Domain.Builder addLastDnsRecords(DNSRecord value)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameter | |
|---|---|
| Name | Description |
value |
DNSRecord |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addLastDnsRecords(DNSRecord.Builder builderForValue)
public Domain.Builder addLastDnsRecords(DNSRecord.Builder builderForValue)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DNSRecord.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addLastDnsRecords(int index, DNSRecord value)
public Domain.Builder addLastDnsRecords(int index, DNSRecord value)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DNSRecord |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addLastDnsRecords(int index, DNSRecord.Builder builderForValue)
public Domain.Builder addLastDnsRecords(int index, DNSRecord.Builder builderForValue)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DNSRecord.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addLastDnsRecordsBuilder()
public DNSRecord.Builder addLastDnsRecordsBuilder()Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Returns | |
|---|---|
| Type | Description |
DNSRecord.Builder |
|
addLastDnsRecordsBuilder(int index)
public DNSRecord.Builder addLastDnsRecordsBuilder(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.Builder |
|
addNameServer(String value)
public Domain.Builder addNameServer(String value)Repeated list of name servers.
repeated string name_server = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nameServer to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addNameServerBytes(ByteString value)
public Domain.Builder addNameServerBytes(ByteString value)Repeated list of name servers.
repeated string name_server = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the nameServer to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addPopularityRanks(PopularityRank value)
public Domain.Builder addPopularityRanks(PopularityRank value)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameter | |
|---|---|
| Name | Description |
value |
PopularityRank |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addPopularityRanks(PopularityRank.Builder builderForValue)
public Domain.Builder addPopularityRanks(PopularityRank.Builder builderForValue)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PopularityRank.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addPopularityRanks(int index, PopularityRank value)
public Domain.Builder addPopularityRanks(int index, PopularityRank value)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
PopularityRank |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addPopularityRanks(int index, PopularityRank.Builder builderForValue)
public Domain.Builder addPopularityRanks(int index, PopularityRank.Builder builderForValue)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
PopularityRank.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
addPopularityRanksBuilder()
public PopularityRank.Builder addPopularityRanksBuilder()Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Returns | |
|---|---|
| Type | Description |
PopularityRank.Builder |
|
addPopularityRanksBuilder(int index)
public PopularityRank.Builder addPopularityRanksBuilder(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.Builder |
|
addTags(String value)
public Domain.Builder addTags(String value)List of representative attributes.
repeated string tags = 31;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tags to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
addTagsBytes(ByteString value)
public Domain.Builder addTagsBytes(ByteString value)List of representative attributes.
repeated string tags = 31;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the tags to add. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
build()
public Domain build()| Returns | |
|---|---|
| Type | Description |
Domain |
|
buildPartial()
public Domain buildPartial()| Returns | |
|---|---|
| Type | Description |
Domain |
|
clear()
public Domain.Builder clear()| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearAdmin()
public Domain.Builder clearAdmin()Parsed contact information for the administrative contact for the domain.
.google.backstory.User admin = 15;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearAuditUpdateTime()
public Domain.Builder clearAuditUpdateTime()Audit updated time.
.google.protobuf.Timestamp audit_update_time = 12;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearBilling()
public Domain.Builder clearBilling()Parsed contact information for the billing contact of the domain.
.google.backstory.User billing = 17;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearCategories()
public Domain.Builder clearCategories()Categories assign to the domain as retrieved from VirusTotal.
repeated string categories = 23;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearContactEmail()
public Domain.Builder clearContactEmail()Contact email address.
string contact_email = 6;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearCreationTime()
public Domain.Builder clearCreationTime()Domain creation time.
.google.protobuf.Timestamp creation_time = 9;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearExpirationTime()
public Domain.Builder clearExpirationTime()Expiration time.
.google.protobuf.Timestamp expiration_time = 11;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearFavicon()
public Domain.Builder clearFavicon()Includes difference hash and MD5 hash of the domain's favicon.
.google.backstory.Favicon favicon = 24;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearFirstSeenTime()
public Domain.Builder clearFirstSeenTime()First seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp first_seen_time = 3;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearIanaRegistrarId()
public Domain.Builder clearIanaRegistrarId()IANA Registrar ID. See https://www.iana.org/assignments/registrar-ids/registrar-ids.xhtml
int32 iana_registrar_id = 21;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearJarm()
public Domain.Builder clearJarm()Domain's JARM hash.
string jarm = 25;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearLastDnsRecords()
public Domain.Builder clearLastDnsRecords()Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearLastDnsRecordsTime()
public Domain.Builder clearLastDnsRecordsTime()Date when the DNS records list was retrieved by VirusTotal.
.google.protobuf.Timestamp last_dns_records_time = 27;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearLastHttpsCertificate()
public Domain.Builder clearLastHttpsCertificate()SSL certificate object retrieved last time the domain was analyzed.
.google.backstory.SSLCertificate last_https_certificate = 28;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearLastHttpsCertificateTime()
public Domain.Builder clearLastHttpsCertificateTime()When the certificate was retrieved by VirusTotal.
.google.protobuf.Timestamp last_https_certificate_time = 29;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearLastSeenTime()
public Domain.Builder clearLastSeenTime()Last seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp last_seen_time = 4;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearName()
public Domain.Builder clearName()The domain name. This field can be used as an entity indicator for Domain entities.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearNameServer()
public Domain.Builder clearNameServer()Repeated list of name servers.
repeated string name_server = 8;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearPopularityRanks()
public Domain.Builder clearPopularityRanks()Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearPrevalence()
public Domain.Builder clearPrevalence()The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 2;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearPrivateRegistration()
public Domain.Builder clearPrivateRegistration()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 |
Domain.Builder |
This builder for chaining. |
clearRegistrant()
public Domain.Builder clearRegistrant()Parsed contact information for the registrant of the domain.
.google.backstory.User registrant = 14;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearRegistrar()
public Domain.Builder clearRegistrar()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 |
Domain.Builder |
This builder for chaining. |
clearRegistryDataRawText()
public Domain.Builder clearRegistryDataRawText()Registry Data raw text.
bytes registry_data_raw_text = 20;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearStatus()
public Domain.Builder clearStatus()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 |
Domain.Builder |
This builder for chaining. |
clearTags()
public Domain.Builder clearTags()List of representative attributes.
repeated string tags = 31;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearTech()
public Domain.Builder clearTech()Parsed contact information for the technical contact for the domain
.google.backstory.User tech = 16;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearUpdateTime()
public Domain.Builder clearUpdateTime()Last updated time.
.google.protobuf.Timestamp update_time = 10;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearWhoisRecordRawText()
public Domain.Builder clearWhoisRecordRawText()WHOIS raw text.
bytes whois_record_raw_text = 19;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearWhoisServer()
public Domain.Builder clearWhoisServer()Whois server name.
string whois_server = 7;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
clearWhoisTime()
public Domain.Builder clearWhoisTime()Date of the last update of the WHOIS record.
.google.protobuf.Timestamp whois_time = 32;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
clearZone()
public Domain.Builder clearZone()Parsed contact information for the zone.
.google.backstory.User zone = 18;
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
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. |
getAdminBuilder()
public User.Builder getAdminBuilder()Parsed contact information for the administrative contact for the domain.
.google.backstory.User admin = 15;
| Returns | |
|---|---|
| Type | Description |
User.Builder |
|
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. |
getAuditUpdateTimeBuilder()
public Timestamp.Builder getAuditUpdateTimeBuilder()Audit updated time.
.google.protobuf.Timestamp audit_update_time = 12;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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. |
getBillingBuilder()
public User.Builder getBillingBuilder()Parsed contact information for the billing contact of the domain.
.google.backstory.User billing = 17;
| Returns | |
|---|---|
| Type | Description |
User.Builder |
|
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 |
intThe 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 |
intThe 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. |
getCreationTimeBuilder()
public Timestamp.Builder getCreationTimeBuilder()Domain creation time.
.google.protobuf.Timestamp creation_time = 9;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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 |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExpirationTime()
public Timestamp getExpirationTime()Expiration time.
.google.protobuf.Timestamp expiration_time = 11;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeBuilder()
public Timestamp.Builder getExpirationTimeBuilder()Expiration time.
.google.protobuf.Timestamp expiration_time = 11;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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. |
getFaviconBuilder()
public Favicon.Builder getFaviconBuilder()Includes difference hash and MD5 hash of the domain's favicon.
.google.backstory.Favicon favicon = 24;
| Returns | |
|---|---|
| Type | Description |
Favicon.Builder |
|
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. |
getFirstSeenTimeBuilder()
public Timestamp.Builder getFirstSeenTimeBuilder()First seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp first_seen_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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 |
|
getLastDnsRecordsBuilder(int index)
public DNSRecord.Builder getLastDnsRecordsBuilder(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.Builder |
|
getLastDnsRecordsBuilderList()
public List<DNSRecord.Builder> getLastDnsRecordsBuilderList()Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
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. |
getLastDnsRecordsTimeBuilder()
public Timestamp.Builder getLastDnsRecordsTimeBuilder()Date when the DNS records list was retrieved by VirusTotal.
.google.protobuf.Timestamp last_dns_records_time = 27;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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. |
getLastHttpsCertificateBuilder()
public SSLCertificate.Builder getLastHttpsCertificateBuilder()SSL certificate object retrieved last time the domain was analyzed.
.google.backstory.SSLCertificate last_https_certificate = 28;
| Returns | |
|---|---|
| Type | Description |
SSLCertificate.Builder |
|
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. |
getLastHttpsCertificateTimeBuilder()
public Timestamp.Builder getLastHttpsCertificateTimeBuilder()When the certificate was retrieved by VirusTotal.
.google.protobuf.Timestamp last_https_certificate_time = 29;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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. |
getLastSeenTimeBuilder()
public Timestamp.Builder getLastSeenTimeBuilder()Last seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp last_seen_time = 4;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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 |
intThe 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 |
intThe 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. |
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 |
|
getPopularityRanksBuilder(int index)
public PopularityRank.Builder getPopularityRanksBuilder(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.Builder |
|
getPopularityRanksBuilderList()
public List<PopularityRank.Builder> getPopularityRanksBuilderList()Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
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. |
getPrevalenceBuilder()
public Prevalence.Builder getPrevalenceBuilder()The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 2;
| Returns | |
|---|---|
| Type | Description |
Prevalence.Builder |
|
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. |
getRegistrantBuilder()
public User.Builder getRegistrantBuilder()Parsed contact information for the registrant of the domain.
.google.backstory.User registrant = 14;
| Returns | |
|---|---|
| Type | Description |
User.Builder |
|
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. |
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 |
intThe 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 |
intThe 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. |
getTechBuilder()
public User.Builder getTechBuilder()Parsed contact information for the technical contact for the domain
.google.backstory.User tech = 16;
| Returns | |
|---|---|
| Type | Description |
User.Builder |
|
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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Last updated time.
.google.protobuf.Timestamp update_time = 10;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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. |
getWhoisTimeBuilder()
public Timestamp.Builder getWhoisTimeBuilder()Date of the last update of the WHOIS record.
.google.protobuf.Timestamp whois_time = 32;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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. |
getZoneBuilder()
public User.Builder getZoneBuilder()Parsed contact information for the zone.
.google.backstory.User zone = 18;
| Returns | |
|---|---|
| Type | Description |
User.Builder |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAdmin(User value)
public Domain.Builder mergeAdmin(User value)Parsed contact information for the administrative contact for the domain.
.google.backstory.User admin = 15;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeAuditUpdateTime(Timestamp value)
public Domain.Builder mergeAuditUpdateTime(Timestamp value)Audit updated time.
.google.protobuf.Timestamp audit_update_time = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeBilling(User value)
public Domain.Builder mergeBilling(User value)Parsed contact information for the billing contact of the domain.
.google.backstory.User billing = 17;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeCreationTime(Timestamp value)
public Domain.Builder mergeCreationTime(Timestamp value)Domain creation time.
.google.protobuf.Timestamp creation_time = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeExpirationTime(Timestamp value)
public Domain.Builder mergeExpirationTime(Timestamp value)Expiration time.
.google.protobuf.Timestamp expiration_time = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeFavicon(Favicon value)
public Domain.Builder mergeFavicon(Favicon value)Includes difference hash and MD5 hash of the domain's favicon.
.google.backstory.Favicon favicon = 24;
| Parameter | |
|---|---|
| Name | Description |
value |
Favicon |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeFirstSeenTime(Timestamp value)
public Domain.Builder mergeFirstSeenTime(Timestamp value)First seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp first_seen_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeFrom(Domain other)
public Domain.Builder mergeFrom(Domain other)| Parameter | |
|---|---|
| Name | Description |
other |
Domain |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Domain.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Domain.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeLastDnsRecordsTime(Timestamp value)
public Domain.Builder mergeLastDnsRecordsTime(Timestamp value)Date when the DNS records list was retrieved by VirusTotal.
.google.protobuf.Timestamp last_dns_records_time = 27;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeLastHttpsCertificate(SSLCertificate value)
public Domain.Builder mergeLastHttpsCertificate(SSLCertificate value)SSL certificate object retrieved last time the domain was analyzed.
.google.backstory.SSLCertificate last_https_certificate = 28;
| Parameter | |
|---|---|
| Name | Description |
value |
SSLCertificate |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeLastHttpsCertificateTime(Timestamp value)
public Domain.Builder mergeLastHttpsCertificateTime(Timestamp value)When the certificate was retrieved by VirusTotal.
.google.protobuf.Timestamp last_https_certificate_time = 29;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeLastSeenTime(Timestamp value)
public Domain.Builder mergeLastSeenTime(Timestamp value)Last seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp last_seen_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergePrevalence(Prevalence value)
public Domain.Builder mergePrevalence(Prevalence value)The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Prevalence |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeRegistrant(User value)
public Domain.Builder mergeRegistrant(User value)Parsed contact information for the registrant of the domain.
.google.backstory.User registrant = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeTech(User value)
public Domain.Builder mergeTech(User value)Parsed contact information for the technical contact for the domain
.google.backstory.User tech = 16;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeUpdateTime(Timestamp value)
public Domain.Builder mergeUpdateTime(Timestamp value)Last updated time.
.google.protobuf.Timestamp update_time = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeWhoisTime(Timestamp value)
public Domain.Builder mergeWhoisTime(Timestamp value)Date of the last update of the WHOIS record.
.google.protobuf.Timestamp whois_time = 32;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
mergeZone(User value)
public Domain.Builder mergeZone(User value)Parsed contact information for the zone.
.google.backstory.User zone = 18;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
removeLastDnsRecords(int index)
public Domain.Builder removeLastDnsRecords(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 |
Domain.Builder |
|
removePopularityRanks(int index)
public Domain.Builder removePopularityRanks(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 |
Domain.Builder |
|
setAdmin(User value)
public Domain.Builder setAdmin(User value)Parsed contact information for the administrative contact for the domain.
.google.backstory.User admin = 15;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setAdmin(User.Builder builderForValue)
public Domain.Builder setAdmin(User.Builder builderForValue)Parsed contact information for the administrative contact for the domain.
.google.backstory.User admin = 15;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
User.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setAuditUpdateTime(Timestamp value)
public Domain.Builder setAuditUpdateTime(Timestamp value)Audit updated time.
.google.protobuf.Timestamp audit_update_time = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setAuditUpdateTime(Timestamp.Builder builderForValue)
public Domain.Builder setAuditUpdateTime(Timestamp.Builder builderForValue)Audit updated time.
.google.protobuf.Timestamp audit_update_time = 12;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setBilling(User value)
public Domain.Builder setBilling(User value)Parsed contact information for the billing contact of the domain.
.google.backstory.User billing = 17;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setBilling(User.Builder builderForValue)
public Domain.Builder setBilling(User.Builder builderForValue)Parsed contact information for the billing contact of the domain.
.google.backstory.User billing = 17;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
User.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setCategories(int index, String value)
public Domain.Builder setCategories(int index, String value)Categories assign to the domain as retrieved from VirusTotal.
repeated string categories = 23;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe categories to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setContactEmail(String value)
public Domain.Builder setContactEmail(String value)Contact email address.
string contact_email = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe contactEmail to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setContactEmailBytes(ByteString value)
public Domain.Builder setContactEmailBytes(ByteString value)Contact email address.
string contact_email = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for contactEmail to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setCreationTime(Timestamp value)
public Domain.Builder setCreationTime(Timestamp value)Domain creation time.
.google.protobuf.Timestamp creation_time = 9;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setCreationTime(Timestamp.Builder builderForValue)
public Domain.Builder setCreationTime(Timestamp.Builder builderForValue)Domain creation time.
.google.protobuf.Timestamp creation_time = 9;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setExpirationTime(Timestamp value)
public Domain.Builder setExpirationTime(Timestamp value)Expiration time.
.google.protobuf.Timestamp expiration_time = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setExpirationTime(Timestamp.Builder builderForValue)
public Domain.Builder setExpirationTime(Timestamp.Builder builderForValue)Expiration time.
.google.protobuf.Timestamp expiration_time = 11;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setFavicon(Favicon value)
public Domain.Builder setFavicon(Favicon value)Includes difference hash and MD5 hash of the domain's favicon.
.google.backstory.Favicon favicon = 24;
| Parameter | |
|---|---|
| Name | Description |
value |
Favicon |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setFavicon(Favicon.Builder builderForValue)
public Domain.Builder setFavicon(Favicon.Builder builderForValue)Includes difference hash and MD5 hash of the domain's favicon.
.google.backstory.Favicon favicon = 24;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Favicon.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setFirstSeenTime(Timestamp value)
public Domain.Builder setFirstSeenTime(Timestamp value)First seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp first_seen_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setFirstSeenTime(Timestamp.Builder builderForValue)
public Domain.Builder setFirstSeenTime(Timestamp.Builder builderForValue)First seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp first_seen_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setIanaRegistrarId(int value)
public Domain.Builder setIanaRegistrarId(int value)IANA Registrar ID. See https://www.iana.org/assignments/registrar-ids/registrar-ids.xhtml
int32 iana_registrar_id = 21;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe ianaRegistrarId to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setJarm(String value)
public Domain.Builder setJarm(String value)Domain's JARM hash.
string jarm = 25;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe jarm to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setJarmBytes(ByteString value)
public Domain.Builder setJarmBytes(ByteString value)Domain's JARM hash.
string jarm = 25;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for jarm to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setLastDnsRecords(int index, DNSRecord value)
public Domain.Builder setLastDnsRecords(int index, DNSRecord value)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DNSRecord |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastDnsRecords(int index, DNSRecord.Builder builderForValue)
public Domain.Builder setLastDnsRecords(int index, DNSRecord.Builder builderForValue)Domain's DNS records from the last scan.
repeated .google.backstory.DNSRecord last_dns_records = 26;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DNSRecord.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastDnsRecordsTime(Timestamp value)
public Domain.Builder setLastDnsRecordsTime(Timestamp value)Date when the DNS records list was retrieved by VirusTotal.
.google.protobuf.Timestamp last_dns_records_time = 27;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastDnsRecordsTime(Timestamp.Builder builderForValue)
public Domain.Builder setLastDnsRecordsTime(Timestamp.Builder builderForValue)Date when the DNS records list was retrieved by VirusTotal.
.google.protobuf.Timestamp last_dns_records_time = 27;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastHttpsCertificate(SSLCertificate value)
public Domain.Builder setLastHttpsCertificate(SSLCertificate value)SSL certificate object retrieved last time the domain was analyzed.
.google.backstory.SSLCertificate last_https_certificate = 28;
| Parameter | |
|---|---|
| Name | Description |
value |
SSLCertificate |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastHttpsCertificate(SSLCertificate.Builder builderForValue)
public Domain.Builder setLastHttpsCertificate(SSLCertificate.Builder builderForValue)SSL certificate object retrieved last time the domain was analyzed.
.google.backstory.SSLCertificate last_https_certificate = 28;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SSLCertificate.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastHttpsCertificateTime(Timestamp value)
public Domain.Builder setLastHttpsCertificateTime(Timestamp value)When the certificate was retrieved by VirusTotal.
.google.protobuf.Timestamp last_https_certificate_time = 29;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastHttpsCertificateTime(Timestamp.Builder builderForValue)
public Domain.Builder setLastHttpsCertificateTime(Timestamp.Builder builderForValue)When the certificate was retrieved by VirusTotal.
.google.protobuf.Timestamp last_https_certificate_time = 29;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastSeenTime(Timestamp value)
public Domain.Builder setLastSeenTime(Timestamp value)Last seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp last_seen_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setLastSeenTime(Timestamp.Builder builderForValue)
public Domain.Builder setLastSeenTime(Timestamp.Builder builderForValue)Last seen timestamp of the domain in the customer's environment.
.google.protobuf.Timestamp last_seen_time = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setName(String value)
public Domain.Builder setName(String value)The domain name. This field can be used as an entity indicator for Domain entities.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Domain.Builder setNameBytes(ByteString value)The domain name. This field can be used as an entity indicator for Domain entities.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setNameServer(int index, String value)
public Domain.Builder setNameServer(int index, String value)Repeated list of name servers.
repeated string name_server = 8;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe nameServer to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setPopularityRanks(int index, PopularityRank value)
public Domain.Builder setPopularityRanks(int index, PopularityRank value)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
PopularityRank |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setPopularityRanks(int index, PopularityRank.Builder builderForValue)
public Domain.Builder setPopularityRanks(int index, PopularityRank.Builder builderForValue)Domain's position in popularity ranks such as Alexa, Quantcast, Statvoo, etc
repeated .google.backstory.PopularityRank popularity_ranks = 30;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
PopularityRank.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setPrevalence(Prevalence value)
public Domain.Builder setPrevalence(Prevalence value)The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Prevalence |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setPrevalence(Prevalence.Builder builderForValue)
public Domain.Builder setPrevalence(Prevalence.Builder builderForValue)The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Prevalence.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setPrivateRegistration(boolean value)
public Domain.Builder setPrivateRegistration(boolean value)Indicates whether the domain appears to be using a private registration service to mask the owner's contact information.
bool private_registration = 22;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe privateRegistration to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setRegistrant(User value)
public Domain.Builder setRegistrant(User value)Parsed contact information for the registrant of the domain.
.google.backstory.User registrant = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setRegistrant(User.Builder builderForValue)
public Domain.Builder setRegistrant(User.Builder builderForValue)Parsed contact information for the registrant of the domain.
.google.backstory.User registrant = 14;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
User.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setRegistrar(String value)
public Domain.Builder setRegistrar(String value)Registrar name . FOr example, "Wild West Domains, Inc. (R120-LROR)", "GoDaddy.com, LLC", or "PDR LTD. D/B/A PUBLICDOMAINREGISTRY.COM".
string registrar = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe registrar to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setRegistrarBytes(ByteString value)
public Domain.Builder setRegistrarBytes(ByteString value)Registrar name . FOr example, "Wild West Domains, Inc. (R120-LROR)", "GoDaddy.com, LLC", or "PDR LTD. D/B/A PUBLICDOMAINREGISTRY.COM".
string registrar = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for registrar to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setRegistryDataRawText(ByteString value)
public Domain.Builder setRegistryDataRawText(ByteString value)Registry Data raw text.
bytes registry_data_raw_text = 20;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe registryDataRawText to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setStatus(String value)
public Domain.Builder setStatus(String value)Domain status. See https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en for meanings of possible values
string status = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe status to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setStatusBytes(ByteString value)
public Domain.Builder setStatusBytes(ByteString value)Domain status. See https://www.icann.org/resources/pages/epp-status-codes-2014-06-16-en for meanings of possible values
string status = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for status to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setTags(int index, String value)
public Domain.Builder setTags(int index, String value)List of representative attributes.
repeated string tags = 31;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe tags to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setTech(User value)
public Domain.Builder setTech(User value)Parsed contact information for the technical contact for the domain
.google.backstory.User tech = 16;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setTech(User.Builder builderForValue)
public Domain.Builder setTech(User.Builder builderForValue)Parsed contact information for the technical contact for the domain
.google.backstory.User tech = 16;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
User.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setUpdateTime(Timestamp value)
public Domain.Builder setUpdateTime(Timestamp value)Last updated time.
.google.protobuf.Timestamp update_time = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public Domain.Builder setUpdateTime(Timestamp.Builder builderForValue)Last updated time.
.google.protobuf.Timestamp update_time = 10;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setWhoisRecordRawText(ByteString value)
public Domain.Builder setWhoisRecordRawText(ByteString value)WHOIS raw text.
bytes whois_record_raw_text = 19;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe whoisRecordRawText to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setWhoisServer(String value)
public Domain.Builder setWhoisServer(String value)Whois server name.
string whois_server = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe whoisServer to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setWhoisServerBytes(ByteString value)
public Domain.Builder setWhoisServerBytes(ByteString value)Whois server name.
string whois_server = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for whoisServer to set. |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
This builder for chaining. |
setWhoisTime(Timestamp value)
public Domain.Builder setWhoisTime(Timestamp value)Date of the last update of the WHOIS record.
.google.protobuf.Timestamp whois_time = 32;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setWhoisTime(Timestamp.Builder builderForValue)
public Domain.Builder setWhoisTime(Timestamp.Builder builderForValue)Date of the last update of the WHOIS record.
.google.protobuf.Timestamp whois_time = 32;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setZone(User value)
public Domain.Builder setZone(User value)Parsed contact information for the zone.
.google.backstory.User zone = 18;
| Parameter | |
|---|---|
| Name | Description |
value |
User |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|
setZone(User.Builder builderForValue)
public Domain.Builder setZone(User.Builder builderForValue)Parsed contact information for the zone.
.google.backstory.User zone = 18;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
User.Builder |
| Returns | |
|---|---|
| Type | Description |
Domain.Builder |
|