- 2.84.0 (latest)
- 2.83.0
- 2.81.0
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public interface PatentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of the patent. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of the patent. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| String | The patentDescription. |
getPatentDescriptionBytes()
public abstract ByteString getPatentDescriptionBytes()The description of the patent. Number of characters allowed is 100,000.
string patent_description = 8;
| Type | Description |
| ByteString | The bytes for patentDescription. |
getPatentFilingDate()
public abstract Date getPatentFilingDate()The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Type | Description |
| 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;
| Type | Description |
| com.google.type.DateOrBuilder |
getPatentNumber()
public abstract String getPatentNumber()The number of the patent. Number of characters allowed is 100.
string patent_number = 7;
| Type | Description |
| String | The patentNumber. |
getPatentNumberBytes()
public abstract ByteString getPatentNumberBytes()The number of the patent. Number of characters allowed is 100.
string patent_number = 7;
| Type | Description |
| 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;
| Type | Description |
| String | The patentOffice. |
getPatentOfficeBytes()
public abstract ByteString getPatentOfficeBytes()The name of the patent office. Number of characters allowed is 100.
string patent_office = 6;
| Type | Description |
| 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;
| Type | Description |
| String | The patentStatus. |
getPatentStatusBytes()
public abstract ByteString getPatentStatusBytes()The status of the patent. Number of characters allowed is 100.
string patent_status = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Skill |
getSkillsUsedCount()
public abstract int getSkillsUsedCount()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| int |
getSkillsUsedList()
public abstract List<Skill> getSkillsUsedList()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| SkillOrBuilder |
getSkillsUsedOrBuilderList()
public abstract List<? extends SkillOrBuilder> getSkillsUsedOrBuilderList()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the patentStatusDate field is set. |