Class: Google::Cloud::GkeMultiCloud::V1::AzureClusterError Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureClusterError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
AzureClusterError describes errors found on Azure clusters.
Instance Attribute Summary collapse
-
#message ⇒ ::String
Human-friendly description of the error.
Instance Attribute Details
#message ⇒ ::String
Returns Human-friendly description of the error.
880 881 882 883 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 880 class AzureClusterError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |