public interface PatentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
String |
getInventors(int index)
Optional.
|
com.google.protobuf.ByteString |
getInventorsBytes(int index)
Optional.
|
int |
getInventorsCount()
Optional.
|
List<String> |
getInventorsList()
Optional.
|
String |
getPatentDescription()
Optional.
|
com.google.protobuf.ByteString |
getPatentDescriptionBytes()
Optional.
|
com.google.type.Date |
getPatentFilingDate()
Optional.
|
com.google.type.DateOrBuilder |
getPatentFilingDateOrBuilder()
Optional.
|
String |
getPatentNumber()
Optional.
|
com.google.protobuf.ByteString |
getPatentNumberBytes()
Optional.
|
String |
getPatentOffice()
Optional.
|
com.google.protobuf.ByteString |
getPatentOfficeBytes()
Optional.
|
String |
getPatentStatus()
Optional.
|
com.google.protobuf.ByteString |
getPatentStatusBytes()
Optional.
|
com.google.type.Date |
getPatentStatusDate()
Optional.
|
com.google.type.DateOrBuilder |
getPatentStatusDateOrBuilder()
Optional.
|
Skill |
getSkillsUsed(int index)
Optional.
|
int |
getSkillsUsedCount()
Optional.
|
List<Skill> |
getSkillsUsedList()
Optional.
|
SkillOrBuilder |
getSkillsUsedOrBuilder(int index)
Optional.
|
List<? extends SkillOrBuilder> |
getSkillsUsedOrBuilderList()
Optional.
|
boolean |
hasPatentFilingDate()
Optional.
|
boolean |
hasPatentStatusDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Optional. Name of the patent. Number of characters allowed is 100.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Optional. Name of the patent. Number of characters allowed is 100.
string display_name = 1;List<String> getInventorsList()
Optional. A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;int getInventorsCount()
Optional. A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;String getInventors(int index)
Optional. A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;com.google.protobuf.ByteString getInventorsBytes(int index)
Optional. A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;String getPatentStatus()
Optional. The status of the patent. Number of characters allowed is 100.
string patent_status = 3;com.google.protobuf.ByteString getPatentStatusBytes()
Optional. The status of the patent. Number of characters allowed is 100.
string patent_status = 3;boolean hasPatentStatusDate()
Optional. The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;com.google.type.Date getPatentStatusDate()
Optional. The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;com.google.type.DateOrBuilder getPatentStatusDateOrBuilder()
Optional. The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;boolean hasPatentFilingDate()
Optional. The date that the patent was filed.
.google.type.Date patent_filing_date = 5;com.google.type.Date getPatentFilingDate()
Optional. The date that the patent was filed.
.google.type.Date patent_filing_date = 5;com.google.type.DateOrBuilder getPatentFilingDateOrBuilder()
Optional. The date that the patent was filed.
.google.type.Date patent_filing_date = 5;String getPatentOffice()
Optional. The name of the patent office. Number of characters allowed is 100.
string patent_office = 6;com.google.protobuf.ByteString getPatentOfficeBytes()
Optional. The name of the patent office. Number of characters allowed is 100.
string patent_office = 6;String getPatentNumber()
Optional. The number of the patent. Number of characters allowed is 100.
string patent_number = 7;com.google.protobuf.ByteString getPatentNumberBytes()
Optional. The number of the patent. Number of characters allowed is 100.
string patent_number = 7;String getPatentDescription()
Optional. The description of the patent. Number of characters allowed is 100,000.
string patent_description = 8;com.google.protobuf.ByteString getPatentDescriptionBytes()
Optional. The description of the patent. Number of characters allowed is 100,000.
string patent_description = 8;List<Skill> getSkillsUsedList()
Optional. The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;Skill getSkillsUsed(int index)
Optional. The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;int getSkillsUsedCount()
Optional. The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;List<? extends SkillOrBuilder> getSkillsUsedOrBuilderList()
Optional. The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;SkillOrBuilder getSkillsUsedOrBuilder(int index)
Optional. The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;Copyright © 2019 Google LLC. All rights reserved.