Class: Google::Cloud::Compute::V1::Help
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Help
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.
Instance Attribute Summary collapse
-
#links ⇒ ::Array<::Google::Cloud::Compute::V1::HelpLink>
URL(s) pointing to additional information on handling the current error.
Instance Attribute Details
#links ⇒ ::Array<::Google::Cloud::Compute::V1::HelpLink>
Returns URL(s) pointing to additional information on handling the current error.
11509 11510 11511 11512 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11509 class Help include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |