Class: Google::Cloud::Eventarc::V1::HttpEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::HttpEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/trigger.rb
Overview
Represents a HTTP endpoint destination.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#uri ⇒ ::String
Returns Required. The URI of the HTTP enpdoint.
The value must be a RFC2396 URI string. Examples: http://10.10.10.8:80/route
, http://svc.us-central1.p.local:8080/
. Only HTTP and HTTPS protocols are supported. The host can be either a static IP addressable from the VPC specified by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS.
281 282 283 284 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 281 class HttpEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |