public interface ActivityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityDescriptionSnippet()
Output only.
|
com.google.protobuf.ByteString |
getActivityDescriptionSnippetBytes()
Output only.
|
String |
getActivityNameSnippet()
Output only.
|
com.google.protobuf.ByteString |
getActivityNameSnippetBytes()
Output only.
|
com.google.type.Date |
getCreateDate()
Optional.
|
com.google.type.DateOrBuilder |
getCreateDateOrBuilder()
Optional.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
Skill |
getSkillsUsed(int index)
Optional.
|
int |
getSkillsUsedCount()
Optional.
|
List<Skill> |
getSkillsUsedList()
Optional.
|
SkillOrBuilder |
getSkillsUsedOrBuilder(int index)
Optional.
|
List<? extends SkillOrBuilder> |
getSkillsUsedOrBuilderList()
Optional.
|
String |
getSkillsUsedSnippet(int index)
Output only.
|
com.google.protobuf.ByteString |
getSkillsUsedSnippetBytes(int index)
Output only.
|
int |
getSkillsUsedSnippetCount()
Output only.
|
List<String> |
getSkillsUsedSnippetList()
Output only.
|
String |
getTeamMembers(int index)
Optional.
|
com.google.protobuf.ByteString |
getTeamMembersBytes(int index)
Optional.
|
int |
getTeamMembersCount()
Optional.
|
List<String> |
getTeamMembersList()
Optional.
|
com.google.type.Date |
getUpdateDate()
Optional.
|
com.google.type.DateOrBuilder |
getUpdateDateOrBuilder()
Optional.
|
String |
getUri()
Optional.
|
com.google.protobuf.ByteString |
getUriBytes()
Optional.
|
boolean |
hasCreateDate()
Optional.
|
boolean |
hasUpdateDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Optional. Activity display name. Number of characters allowed is 100.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Optional. Activity display name. Number of characters allowed is 100.
string display_name = 1;String getDescription()
Optional. Activity description. Number of characters allowed is 100,000.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Optional. Activity description. Number of characters allowed is 100,000.
string description = 2;String getUri()
Optional. Activity URI. Number of characters allowed is 4,000.
string uri = 3;com.google.protobuf.ByteString getUriBytes()
Optional. Activity URI. Number of characters allowed is 4,000.
string uri = 3;boolean hasCreateDate()
Optional. The first creation date of the activity.
.google.type.Date create_date = 4;com.google.type.Date getCreateDate()
Optional. The first creation date of the activity.
.google.type.Date create_date = 4;com.google.type.DateOrBuilder getCreateDateOrBuilder()
Optional. The first creation date of the activity.
.google.type.Date create_date = 4;boolean hasUpdateDate()
Optional. The last update date of the activity.
.google.type.Date update_date = 5;com.google.type.Date getUpdateDate()
Optional. The last update date of the activity.
.google.type.Date update_date = 5;com.google.type.DateOrBuilder getUpdateDateOrBuilder()
Optional. The last update date of the activity.
.google.type.Date update_date = 5;List<String> getTeamMembersList()
Optional. A list of team members involved in this activity. Number of characters allowed is 100.
repeated string team_members = 6;int getTeamMembersCount()
Optional. A list of team members involved in this activity. Number of characters allowed is 100.
repeated string team_members = 6;String getTeamMembers(int index)
Optional. A list of team members involved in this activity. Number of characters allowed is 100.
repeated string team_members = 6;com.google.protobuf.ByteString getTeamMembersBytes(int index)
Optional. A list of team members involved in this activity. Number of characters allowed is 100.
repeated string team_members = 6;List<Skill> getSkillsUsedList()
Optional. A list of skills used in this activity.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;Skill getSkillsUsed(int index)
Optional. A list of skills used in this activity.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;int getSkillsUsedCount()
Optional. A list of skills used in this activity.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;List<? extends SkillOrBuilder> getSkillsUsedOrBuilderList()
Optional. A list of skills used in this activity.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;SkillOrBuilder getSkillsUsedOrBuilder(int index)
Optional. A list of skills used in this activity.
repeated .google.cloud.talent.v4beta1.Skill skills_used = 7;String getActivityNameSnippet()
Output only. Activity name snippet shows how the [display_name][google.cloud.talent.v4beta1.Activity.display_name] is related to a search query. It's empty if the [display_name][google.cloud.talent.v4beta1.Activity.display_name] isn't related to the search query.
string activity_name_snippet = 8;com.google.protobuf.ByteString getActivityNameSnippetBytes()
Output only. Activity name snippet shows how the [display_name][google.cloud.talent.v4beta1.Activity.display_name] is related to a search query. It's empty if the [display_name][google.cloud.talent.v4beta1.Activity.display_name] isn't related to the search query.
string activity_name_snippet = 8;String getActivityDescriptionSnippet()
Output only. Activity description snippet shows how the [description][google.cloud.talent.v4beta1.Activity.description] is related to a search query. It's empty if the [description][google.cloud.talent.v4beta1.Activity.description] isn't related to the search query.
string activity_description_snippet = 9;com.google.protobuf.ByteString getActivityDescriptionSnippetBytes()
Output only. Activity description snippet shows how the [description][google.cloud.talent.v4beta1.Activity.description] is related to a search query. It's empty if the [description][google.cloud.talent.v4beta1.Activity.description] isn't related to the search query.
string activity_description_snippet = 9;List<String> getSkillsUsedSnippetList()
Output only. Skill used snippet shows how the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are related to a search query. It's empty if the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are not related to the search query.
repeated string skills_used_snippet = 10;int getSkillsUsedSnippetCount()
Output only. Skill used snippet shows how the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are related to a search query. It's empty if the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are not related to the search query.
repeated string skills_used_snippet = 10;String getSkillsUsedSnippet(int index)
Output only. Skill used snippet shows how the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are related to a search query. It's empty if the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are not related to the search query.
repeated string skills_used_snippet = 10;com.google.protobuf.ByteString getSkillsUsedSnippetBytes(int index)
Output only. Skill used snippet shows how the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are related to a search query. It's empty if the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are not related to the search query.
repeated string skills_used_snippet = 10;Copyright © 2019 Google LLC. All rights reserved.