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.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the function which details should be obtained.
540 541 542 543 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 540 class GetFunctionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |