Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(regen): update javadoc from protoc update (#38)
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 19, 2019
1 parent c35264c commit 7b9dcbe
Show file tree
Hide file tree
Showing 241 changed files with 11,099 additions and 1,301 deletions.

Large diffs are not rendered by default.

Expand Up @@ -32,6 +32,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string display_name = 1;</code>
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
Expand All @@ -43,6 +45,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string display_name = 1;</code>
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();

Expand All @@ -55,6 +59,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string description = 2;</code>
*
* @return The description.
*/
java.lang.String getDescription();
/**
Expand All @@ -66,6 +72,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string description = 2;</code>
*
* @return The bytes for description.
*/
com.google.protobuf.ByteString getDescriptionBytes();

Expand All @@ -78,6 +86,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string uri = 3;</code>
*
* @return The uri.
*/
java.lang.String getUri();
/**
Expand All @@ -89,6 +99,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string uri = 3;</code>
*
* @return The bytes for uri.
*/
com.google.protobuf.ByteString getUriBytes();

Expand All @@ -100,6 +112,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>.google.type.Date create_date = 4;</code>
*
* @return Whether the createDate field is set.
*/
boolean hasCreateDate();
/**
Expand All @@ -110,6 +124,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>.google.type.Date create_date = 4;</code>
*
* @return The createDate.
*/
com.google.type.Date getCreateDate();
/**
Expand All @@ -131,6 +147,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>.google.type.Date update_date = 5;</code>
*
* @return Whether the updateDate field is set.
*/
boolean hasUpdateDate();
/**
Expand All @@ -141,6 +159,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>.google.type.Date update_date = 5;</code>
*
* @return The updateDate.
*/
com.google.type.Date getUpdateDate();
/**
Expand All @@ -164,6 +184,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>repeated string team_members = 6;</code>
*
* @return A list containing the teamMembers.
*/
java.util.List<java.lang.String> getTeamMembersList();
/**
Expand All @@ -176,6 +198,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>repeated string team_members = 6;</code>
*
* @return The count of teamMembers.
*/
int getTeamMembersCount();
/**
Expand All @@ -188,6 +212,9 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>repeated string team_members = 6;</code>
*
* @param index The index of the element to return.
* @return The teamMembers at the given index.
*/
java.lang.String getTeamMembers(int index);
/**
Expand All @@ -200,6 +227,9 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>repeated string team_members = 6;</code>
*
* @param index The index of the value to return.
* @return The bytes of the teamMembers at the given index.
*/
com.google.protobuf.ByteString getTeamMembersBytes(int index);

Expand Down Expand Up @@ -272,6 +302,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The activityNameSnippet.
*/
java.lang.String getActivityNameSnippet();
/**
Expand All @@ -286,6 +318,8 @@ public interface ActivityOrBuilder
* </pre>
*
* <code>string activity_name_snippet = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
*
* @return The bytes for activityNameSnippet.
*/
com.google.protobuf.ByteString getActivityNameSnippetBytes();

Expand All @@ -302,6 +336,8 @@ public interface ActivityOrBuilder
*
* <code>string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The activityDescriptionSnippet.
*/
java.lang.String getActivityDescriptionSnippet();
/**
Expand All @@ -317,6 +353,8 @@ public interface ActivityOrBuilder
*
* <code>string activity_description_snippet = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The bytes for activityDescriptionSnippet.
*/
com.google.protobuf.ByteString getActivityDescriptionSnippetBytes();

Expand All @@ -333,6 +371,8 @@ public interface ActivityOrBuilder
*
* <code>repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return A list containing the skillsUsedSnippet.
*/
java.util.List<java.lang.String> getSkillsUsedSnippetList();
/**
Expand All @@ -348,6 +388,8 @@ public interface ActivityOrBuilder
*
* <code>repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @return The count of skillsUsedSnippet.
*/
int getSkillsUsedSnippetCount();
/**
Expand All @@ -363,6 +405,9 @@ public interface ActivityOrBuilder
*
* <code>repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the element to return.
* @return The skillsUsedSnippet at the given index.
*/
java.lang.String getSkillsUsedSnippet(int index);
/**
Expand All @@ -378,6 +423,9 @@ public interface ActivityOrBuilder
*
* <code>repeated string skills_used_snippet = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param index The index of the value to return.
* @return The bytes of the skillsUsedSnippet at the given index.
*/
com.google.protobuf.ByteString getSkillsUsedSnippetBytes(int index);
}

0 comments on commit 7b9dcbe

Please sign in to comment.