Class: Google::Cloud::Functions::V1::HttpsTrigger

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

Overview

Describes HttpsTrigger, could be used to connect web hooks to function.

Instance Attribute Summary collapse

Instance Attribute Details

#url::String (readonly)

Returns Output only. The deployed url for the function.

Returns:

  • (::String)

    Output only. The deployed url for the function.



229
230
231
232
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 229

class HttpsTrigger
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end