Class Warnings (1.2.0)

Warnings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
code str
[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Check the Code enum for the list of possible values. This field is a member of oneof_ _code.
data Sequence[google.cloud.compute_v1.types.Data]
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
message str
[Output Only] A human-readable description of the warning code. This field is a member of oneof_ _message.

Classes

Code

Code(value)

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.