Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::HttpsTrigger.
Describes HttpsTrigger, could be used to connect web hooks to function.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#security_level
def security_level() -> ::Google::Cloud::Functions::V1::HttpsTrigger::SecurityLevel
Returns
- (::Google::Cloud::Functions::V1::HttpsTrigger::SecurityLevel) — The security level for the function.
#security_level=
def security_level=(value) -> ::Google::Cloud::Functions::V1::HttpsTrigger::SecurityLevel
Parameter
- value (::Google::Cloud::Functions::V1::HttpsTrigger::SecurityLevel) — The security level for the function.
Returns
- (::Google::Cloud::Functions::V1::HttpsTrigger::SecurityLevel) — The security level for the function.
#url
def url() -> ::String
Returns
- (::String) — Output only. The deployed URL for the function.