Navigation Menu

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

feat(generator): update protoc to v3.15.3 #259

Merged
merged 1 commit into from Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/main/java/io/grafeas/v1/CloudRepoSourceContext.java
Expand Up @@ -232,6 +232,20 @@ public io.grafeas.v1.RepoIdOrBuilder getRepoIdOrBuilder() {
}

public static final int REVISION_ID_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* A revision ID.
* </pre>
*
* <code>string revision_id = 2;</code>
*
* @return Whether the revisionId field is set.
*/
public boolean hasRevisionId() {
return revisionCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -916,6 +930,21 @@ public io.grafeas.v1.RepoIdOrBuilder getRepoIdOrBuilder() {
return repoIdBuilder_;
}

/**
*
*
* <pre>
* A revision ID.
* </pre>
*
* <code>string revision_id = 2;</code>
*
* @return Whether the revisionId field is set.
*/
@java.lang.Override
public boolean hasRevisionId() {
return revisionCase_ == 2;
}
/**
*
*
Expand Down
12 changes: 12 additions & 0 deletions src/main/java/io/grafeas/v1/CloudRepoSourceContextOrBuilder.java
Expand Up @@ -59,6 +59,18 @@ public interface CloudRepoSourceContextOrBuilder
*/
io.grafeas.v1.RepoIdOrBuilder getRepoIdOrBuilder();

/**
*
*
* <pre>
* A revision ID.
* </pre>
*
* <code>string revision_id = 2;</code>
*
* @return Whether the revisionId field is set.
*/
boolean hasRevisionId();
/**
*
*
Expand Down
29 changes: 29 additions & 0 deletions src/main/java/io/grafeas/v1/GerritSourceContext.java
Expand Up @@ -290,6 +290,20 @@ public com.google.protobuf.ByteString getGerritProjectBytes() {
}

public static final int REVISION_ID_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* A revision (commit) ID.
* </pre>
*
* <code>string revision_id = 3;</code>
*
* @return Whether the revisionId field is set.
*/
public boolean hasRevisionId() {
return revisionCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -1027,6 +1041,21 @@ public Builder setGerritProjectBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* A revision (commit) ID.
* </pre>
*
* <code>string revision_id = 3;</code>
*
* @return Whether the revisionId field is set.
*/
@java.lang.Override
public boolean hasRevisionId() {
return revisionCase_ == 3;
}
/**
*
*
Expand Down
12 changes: 12 additions & 0 deletions src/main/java/io/grafeas/v1/GerritSourceContextOrBuilder.java
Expand Up @@ -78,6 +78,18 @@ public interface GerritSourceContextOrBuilder
*/
com.google.protobuf.ByteString getGerritProjectBytes();

/**
*
*
* <pre>
* A revision (commit) ID.
* </pre>
*
* <code>string revision_id = 3;</code>
*
* @return Whether the revisionId field is set.
*/
boolean hasRevisionId();
/**
*
*
Expand Down
29 changes: 29 additions & 0 deletions src/main/java/io/grafeas/v1/RepoId.java
Expand Up @@ -220,6 +220,20 @@ public io.grafeas.v1.ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder() {
}

public static final int UID_FIELD_NUMBER = 2;
/**
*
*
* <pre>
* A server-assigned, globally unique identifier.
* </pre>
*
* <code>string uid = 2;</code>
*
* @return Whether the uid field is set.
*/
public boolean hasUid() {
return idCase_ == 2;
}
/**
*
*
Expand Down Expand Up @@ -854,6 +868,21 @@ public io.grafeas.v1.ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder() {
return projectRepoIdBuilder_;
}

/**
*
*
* <pre>
* A server-assigned, globally unique identifier.
* </pre>
*
* <code>string uid = 2;</code>
*
* @return Whether the uid field is set.
*/
@java.lang.Override
public boolean hasUid() {
return idCase_ == 2;
}
/**
*
*
Expand Down
12 changes: 12 additions & 0 deletions src/main/java/io/grafeas/v1/RepoIdOrBuilder.java
Expand Up @@ -59,6 +59,18 @@ public interface RepoIdOrBuilder
*/
io.grafeas.v1.ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder();

/**
*
*
* <pre>
* A server-assigned, globally unique identifier.
* </pre>
*
* <code>string uid = 2;</code>
*
* @return Whether the uid field is set.
*/
boolean hasUid();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-grafeas.git",
"sha": "aed649ec5e7430e972122e8be718046905a4d71e"
"sha": "a3b90e4e70511ab65331d7a30b22fa3448a22232"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down