Class: Google::Cloud::ApiGateway::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Represents the metadata of the long-running operation.
Defined Under Namespace
Classes: Diagnostic
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#diagnostics ⇒ ::Array<::Google::Cloud::ApiGateway::V1::OperationMetadata::Diagnostic>
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#requested_cancellation ⇒ ::Boolean
readonly
Output only.
-
#status_message ⇒ ::String
readonly
Output only.
-
#target ⇒ ::String
readonly
Output only.
-
#verb ⇒ ::String
readonly
Output only.
Instance Attribute Details
#api_version ⇒ ::String (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#diagnostics ⇒ ::Array<::Google::Cloud::ApiGateway::V1::OperationMetadata::Diagnostic> (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#requested_cancellation ⇒ ::Boolean (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#status_message ⇒ ::String (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#target ⇒ ::String (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#verb ⇒ ::String (readonly)
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 607 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Diagnostic information from configuration processing. # @!attribute [rw] location # @return [::String] # Location of the diagnostic. # @!attribute [rw] message # @return [::String] # The diagnostic message. class Diagnostic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |