Interface PatentOrBuilder (2.2.9)

public interface PatentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Name of the patent. Number of characters allowed is 100.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Name of the patent. Number of characters allowed is 100.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getInventors(int index)

public abstract String getInventors(int index)

A list of inventors' names. Number of characters allowed for each is 100.

repeated string inventors = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The inventors at the given index.

getInventorsBytes(int index)

public abstract ByteString getInventorsBytes(int index)

A list of inventors' names. Number of characters allowed for each is 100.

repeated string inventors = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the inventors at the given index.

getInventorsCount()

public abstract int getInventorsCount()

A list of inventors' names. Number of characters allowed for each is 100.

repeated string inventors = 2;

Returns
TypeDescription
int

The count of inventors.

getInventorsList()

public abstract List<String> getInventorsList()

A list of inventors' names. Number of characters allowed for each is 100.

repeated string inventors = 2;

Returns
TypeDescription
List<String>

A list containing the inventors.

getPatentDescription()

public abstract String getPatentDescription()

The description of the patent. Number of characters allowed is 100,000.

string patent_description = 8;

Returns
TypeDescription
String

The patentDescription.

getPatentDescriptionBytes()

public abstract ByteString getPatentDescriptionBytes()

The description of the patent. Number of characters allowed is 100,000.

string patent_description = 8;

Returns
TypeDescription
ByteString

The bytes for patentDescription.

getPatentFilingDate()

public abstract Date getPatentFilingDate()

The date that the patent was filed.

.google.type.Date patent_filing_date = 5;

Returns
TypeDescription
com.google.type.Date

The patentFilingDate.

getPatentFilingDateOrBuilder()

public abstract DateOrBuilder getPatentFilingDateOrBuilder()

The date that the patent was filed.

.google.type.Date patent_filing_date = 5;

Returns
TypeDescription
com.google.type.DateOrBuilder

getPatentNumber()

public abstract String getPatentNumber()

The number of the patent. Number of characters allowed is 100.

string patent_number = 7;

Returns
TypeDescription
String

The patentNumber.

getPatentNumberBytes()

public abstract ByteString getPatentNumberBytes()

The number of the patent. Number of characters allowed is 100.

string patent_number = 7;

Returns
TypeDescription
ByteString

The bytes for patentNumber.

getPatentOffice()

public abstract String getPatentOffice()

The name of the patent office. Number of characters allowed is 100.

string patent_office = 6;

Returns
TypeDescription
String

The patentOffice.

getPatentOfficeBytes()

public abstract ByteString getPatentOfficeBytes()

The name of the patent office. Number of characters allowed is 100.

string patent_office = 6;

Returns
TypeDescription
ByteString

The bytes for patentOffice.

getPatentStatus()

public abstract String getPatentStatus()

The status of the patent. Number of characters allowed is 100.

string patent_status = 3;

Returns
TypeDescription
String

The patentStatus.

getPatentStatusBytes()

public abstract ByteString getPatentStatusBytes()

The status of the patent. Number of characters allowed is 100.

string patent_status = 3;

Returns
TypeDescription
ByteString

The bytes for patentStatus.

getPatentStatusDate()

public abstract Date getPatentStatusDate()

The date the last time the status of the patent was checked.

.google.type.Date patent_status_date = 4;

Returns
TypeDescription
com.google.type.Date

The patentStatusDate.

getPatentStatusDateOrBuilder()

public abstract DateOrBuilder getPatentStatusDateOrBuilder()

The date the last time the status of the patent was checked.

.google.type.Date patent_status_date = 4;

Returns
TypeDescription
com.google.type.DateOrBuilder

getSkillsUsed(int index)

public abstract Skill getSkillsUsed(int index)

The skills used in this patent.

repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Skill

getSkillsUsedCount()

public abstract int getSkillsUsedCount()

The skills used in this patent.

repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;

Returns
TypeDescription
int

getSkillsUsedList()

public abstract List<Skill> getSkillsUsedList()

The skills used in this patent.

repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;

Returns
TypeDescription
List<Skill>

getSkillsUsedOrBuilder(int index)

public abstract SkillOrBuilder getSkillsUsedOrBuilder(int index)

The skills used in this patent.

repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
SkillOrBuilder

getSkillsUsedOrBuilderList()

public abstract List<? extends SkillOrBuilder> getSkillsUsedOrBuilderList()

The skills used in this patent.

repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.SkillOrBuilder>

hasPatentFilingDate()

public abstract boolean hasPatentFilingDate()

The date that the patent was filed.

.google.type.Date patent_filing_date = 5;

Returns
TypeDescription
boolean

Whether the patentFilingDate field is set.

hasPatentStatusDate()

public abstract boolean hasPatentStatusDate()

The date the last time the status of the patent was checked.

.google.type.Date patent_status_date = 4;

Returns
TypeDescription
boolean

Whether the patentStatusDate field is set.