OperationDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The operation details parsed from the spec.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
http_operation |
google.cloud.apihub_v1.types.HttpOperation
The HTTP Operation. This field is a member of oneof _ operation .
|
description |
str
Output only. Description of the operation behavior. For OpenAPI spec, this will map to operation.description in
the spec, in case description is empty,
operation.summary will be used.
|
documentation |
google.cloud.apihub_v1.types.Documentation
Output only. Additional external documentation for this operation. For OpenAPI spec, this will map to operation.documentation in the spec.
|
deprecated |
bool
Output only. For OpenAPI spec, this will be set if operation.deprecated \ is marked as true in the spec.
|