Class: Google::Cloud::ApiHub::V1::HttpOperation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

The HTTP Operation.

Defined Under Namespace

Modules: Method

Instance Attribute Summary collapse

Instance Attribute Details

#method::Google::Cloud::ApiHub::V1::HttpOperation::Method (readonly)

Returns Output only. Operation method.

Returns:



760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 760

class HttpOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of Method types.
  module Method
    # Method unspecified.
    METHOD_UNSPECIFIED = 0

    # Get Operation type.
    GET = 1

    # Put Operation type.
    PUT = 2

    # Post Operation type.
    POST = 3

    # Delete Operation type.
    DELETE = 4

    # Options Operation type.
    OPTIONS = 5

    # Head Operation type.
    HEAD = 6

    # Patch Operation type.
    PATCH = 7

    # Trace Operation type.
    TRACE = 8
  end
end

#path::Google::Cloud::ApiHub::V1::Path (readonly)

Returns Output only. The path details for the Operation.

Returns:



760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 760

class HttpOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumeration of Method types.
  module Method
    # Method unspecified.
    METHOD_UNSPECIFIED = 0

    # Get Operation type.
    GET = 1

    # Put Operation type.
    PUT = 2

    # Post Operation type.
    POST = 3

    # Delete Operation type.
    DELETE = 4

    # Options Operation type.
    OPTIONS = 5

    # Head Operation type.
    HEAD = 6

    # Patch Operation type.
    PATCH = 7

    # Trace Operation type.
    TRACE = 8
  end
end