Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::GetServiceRolloutRequest.
Request message for GetServiceRollout method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rollout_id
def rollout_id() -> ::String
Returns
- (::String) — Required. The id of the rollout resource.
#rollout_id=
def rollout_id=(value) -> ::String
Parameter
- value (::String) — Required. The id of the rollout resource.
Returns
- (::String) — Required. The id of the rollout resource.
#service_name
def service_name() -> ::String
Returns
-
(::String) — Required. The name of the service. See the
overview for naming requirements. For
example:
example.googleapis.com
.
#service_name=
def service_name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the service. See the
overview for naming requirements. For
example:
example.googleapis.com
.
Returns
-
(::String) — Required. The name of the service. See the
overview for naming requirements. For
example:
example.googleapis.com
.