apiOperations property

List<String>? apiOperations
getter/setter pair

The operations contained in the API version.

These operations will be added to the version when a new spec is added or when an existing spec is updated. Format is projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}

Output only.

Implementation

core.List<core.String>? apiOperations;