- 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 interface ActivityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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];
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];
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];
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];
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;
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;
Type | Description |
com.google.type.DateOrBuilder |
getDescription()
public abstract String getDescription()
Activity description. Number of characters allowed is 100,000.
string description = 2;
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Activity description. Number of characters allowed is 100,000.
string description = 2;
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;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract 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 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;
Name | Description |
index | int |
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;
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;
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;
Name | Description |
index | int |
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;
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];
Name | Description |
index | int The index of the element to return. |
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];
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 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];
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];
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;
Name | Description |
index | int The index of the element to return. |
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;
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 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;
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;
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;
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;
Type | Description |
com.google.type.DateOrBuilder |
getUri()
public abstract String getUri()
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
Type | Description |
String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Activity URI. Number of characters allowed is 4,000.
string uri = 3;
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;
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;
Type | Description |
boolean | Whether the updateDate field is set. |