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

Commit

Permalink
feat(generator): update protoc to v3.15.3 (#370)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/04c8998c-c603-45ac-a235-c5b6849907a3/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 49fbf27 commit e8a47a9
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 5 deletions.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/gaming/v1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>
Expand Up @@ -265,6 +265,20 @@ public com.google.cloud.gaming.v1.RealmSelectorOrBuilder getRealmsSelectorOrBuil
}

public static final int CONFIG_VERSION_FIELD_NUMBER = 100;
/**
*
*
* <pre>
* The game server config for this override.
* </pre>
*
* <code>string config_version = 100;</code>
*
* @return Whether the configVersion field is set.
*/
public boolean hasConfigVersion() {
return changeCase_ == 100;
}
/**
*
*
Expand Down Expand Up @@ -945,6 +959,21 @@ public com.google.cloud.gaming.v1.RealmSelectorOrBuilder getRealmsSelectorOrBuil
return realmsSelectorBuilder_;
}

/**
*
*
* <pre>
* The game server config for this override.
* </pre>
*
* <code>string config_version = 100;</code>
*
* @return Whether the configVersion field is set.
*/
@java.lang.Override
public boolean hasConfigVersion() {
return changeCase_ == 100;
}
/**
*
*
Expand Down
Expand Up @@ -58,6 +58,18 @@ public interface GameServerConfigOverrideOrBuilder
*/
com.google.cloud.gaming.v1.RealmSelectorOrBuilder getRealmsSelectorOrBuilder();

/**
*
*
* <pre>
* The game server config for this override.
* </pre>
*
* <code>string config_version = 100;</code>
*
* @return Whether the configVersion field is set.
*/
boolean hasConfigVersion();
/**
*
*
Expand Down
Expand Up @@ -265,6 +265,20 @@ public com.google.cloud.gaming.v1beta.RealmSelectorOrBuilder getRealmsSelectorOr
}

public static final int CONFIG_VERSION_FIELD_NUMBER = 100;
/**
*
*
* <pre>
* The game server config for this override.
* </pre>
*
* <code>string config_version = 100;</code>
*
* @return Whether the configVersion field is set.
*/
public boolean hasConfigVersion() {
return changeCase_ == 100;
}
/**
*
*
Expand Down Expand Up @@ -946,6 +960,21 @@ public com.google.cloud.gaming.v1beta.RealmSelectorOrBuilder getRealmsSelectorOr
return realmsSelectorBuilder_;
}

/**
*
*
* <pre>
* The game server config for this override.
* </pre>
*
* <code>string config_version = 100;</code>
*
* @return Whether the configVersion field is set.
*/
@java.lang.Override
public boolean hasConfigVersion() {
return changeCase_ == 100;
}
/**
*
*
Expand Down
Expand Up @@ -58,6 +58,18 @@ public interface GameServerConfigOverrideOrBuilder
*/
com.google.cloud.gaming.v1beta.RealmSelectorOrBuilder getRealmsSelectorOrBuilder();

/**
*
*
* <pre>
* The game server config for this override.
* </pre>
*
* <code>string config_version = 100;</code>
*
* @return Whether the configVersion field is set.
*/
boolean hasConfigVersion();
/**
*
*
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-game-servers.git",
"sha": "8f38bc7631f1bdbf474ff9b71b3d76be40d902d9"
"sha": "49fbf272118bbb75eab04101a1467207bb20b51d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit e8a47a9

Please sign in to comment.