Class Warning (1.3.1)

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

[Output Only] Informational warning message.

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

Inheritance

builtins.object > proto.message.Message > Warning

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.