Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::Warning (v1.9.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::Warning.

[Output Only] Informational warning message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

def code() -> ::String
Returns
  • (::String) — [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.

#code=

def code=(value) -> ::String
Parameter
  • value (::String) — [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.
Returns
  • (::String) — [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.

#data

def data() -> ::Array<::Google::Cloud::Compute::V1::Data>
Returns
  • (::Array<::Google::Cloud::Compute::V1::Data>) — [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

#data=

def data=(value) -> ::Array<::Google::Cloud::Compute::V1::Data>
Parameter
  • value (::Array<::Google::Cloud::Compute::V1::Data>) — [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
Returns
  • (::Array<::Google::Cloud::Compute::V1::Data>) — [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

#message

def message() -> ::String
Returns
  • (::String) — [Output Only] A human-readable description of the warning code.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — [Output Only] A human-readable description of the warning code.
Returns
  • (::String) — [Output Only] A human-readable description of the warning code.