Class: Google::Cloud::Eventarc::V1::Pipeline::Destination::HttpEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Pipeline::Destination::HttpEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/pipeline.rb
Overview
Represents a HTTP endpoint destination.
Instance Attribute Summary collapse
-
#message_binding_template ⇒ ::String
Optional.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#message_binding_template ⇒ ::String
370 371 372 373 |
# File 'proto_docs/google/cloud/eventarc/v1/pipeline.rb', line 370 class HttpEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
370 371 372 373 |
# File 'proto_docs/google/cloud/eventarc/v1/pipeline.rb', line 370 class HttpEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |