Class: Google::Cloud::Functions::V2::GetFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V2::GetFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Request for the GetFunction method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#revision ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
699 700 701 702 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 699 class GetFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision ⇒ ::String
699 700 701 702 |
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 699 class GetFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |