- 2.81.0 (latest)
- 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 static final class Patent.Builder extends GeneratedMessageV3.Builder<Patent.Builder> implements PatentOrBuilderResource that represents the patent acquired by a candidate.
Protobuf type google.cloud.talent.v4beta1.Patent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Patent.BuilderImplements
PatentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllInventors(Iterable<String> values)
public Patent.Builder addAllInventors(Iterable<String> values)A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;
| Name | Description |
| values | Iterable<String>The inventors to add. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
addAllSkillsUsed(Iterable<? extends Skill> values)
public Patent.Builder addAllSkillsUsed(Iterable<? extends Skill> values)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| values | Iterable<? extends com.google.cloud.talent.v4beta1.Skill> |
| Type | Description |
| Patent.Builder |
addInventors(String value)
public Patent.Builder addInventors(String value)A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;
| Name | Description |
| value | StringThe inventors to add. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
addInventorsBytes(ByteString value)
public Patent.Builder addInventorsBytes(ByteString value)A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;
| Name | Description |
| value | ByteStringThe bytes of the inventors to add. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Patent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Patent.Builder |
addSkillsUsed(Skill value)
public Patent.Builder addSkillsUsed(Skill value)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| value | Skill |
| Type | Description |
| Patent.Builder |
addSkillsUsed(Skill.Builder builderForValue)
public Patent.Builder addSkillsUsed(Skill.Builder builderForValue)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| builderForValue | Skill.Builder |
| Type | Description |
| Patent.Builder |
addSkillsUsed(int index, Skill value)
public Patent.Builder addSkillsUsed(int index, Skill value)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| value | Skill |
| Type | Description |
| Patent.Builder |
addSkillsUsed(int index, Skill.Builder builderForValue)
public Patent.Builder addSkillsUsed(int index, Skill.Builder builderForValue)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| builderForValue | Skill.Builder |
| Type | Description |
| Patent.Builder |
addSkillsUsedBuilder()
public Skill.Builder addSkillsUsedBuilder()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| Skill.Builder |
addSkillsUsedBuilder(int index)
public Skill.Builder addSkillsUsedBuilder(int index)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| Type | Description |
| Skill.Builder |
build()
public Patent build()| Type | Description |
| Patent |
buildPartial()
public Patent buildPartial()| Type | Description |
| Patent |
clear()
public Patent.Builder clear()| Type | Description |
| Patent.Builder |
clearDisplayName()
public Patent.Builder clearDisplayName()Name of the patent. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| Patent.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Patent.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Patent.Builder |
clearInventors()
public Patent.Builder clearInventors()A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;
| Type | Description |
| Patent.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Patent.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Patent.Builder |
clearPatentDescription()
public Patent.Builder clearPatentDescription()The description of the patent. Number of characters allowed is 100,000.
string patent_description = 8;
| Type | Description |
| Patent.Builder | This builder for chaining. |
clearPatentFilingDate()
public Patent.Builder clearPatentFilingDate()The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Type | Description |
| Patent.Builder |
clearPatentNumber()
public Patent.Builder clearPatentNumber()The number of the patent. Number of characters allowed is 100.
string patent_number = 7;
| Type | Description |
| Patent.Builder | This builder for chaining. |
clearPatentOffice()
public Patent.Builder clearPatentOffice()The name of the patent office. Number of characters allowed is 100.
string patent_office = 6;
| Type | Description |
| Patent.Builder | This builder for chaining. |
clearPatentStatus()
public Patent.Builder clearPatentStatus()The status of the patent. Number of characters allowed is 100.
string patent_status = 3;
| Type | Description |
| Patent.Builder | This builder for chaining. |
clearPatentStatusDate()
public Patent.Builder clearPatentStatusDate()The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;
| Type | Description |
| Patent.Builder |
clearSkillsUsed()
public Patent.Builder clearSkillsUsed()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| Patent.Builder |
clone()
public Patent.Builder clone()| Type | Description |
| Patent.Builder |
getDefaultInstanceForType()
public Patent getDefaultInstanceForType()| Type | Description |
| Patent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()Name of the patent. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public 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 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 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 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 ProtocolStringList getInventorsList()A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;
| Type | Description |
| ProtocolStringList | A list containing the inventors. |
getPatentDescription()
public 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 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 Date getPatentFilingDate()The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Type | Description |
| com.google.type.Date | The patentFilingDate. |
getPatentFilingDateBuilder()
public Date.Builder getPatentFilingDateBuilder()The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Type | Description |
| com.google.type.Date.Builder |
getPatentFilingDateOrBuilder()
public DateOrBuilder getPatentFilingDateOrBuilder()The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Type | Description |
| com.google.type.DateOrBuilder |
getPatentNumber()
public String getPatentNumber()The number of the patent. Number of characters allowed is 100.
string patent_number = 7;
| Type | Description |
| String | The patentNumber. |
getPatentNumberBytes()
public 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 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 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 String getPatentStatus()The status of the patent. Number of characters allowed is 100.
string patent_status = 3;
| Type | Description |
| String | The patentStatus. |
getPatentStatusBytes()
public 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 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. |
getPatentStatusDateBuilder()
public Date.Builder getPatentStatusDateBuilder()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.Builder |
getPatentStatusDateOrBuilder()
public 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 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 |
getSkillsUsedBuilder(int index)
public Skill.Builder getSkillsUsedBuilder(int index)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| Type | Description |
| Skill.Builder |
getSkillsUsedBuilderList()
public List<Skill.Builder> getSkillsUsedBuilderList()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| List<Builder> |
getSkillsUsedCount()
public int getSkillsUsedCount()The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Type | Description |
| int |
getSkillsUsedList()
public 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Patent other)
public Patent.Builder mergeFrom(Patent other)| Name | Description |
| other | Patent |
| Type | Description |
| Patent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Patent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Patent.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Patent.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Patent.Builder |
mergePatentFilingDate(Date value)
public Patent.Builder mergePatentFilingDate(Date value)The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Patent.Builder |
mergePatentStatusDate(Date value)
public Patent.Builder mergePatentStatusDate(Date value)The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Patent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Patent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Patent.Builder |
removeSkillsUsed(int index)
public Patent.Builder removeSkillsUsed(int index)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| Type | Description |
| Patent.Builder |
setDisplayName(String value)
public Patent.Builder setDisplayName(String value)Name of the patent. Number of characters allowed is 100.
string display_name = 1;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Patent.Builder setDisplayNameBytes(ByteString value)Name of the patent. Number of characters allowed is 100.
string display_name = 1;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Patent.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Patent.Builder |
setInventors(int index, String value)
public Patent.Builder setInventors(int index, String value)A list of inventors' names. Number of characters allowed for each is 100.
repeated string inventors = 2;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe inventors to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentDescription(String value)
public Patent.Builder setPatentDescription(String value)The description of the patent. Number of characters allowed is 100,000.
string patent_description = 8;
| Name | Description |
| value | StringThe patentDescription to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentDescriptionBytes(ByteString value)
public Patent.Builder setPatentDescriptionBytes(ByteString value)The description of the patent. Number of characters allowed is 100,000.
string patent_description = 8;
| Name | Description |
| value | ByteStringThe bytes for patentDescription to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentFilingDate(Date value)
public Patent.Builder setPatentFilingDate(Date value)The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Patent.Builder |
setPatentFilingDate(Date.Builder builderForValue)
public Patent.Builder setPatentFilingDate(Date.Builder builderForValue)The date that the patent was filed.
.google.type.Date patent_filing_date = 5;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| Patent.Builder |
setPatentNumber(String value)
public Patent.Builder setPatentNumber(String value)The number of the patent. Number of characters allowed is 100.
string patent_number = 7;
| Name | Description |
| value | StringThe patentNumber to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentNumberBytes(ByteString value)
public Patent.Builder setPatentNumberBytes(ByteString value)The number of the patent. Number of characters allowed is 100.
string patent_number = 7;
| Name | Description |
| value | ByteStringThe bytes for patentNumber to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentOffice(String value)
public Patent.Builder setPatentOffice(String value)The name of the patent office. Number of characters allowed is 100.
string patent_office = 6;
| Name | Description |
| value | StringThe patentOffice to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentOfficeBytes(ByteString value)
public Patent.Builder setPatentOfficeBytes(ByteString value)The name of the patent office. Number of characters allowed is 100.
string patent_office = 6;
| Name | Description |
| value | ByteStringThe bytes for patentOffice to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentStatus(String value)
public Patent.Builder setPatentStatus(String value)The status of the patent. Number of characters allowed is 100.
string patent_status = 3;
| Name | Description |
| value | StringThe patentStatus to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentStatusBytes(ByteString value)
public Patent.Builder setPatentStatusBytes(ByteString value)The status of the patent. Number of characters allowed is 100.
string patent_status = 3;
| Name | Description |
| value | ByteStringThe bytes for patentStatus to set. |
| Type | Description |
| Patent.Builder | This builder for chaining. |
setPatentStatusDate(Date value)
public Patent.Builder setPatentStatusDate(Date value)The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Patent.Builder |
setPatentStatusDate(Date.Builder builderForValue)
public Patent.Builder setPatentStatusDate(Date.Builder builderForValue)The date the last time the status of the patent was checked.
.google.type.Date patent_status_date = 4;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| Patent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Patent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Patent.Builder |
setSkillsUsed(int index, Skill value)
public Patent.Builder setSkillsUsed(int index, Skill value)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| value | Skill |
| Type | Description |
| Patent.Builder |
setSkillsUsed(int index, Skill.Builder builderForValue)
public Patent.Builder setSkillsUsed(int index, Skill.Builder builderForValue)The skills used in this patent.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 9;
| Name | Description |
| index | int |
| builderForValue | Skill.Builder |
| Type | Description |
| Patent.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Patent.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Patent.Builder |