- 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 Certification.Builder extends GeneratedMessageV3.Builder<Certification.Builder> implements CertificationOrBuilderResource that represents a license or certification.
Protobuf type google.cloud.talent.v4beta1.Certification
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Certification.BuilderImplements
CertificationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Certification.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Certification.Builder |
build()
public Certification build()| Type | Description |
| Certification |
buildPartial()
public Certification buildPartial()| Type | Description |
| Certification |
clear()
public Certification.Builder clear()| Type | Description |
| Certification.Builder |
clearAcquireDate()
public Certification.Builder clearAcquireDate()Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Type | Description |
| Certification.Builder |
clearAuthority()
public Certification.Builder clearAuthority()Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;
| Type | Description |
| Certification.Builder | This builder for chaining. |
clearDescription()
public Certification.Builder clearDescription()Description of license or certification. Number of characters allowed is 100,000.
string description = 5;
| Type | Description |
| Certification.Builder | This builder for chaining. |
clearDisplayName()
public Certification.Builder clearDisplayName()Name of license or certification. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| Certification.Builder | This builder for chaining. |
clearExpireDate()
public Certification.Builder clearExpireDate()Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Type | Description |
| Certification.Builder |
clearField(Descriptors.FieldDescriptor field)
public Certification.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Certification.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Certification.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Certification.Builder |
clone()
public Certification.Builder clone()| Type | Description |
| Certification.Builder |
getAcquireDate()
public Date getAcquireDate()Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Type | Description |
| com.google.type.Date | The acquireDate. |
getAcquireDateBuilder()
public Date.Builder getAcquireDateBuilder()Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Type | Description |
| com.google.type.Date.Builder |
getAcquireDateOrBuilder()
public DateOrBuilder getAcquireDateOrBuilder()Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Type | Description |
| com.google.type.DateOrBuilder |
getAuthority()
public String getAuthority()Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;
| Type | Description |
| String | The authority. |
getAuthorityBytes()
public ByteString getAuthorityBytes()Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;
| Type | Description |
| ByteString | The bytes for authority. |
getDefaultInstanceForType()
public Certification getDefaultInstanceForType()| Type | Description |
| Certification |
getDescription()
public String getDescription()Description of license or certification. Number of characters allowed is 100,000.
string description = 5;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Description of license or certification. Number of characters allowed is 100,000.
string description = 5;
| Type | Description |
| ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()Name of license or certification. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Name of license or certification. Number of characters allowed is 100.
string display_name = 1;
| Type | Description |
| ByteString | The bytes for displayName. |
getExpireDate()
public Date getExpireDate()Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Type | Description |
| com.google.type.Date | The expireDate. |
getExpireDateBuilder()
public Date.Builder getExpireDateBuilder()Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Type | Description |
| com.google.type.Date.Builder |
getExpireDateOrBuilder()
public DateOrBuilder getExpireDateOrBuilder()Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Type | Description |
| com.google.type.DateOrBuilder |
hasAcquireDate()
public boolean hasAcquireDate()Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Type | Description |
| boolean | Whether the acquireDate field is set. |
hasExpireDate()
public boolean hasExpireDate()Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Type | Description |
| boolean | Whether the expireDate field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAcquireDate(Date value)
public Certification.Builder mergeAcquireDate(Date value)Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Certification.Builder |
mergeExpireDate(Date value)
public Certification.Builder mergeExpireDate(Date value)Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Certification.Builder |
mergeFrom(Certification other)
public Certification.Builder mergeFrom(Certification other)| Name | Description |
| other | Certification |
| Type | Description |
| Certification.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Certification.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Certification.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Certification.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Certification.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Certification.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Certification.Builder |
setAcquireDate(Date value)
public Certification.Builder setAcquireDate(Date value)Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Certification.Builder |
setAcquireDate(Date.Builder builderForValue)
public Certification.Builder setAcquireDate(Date.Builder builderForValue)Acquisition date or effective date of license or certification.
.google.type.Date acquire_date = 2;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| Certification.Builder |
setAuthority(String value)
public Certification.Builder setAuthority(String value)Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;
| Name | Description |
| value | StringThe authority to set. |
| Type | Description |
| Certification.Builder | This builder for chaining. |
setAuthorityBytes(ByteString value)
public Certification.Builder setAuthorityBytes(ByteString value)Authority of license, such as government. Number of characters allowed is 100.
string authority = 4;
| Name | Description |
| value | ByteStringThe bytes for authority to set. |
| Type | Description |
| Certification.Builder | This builder for chaining. |
setDescription(String value)
public Certification.Builder setDescription(String value)Description of license or certification. Number of characters allowed is 100,000.
string description = 5;
| Name | Description |
| value | StringThe description to set. |
| Type | Description |
| Certification.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public Certification.Builder setDescriptionBytes(ByteString value)Description of license or certification. Number of characters allowed is 100,000.
string description = 5;
| Name | Description |
| value | ByteStringThe bytes for description to set. |
| Type | Description |
| Certification.Builder | This builder for chaining. |
setDisplayName(String value)
public Certification.Builder setDisplayName(String value)Name of license or certification. Number of characters allowed is 100.
string display_name = 1;
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| Certification.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Certification.Builder setDisplayNameBytes(ByteString value)Name of license or certification. Number of characters allowed is 100.
string display_name = 1;
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| Certification.Builder | This builder for chaining. |
setExpireDate(Date value)
public Certification.Builder setExpireDate(Date value)Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Name | Description |
| value | com.google.type.Date |
| Type | Description |
| Certification.Builder |
setExpireDate(Date.Builder builderForValue)
public Certification.Builder setExpireDate(Date.Builder builderForValue)Expiration date of license of certification.
.google.type.Date expire_date = 3;
| Name | Description |
| builderForValue | com.google.type.Date.Builder |
| Type | Description |
| Certification.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Certification.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Certification.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Certification.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Certification.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Certification.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Certification.Builder |