Class: Google::Cloud::ApiGateway::V1::OperationMetadata::Diagnostic

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#location::String

Returns Location of the diagnostic.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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