Class: Google::Cloud::Compute::V1::GetRolloutPlanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetRolloutPlanRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for RolloutPlans.Get. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#rollout_plan ⇒ ::String
Name of the persistent rollout plan to return.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
24887 24888 24889 24890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24887 class GetRolloutPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout_plan ⇒ ::String
Returns Name of the persistent rollout plan to return.
24887 24888 24889 24890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24887 class GetRolloutPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |