Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.17.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.17.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ class FirewallInfo(proto.Message):
direction (str):
Possible values: INGRESS, EGRESS
action (str):
Possible values: ALLOW, DENY
Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
priority (int):
The priority of the firewall rule.
network_uri (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-management",
"version": "1.17.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down