Class: Google::Cloud::Functions::V1::GetFunctionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::GetFunctionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Request for the GetFunction
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#version_id ⇒ ::Integer
Optional.
Instance Attribute Details
#name ⇒ ::String
600 601 602 603 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 600 class GetFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_id ⇒ ::Integer
600 601 602 603 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 600 class GetFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |