Interface ActivityOrBuilder (2.2.9)

public interface ActivityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActivityDescriptionSnippet()

public abstract 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];

Returns
Type Description
String

The activityDescriptionSnippet.

getActivityDescriptionSnippetBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for activityDescriptionSnippet.

getActivityNameSnippet()

public abstract 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];

Returns
Type Description
String

The activityNameSnippet.

getActivityNameSnippetBytes()

public abstract 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];

Returns
Type Description
ByteString

The bytes for activityNameSnippet.

getCreateDate()

public abstract Date getCreateDate()

The first creation date of the activity.

.google.type.Date create_date = 4;

Returns
Type Description
com.google.type.Date

The createDate.

getCreateDateOrBuilder()

public abstract DateOrBuilder getCreateDateOrBuilder()

The first creation date of the activity.

.google.type.Date create_date = 4;

Returns
Type Description
com.google.type.DateOrBuilder

getDescription()

public abstract String getDescription()

Activity description. Number of characters allowed is 100,000.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Activity description. Number of characters allowed is 100,000.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Activity display name. Number of characters allowed is 100.

string display_name = 1;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Activity display name. Number of characters allowed is 100.

string display_name = 1;

Returns
Type Description
ByteString

The bytes for displayName.

getSkillsUsed(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
Skill

getSkillsUsedCount()

public abstract 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;

Returns
Type Description
int

getSkillsUsedList()

public abstract 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;

Returns
Type Description
List<Skill>

getSkillsUsedOrBuilder(int index)

public abstract 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;

Parameter
Name Description
index int
Returns
Type Description
SkillOrBuilder

getSkillsUsedOrBuilderList()

public abstract 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;

Returns
Type Description
List<? extends com.google.cloud.talent.v4beta1.SkillOrBuilder>

getSkillsUsedSnippet(int index)

public abstract 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];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The skillsUsedSnippet at the given index.

getSkillsUsedSnippetBytes(int index)

public abstract 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];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the skillsUsedSnippet at the given index.

getSkillsUsedSnippetCount()

public abstract 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];

Returns
Type Description
int

The count of skillsUsedSnippet.

getSkillsUsedSnippetList()

public abstract List<String> 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];

Returns
Type Description
List<String>

A list containing the skillsUsedSnippet.

getTeamMembers(int index)

public abstract 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;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The teamMembers at the given index.

getTeamMembersBytes(int index)

public abstract 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;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the teamMembers at the given index.

getTeamMembersCount()

public abstract 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;

Returns
Type Description
int

The count of teamMembers.

getTeamMembersList()

public abstract List<String> 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;

Returns
Type Description
List<String>

A list containing the teamMembers.

getUpdateDate()

public abstract Date getUpdateDate()

The last update date of the activity.

.google.type.Date update_date = 5;

Returns
Type Description
com.google.type.Date

The updateDate.

getUpdateDateOrBuilder()

public abstract DateOrBuilder getUpdateDateOrBuilder()

The last update date of the activity.

.google.type.Date update_date = 5;

Returns
Type Description
com.google.type.DateOrBuilder

getUri()

public abstract String getUri()

Activity URI. Number of characters allowed is 4,000.

string uri = 3;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Activity URI. Number of characters allowed is 4,000.

string uri = 3;

Returns
Type Description
ByteString

The bytes for uri.

hasCreateDate()

public abstract boolean hasCreateDate()

The first creation date of the activity.

.google.type.Date create_date = 4;

Returns
Type Description
boolean

Whether the createDate field is set.

hasUpdateDate()

public abstract boolean hasUpdateDate()

The last update date of the activity.

.google.type.Date update_date = 5;

Returns
Type Description
boolean

Whether the updateDate field is set.