Class: Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PreviewFeatureRolloutOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents the rollout operation
Instance Attribute Summary collapse
-
#rollout_input ⇒ ::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperationRolloutInput
Input only.
Instance Attribute Details
#rollout_input ⇒ ::Google::Cloud::Compute::V1::PreviewFeatureRolloutOperationRolloutInput
Returns Input only. The input for the rollout operation.
60899 60900 60901 60902 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 60899 class PreviewFeatureRolloutOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |