Class: Google::Cloud::ApiGateway::V1::OperationMetadata::Diagnostic
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::OperationMetadata::Diagnostic
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Diagnostic information from configuration processing.
Instance Attribute Summary collapse
-
#location ⇒ ::String
Location of the diagnostic.
-
#message ⇒ ::String
The diagnostic message.
Instance Attribute Details
#location ⇒ ::String
Returns Location of the diagnostic.
618 619 620 621 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 618 class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns The diagnostic message.
618 619 620 621 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 618 class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |