Class: Google::Apis::CloudfunctionsV1beta2::HttpsTrigger
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::CloudfunctionsV1beta2::HttpsTrigger
 
 
- Defined in:
 - generated/google/apis/cloudfunctions_v1beta2/classes.rb,
generated/google/apis/cloudfunctions_v1beta2/representations.rb,
generated/google/apis/cloudfunctions_v1beta2/representations.rb 
Overview
Describes HTTPSTrigger, could be used to connect web hooks to function.
Instance Attribute Summary collapse
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ HttpsTrigger 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of HttpsTrigger.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ HttpsTrigger
Returns a new instance of HttpsTrigger
      412 413 414  | 
    
      # File 'generated/google/apis/cloudfunctions_v1beta2/classes.rb', line 412 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#url ⇒ String
Output only. The deployed url for the function.
Corresponds to the JSON property url
      410 411 412  | 
    
      # File 'generated/google/apis/cloudfunctions_v1beta2/classes.rb', line 410 def url @url end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      417 418 419  | 
    
      # File 'generated/google/apis/cloudfunctions_v1beta2/classes.rb', line 417 def update!(**args) @url = args[:url] if args.key?(:url) end  |