opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
31 stars 40 forks source link

Add require attribute to new `name` fields #316

Closed glimchb closed 1 year ago

glimchb commented 1 year ago
          approved

will open an issue to add require attribute like this:

    string name = 1 [
        (google.api.field_behavior) = REQUIRED,
        (google.api.resource_reference).type = "opi_api.storage.v1/AioVolume"
    ];

Originally posted by @glimchb in https://github.com/opiproject/opi-api/pull/315#pullrequestreview-1552328260

glimchb commented 1 year ago

done. all annotations are completed