This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +126
-3
lines changed
src/main/java/io/grafeas/v1 Expand file tree Collapse file tree 7 files changed +126
-3
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,20 @@ public io.grafeas.v1.RepoIdOrBuilder getRepoIdOrBuilder() {
232232 }
233233
234234 public static final int REVISION_ID_FIELD_NUMBER = 2 ;
235+ /**
236+ *
237+ *
238+ * <pre>
239+ * A revision ID.
240+ * </pre>
241+ *
242+ * <code>string revision_id = 2;</code>
243+ *
244+ * @return Whether the revisionId field is set.
245+ */
246+ public boolean hasRevisionId () {
247+ return revisionCase_ == 2 ;
248+ }
235249 /**
236250 *
237251 *
@@ -916,6 +930,21 @@ public io.grafeas.v1.RepoIdOrBuilder getRepoIdOrBuilder() {
916930 return repoIdBuilder_ ;
917931 }
918932
933+ /**
934+ *
935+ *
936+ * <pre>
937+ * A revision ID.
938+ * </pre>
939+ *
940+ * <code>string revision_id = 2;</code>
941+ *
942+ * @return Whether the revisionId field is set.
943+ */
944+ @ java .lang .Override
945+ public boolean hasRevisionId () {
946+ return revisionCase_ == 2 ;
947+ }
919948 /**
920949 *
921950 *
Original file line number Diff line number Diff line change @@ -59,6 +59,18 @@ public interface CloudRepoSourceContextOrBuilder
5959 */
6060 io .grafeas .v1 .RepoIdOrBuilder getRepoIdOrBuilder ();
6161
62+ /**
63+ *
64+ *
65+ * <pre>
66+ * A revision ID.
67+ * </pre>
68+ *
69+ * <code>string revision_id = 2;</code>
70+ *
71+ * @return Whether the revisionId field is set.
72+ */
73+ boolean hasRevisionId ();
6274 /**
6375 *
6476 *
Original file line number Diff line number Diff line change @@ -290,6 +290,20 @@ public com.google.protobuf.ByteString getGerritProjectBytes() {
290290 }
291291
292292 public static final int REVISION_ID_FIELD_NUMBER = 3 ;
293+ /**
294+ *
295+ *
296+ * <pre>
297+ * A revision (commit) ID.
298+ * </pre>
299+ *
300+ * <code>string revision_id = 3;</code>
301+ *
302+ * @return Whether the revisionId field is set.
303+ */
304+ public boolean hasRevisionId () {
305+ return revisionCase_ == 3 ;
306+ }
293307 /**
294308 *
295309 *
@@ -1027,6 +1041,21 @@ public Builder setGerritProjectBytes(com.google.protobuf.ByteString value) {
10271041 return this ;
10281042 }
10291043
1044+ /**
1045+ *
1046+ *
1047+ * <pre>
1048+ * A revision (commit) ID.
1049+ * </pre>
1050+ *
1051+ * <code>string revision_id = 3;</code>
1052+ *
1053+ * @return Whether the revisionId field is set.
1054+ */
1055+ @ java .lang .Override
1056+ public boolean hasRevisionId () {
1057+ return revisionCase_ == 3 ;
1058+ }
10301059 /**
10311060 *
10321061 *
Original file line number Diff line number Diff line change @@ -78,6 +78,18 @@ public interface GerritSourceContextOrBuilder
7878 */
7979 com .google .protobuf .ByteString getGerritProjectBytes ();
8080
81+ /**
82+ *
83+ *
84+ * <pre>
85+ * A revision (commit) ID.
86+ * </pre>
87+ *
88+ * <code>string revision_id = 3;</code>
89+ *
90+ * @return Whether the revisionId field is set.
91+ */
92+ boolean hasRevisionId ();
8193 /**
8294 *
8395 *
Original file line number Diff line number Diff line change @@ -220,6 +220,20 @@ public io.grafeas.v1.ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder() {
220220 }
221221
222222 public static final int UID_FIELD_NUMBER = 2 ;
223+ /**
224+ *
225+ *
226+ * <pre>
227+ * A server-assigned, globally unique identifier.
228+ * </pre>
229+ *
230+ * <code>string uid = 2;</code>
231+ *
232+ * @return Whether the uid field is set.
233+ */
234+ public boolean hasUid () {
235+ return idCase_ == 2 ;
236+ }
223237 /**
224238 *
225239 *
@@ -854,6 +868,21 @@ public io.grafeas.v1.ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder() {
854868 return projectRepoIdBuilder_ ;
855869 }
856870
871+ /**
872+ *
873+ *
874+ * <pre>
875+ * A server-assigned, globally unique identifier.
876+ * </pre>
877+ *
878+ * <code>string uid = 2;</code>
879+ *
880+ * @return Whether the uid field is set.
881+ */
882+ @ java .lang .Override
883+ public boolean hasUid () {
884+ return idCase_ == 2 ;
885+ }
857886 /**
858887 *
859888 *
Original file line number Diff line number Diff line change @@ -59,6 +59,18 @@ public interface RepoIdOrBuilder
5959 */
6060 io .grafeas .v1 .ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder ();
6161
62+ /**
63+ *
64+ *
65+ * <pre>
66+ * A server-assigned, globally unique identifier.
67+ * </pre>
68+ *
69+ * <code>string uid = 2;</code>
70+ *
71+ * @return Whether the uid field is set.
72+ */
73+ boolean hasUid ();
6274 /**
6375 *
6476 *
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-grafeas.git",
7- "sha": "aed649ec5e7430e972122e8be718046905a4d71e "
7+ "sha": "a3b90e4e70511ab65331d7a30b22fa3448a22232 "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "googleapis",
1313 "remote": "https://github.com/googleapis/googleapis.git",
14- "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9 ",
15- "internalRef": "358516065 "
14+ "sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516 ",
15+ "internalRef": "359781040 "
1616 }
1717 },
1818 {
You can’t perform that action at this time.
0 commit comments