Class Warning (0.7.0)

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

[Output Only] Informational warning message. .. attribute:: code

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

:type: google.cloud.compute_v1.types.Warning.Code

Attributes

NameDescription
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.

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.