Class: Google::Cloud::Deploy::V1::GetRolloutRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetRolloutRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
GetRolloutRequest is the request object used by GetRollout.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
3119 3120 3121 3122 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3119 class GetRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |