googleapis / google-cloud-python

Google Cloud Client Library for Python
https://googleapis.github.io/google-cloud-python/
Apache License 2.0
4.84k stars 1.53k forks source link

Python Scripts for New VmWare Engine Standard Network #12077

Open harman93singh opened 11 months ago

harman93singh commented 11 months ago

Hi ,

We have been trying to Create VmWare Engine Network using Google Created Python Functions vmwareengine/cloud-client/create_legacy_network.py

It seems this supports Legacy Network Creation Only, tried deploying STANDARD Network using the same function updating the below line of code network.type_ = vmwareengine_v1.VmwareEngineNetwork.Type.STANDARD but it fails , reason being not supported.

Could you please help us with Python code supporting New Standard VMWare Engine Network creation .

thank you

ohmayr commented 11 months ago

Hi @harman93singh, I've created an internal issue to request an update to the public *.proto files which are used to generate this client library. Googlers see: b/314331428