Class: Google::Cloud::ServiceManagement::V1::GetServiceRolloutRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::GetServiceRolloutRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Request message for GetServiceRollout method.
Instance Attribute Summary collapse
-
#rollout_id ⇒ ::String
Required.
-
#service_name ⇒ ::String
Required.
Instance Attribute Details
#rollout_id ⇒ ::String
Returns Required. The id of the rollout resource.
280 281 282 283 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 280 class GetServiceRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com
.
280 281 282 283 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 280 class GetServiceRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |