- 2.54.0 (latest)
- 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 Activity.Builder extends GeneratedMessageV3.Builder<Activity.Builder> implements ActivityOrBuilder
Resource that represents an individual or collaborative activity participated in by a candidate, for example, an open-source project, a class assignment, and so on.
Protobuf type google.cloud.talent.v4beta1.Activity
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Activity.BuilderImplements
ActivityOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllSkillsUsed(Iterable<? extends Skill> values)
public Activity.Builder addAllSkillsUsed(Iterable<? extends Skill> values)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
values | Iterable<? extends com.google.cloud.talent.v4beta1.Skill> |
Type | Description |
Activity.Builder |
addAllSkillsUsedSnippet(Iterable<String> values)
public Activity.Builder addAllSkillsUsedSnippet(Iterable<String> values)
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values | Iterable<String> The skillsUsedSnippet to add. |
Type | Description |
Activity.Builder | This builder for chaining. |
addAllTeamMembers(Iterable<String> values)
public Activity.Builder addAllTeamMembers(Iterable<String> values)
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Name | Description |
values | Iterable<String> The teamMembers to add. |
Type | Description |
Activity.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Activity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Activity.Builder |
addSkillsUsed(Skill value)
public Activity.Builder addSkillsUsed(Skill value)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
value | Skill |
Type | Description |
Activity.Builder |
addSkillsUsed(Skill.Builder builderForValue)
public Activity.Builder addSkillsUsed(Skill.Builder builderForValue)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
builderForValue | Skill.Builder |
Type | Description |
Activity.Builder |
addSkillsUsed(int index, Skill value)
public Activity.Builder addSkillsUsed(int index, Skill value)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
value | Skill |
Type | Description |
Activity.Builder |
addSkillsUsed(int index, Skill.Builder builderForValue)
public Activity.Builder addSkillsUsed(int index, Skill.Builder builderForValue)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
builderForValue | Skill.Builder |
Type | Description |
Activity.Builder |
addSkillsUsedBuilder()
public Skill.Builder addSkillsUsedBuilder()
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Type | Description |
Skill.Builder |
addSkillsUsedBuilder(int index)
public Skill.Builder addSkillsUsedBuilder(int index)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
Type | Description |
Skill.Builder |
addSkillsUsedSnippet(String value)
public Activity.Builder addSkillsUsedSnippet(String value)
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The skillsUsedSnippet to add. |
Type | Description |
Activity.Builder | This builder for chaining. |
addSkillsUsedSnippetBytes(ByteString value)
public Activity.Builder addSkillsUsedSnippetBytes(ByteString value)
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes of the skillsUsedSnippet to add. |
Type | Description |
Activity.Builder | This builder for chaining. |
addTeamMembers(String value)
public Activity.Builder addTeamMembers(String value)
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Name | Description |
value | String The teamMembers to add. |
Type | Description |
Activity.Builder | This builder for chaining. |
addTeamMembersBytes(ByteString value)
public Activity.Builder addTeamMembersBytes(ByteString value)
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Name | Description |
value | ByteString The bytes of the teamMembers to add. |
Type | Description |
Activity.Builder | This builder for chaining. |
build()
public Activity build()
Type | Description |
Activity |
buildPartial()
public Activity buildPartial()
Type | Description |
Activity |
clear()
public Activity.Builder clear()
Type | Description |
Activity.Builder |
clearActivityDescriptionSnippet()
public Activity.Builder clearActivityDescriptionSnippet()
Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query.
string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Activity.Builder | This builder for chaining. |
clearActivityNameSnippet()
public Activity.Builder clearActivityNameSnippet()
Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Activity.Builder | This builder for chaining. |
clearCreateDate()
public Activity.Builder clearCreateDate()
The first creation date of the activity.
.google.type.Date create_date = 4;
Type | Description |
Activity.Builder |
clearDescription()
public Activity.Builder clearDescription()
Activity description. Number of characters allowed is 100,000.
string description = 2;
Type | Description |
Activity.Builder | This builder for chaining. |
clearDisplayName()
public Activity.Builder clearDisplayName()
Activity display name. Number of characters allowed is 100.
string display_name = 1;
Type | Description |
Activity.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Activity.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Activity.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Activity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Activity.Builder |
clearSkillsUsed()
public Activity.Builder clearSkillsUsed()
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Type | Description |
Activity.Builder |
clearSkillsUsedSnippet()
public Activity.Builder clearSkillsUsedSnippet()
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Activity.Builder | This builder for chaining. |
clearTeamMembers()
public Activity.Builder clearTeamMembers()
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Type | Description |
Activity.Builder | This builder for chaining. |
clearUpdateDate()
public Activity.Builder clearUpdateDate()
The last update date of the activity.
.google.type.Date update_date = 5;
Type | Description |
Activity.Builder |
clearUri()
public Activity.Builder clearUri()
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
Type | Description |
Activity.Builder | This builder for chaining. |
clone()
public Activity.Builder clone()
Type | Description |
Activity.Builder |
getActivityDescriptionSnippet()
public String getActivityDescriptionSnippet()
Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query.
string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The activityDescriptionSnippet. |
getActivityDescriptionSnippetBytes()
public ByteString getActivityDescriptionSnippetBytes()
Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query.
string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for activityDescriptionSnippet. |
getActivityNameSnippet()
public String getActivityNameSnippet()
Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The activityNameSnippet. |
getActivityNameSnippetBytes()
public ByteString getActivityNameSnippetBytes()
Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for activityNameSnippet. |
getCreateDate()
public Date getCreateDate()
The first creation date of the activity.
.google.type.Date create_date = 4;
Type | Description |
com.google.type.Date | The createDate. |
getCreateDateBuilder()
public Date.Builder getCreateDateBuilder()
The first creation date of the activity.
.google.type.Date create_date = 4;
Type | Description |
com.google.type.Date.Builder |
getCreateDateOrBuilder()
public DateOrBuilder getCreateDateOrBuilder()
The first creation date of the activity.
.google.type.Date create_date = 4;
Type | Description |
com.google.type.DateOrBuilder |
getDefaultInstanceForType()
public Activity getDefaultInstanceForType()
Type | Description |
Activity |
getDescription()
public String getDescription()
Activity description. Number of characters allowed is 100,000.
string description = 2;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Activity description. Number of characters allowed is 100,000.
string description = 2;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Activity display name. Number of characters allowed is 100.
string display_name = 1;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Activity display name. Number of characters allowed is 100.
string display_name = 1;
Type | Description |
ByteString | The bytes for displayName. |
getSkillsUsed(int index)
public Skill getSkillsUsed(int index)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
Type | Description |
Skill |
getSkillsUsedBuilder(int index)
public Skill.Builder getSkillsUsedBuilder(int index)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
Type | Description |
Skill.Builder |
getSkillsUsedBuilderList()
public List<Skill.Builder> getSkillsUsedBuilderList()
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Type | Description |
List<Builder> |
getSkillsUsedCount()
public int getSkillsUsedCount()
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Type | Description |
int |
getSkillsUsedList()
public List<Skill> getSkillsUsedList()
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Type | Description |
List<Skill> |
getSkillsUsedOrBuilder(int index)
public SkillOrBuilder getSkillsUsedOrBuilder(int index)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
Type | Description |
SkillOrBuilder |
getSkillsUsedOrBuilderList()
public List<? extends SkillOrBuilder> getSkillsUsedOrBuilderList()
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.SkillOrBuilder> |
getSkillsUsedSnippet(int index)
public String getSkillsUsedSnippet(int index)
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The skillsUsedSnippet at the given index. |
getSkillsUsedSnippetBytes(int index)
public ByteString getSkillsUsedSnippetBytes(int index)
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the skillsUsedSnippet at the given index. |
getSkillsUsedSnippetCount()
public int getSkillsUsedSnippetCount()
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The count of skillsUsedSnippet. |
getSkillsUsedSnippetList()
public ProtocolStringList getSkillsUsedSnippetList()
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ProtocolStringList | A list containing the skillsUsedSnippet. |
getTeamMembers(int index)
public String getTeamMembers(int index)
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The teamMembers at the given index. |
getTeamMembersBytes(int index)
public ByteString getTeamMembersBytes(int index)
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the teamMembers at the given index. |
getTeamMembersCount()
public int getTeamMembersCount()
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Type | Description |
int | The count of teamMembers. |
getTeamMembersList()
public ProtocolStringList getTeamMembersList()
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Type | Description |
ProtocolStringList | A list containing the teamMembers. |
getUpdateDate()
public Date getUpdateDate()
The last update date of the activity.
.google.type.Date update_date = 5;
Type | Description |
com.google.type.Date | The updateDate. |
getUpdateDateBuilder()
public Date.Builder getUpdateDateBuilder()
The last update date of the activity.
.google.type.Date update_date = 5;
Type | Description |
com.google.type.Date.Builder |
getUpdateDateOrBuilder()
public DateOrBuilder getUpdateDateOrBuilder()
The last update date of the activity.
.google.type.Date update_date = 5;
Type | Description |
com.google.type.DateOrBuilder |
getUri()
public String getUri()
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
Type | Description |
ByteString | The bytes for uri. |
hasCreateDate()
public boolean hasCreateDate()
The first creation date of the activity.
.google.type.Date create_date = 4;
Type | Description |
boolean | Whether the createDate field is set. |
hasUpdateDate()
public boolean hasUpdateDate()
The last update date of the activity.
.google.type.Date update_date = 5;
Type | Description |
boolean | Whether the updateDate field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateDate(Date value)
public Activity.Builder mergeCreateDate(Date value)
The first creation date of the activity.
.google.type.Date create_date = 4;
Name | Description |
value | com.google.type.Date |
Type | Description |
Activity.Builder |
mergeFrom(Activity other)
public Activity.Builder mergeFrom(Activity other)
Name | Description |
other | Activity |
Type | Description |
Activity.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Activity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Activity.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Activity.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Activity.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Activity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Activity.Builder |
mergeUpdateDate(Date value)
public Activity.Builder mergeUpdateDate(Date value)
The last update date of the activity.
.google.type.Date update_date = 5;
Name | Description |
value | com.google.type.Date |
Type | Description |
Activity.Builder |
removeSkillsUsed(int index)
public Activity.Builder removeSkillsUsed(int index)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
Type | Description |
Activity.Builder |
setActivityDescriptionSnippet(String value)
public Activity.Builder setActivityDescriptionSnippet(String value)
Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query.
string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The activityDescriptionSnippet to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setActivityDescriptionSnippetBytes(ByteString value)
public Activity.Builder setActivityDescriptionSnippetBytes(ByteString value)
Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query.
string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for activityDescriptionSnippet to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setActivityNameSnippet(String value)
public Activity.Builder setActivityNameSnippet(String value)
Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The activityNameSnippet to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setActivityNameSnippetBytes(ByteString value)
public Activity.Builder setActivityNameSnippetBytes(ByteString value)
Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for activityNameSnippet to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setCreateDate(Date value)
public Activity.Builder setCreateDate(Date value)
The first creation date of the activity.
.google.type.Date create_date = 4;
Name | Description |
value | com.google.type.Date |
Type | Description |
Activity.Builder |
setCreateDate(Date.Builder builderForValue)
public Activity.Builder setCreateDate(Date.Builder builderForValue)
The first creation date of the activity.
.google.type.Date create_date = 4;
Name | Description |
builderForValue | com.google.type.Date.Builder |
Type | Description |
Activity.Builder |
setDescription(String value)
public Activity.Builder setDescription(String value)
Activity description. Number of characters allowed is 100,000.
string description = 2;
Name | Description |
value | String The description to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public Activity.Builder setDescriptionBytes(ByteString value)
Activity description. Number of characters allowed is 100,000.
string description = 2;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setDisplayName(String value)
public Activity.Builder setDisplayName(String value)
Activity display name. Number of characters allowed is 100.
string display_name = 1;
Name | Description |
value | String The displayName to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Activity.Builder setDisplayNameBytes(ByteString value)
Activity display name. Number of characters allowed is 100.
string display_name = 1;
Name | Description |
value | ByteString The bytes for displayName to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Activity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Activity.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Activity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Activity.Builder |
setSkillsUsed(int index, Skill value)
public Activity.Builder setSkillsUsed(int index, Skill value)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
value | Skill |
Type | Description |
Activity.Builder |
setSkillsUsed(int index, Skill.Builder builderForValue)
public Activity.Builder setSkillsUsed(int index, Skill.Builder builderForValue)
A list of skills used in this activity. The limitation for max number of skills used is 50.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;
Name | Description |
index | int |
builderForValue | Skill.Builder |
Type | Description |
Activity.Builder |
setSkillsUsedSnippet(int index, String value)
public Activity.Builder setSkillsUsedSnippet(int index, String value)
Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index to set the value at. |
value | String The skillsUsedSnippet to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setTeamMembers(int index, String value)
public Activity.Builder setTeamMembers(int index, String value)
A list of team members involved in this activity. Number of characters allowed is 100. The limitation for max number of team members is 50.
repeated string team_members = 6;
Name | Description |
index | int The index to set the value at. |
value | String The teamMembers to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Activity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Activity.Builder |
setUpdateDate(Date value)
public Activity.Builder setUpdateDate(Date value)
The last update date of the activity.
.google.type.Date update_date = 5;
Name | Description |
value | com.google.type.Date |
Type | Description |
Activity.Builder |
setUpdateDate(Date.Builder builderForValue)
public Activity.Builder setUpdateDate(Date.Builder builderForValue)
The last update date of the activity.
.google.type.Date update_date = 5;
Name | Description |
builderForValue | com.google.type.Date.Builder |
Type | Description |
Activity.Builder |
setUri(String value)
public Activity.Builder setUri(String value)
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
Name | Description |
value | String The uri to set. |
Type | Description |
Activity.Builder | This builder for chaining. |
setUriBytes(ByteString value)
public Activity.Builder setUriBytes(ByteString value)
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
Name | Description |
value | ByteString The bytes for uri to set. |
Type | Description |
Activity.Builder | This builder for chaining. |