Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::CreateServiceRolloutRequest.
Request message for 'CreateServiceRollout'
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rollout
def rollout() -> ::Google::Cloud::ServiceManagement::V1::Rollout
Returns
-
(::Google::Cloud::ServiceManagement::V1::Rollout) — Required. The rollout resource. The
service_name
field is output only.
#rollout=
def rollout=(value) -> ::Google::Cloud::ServiceManagement::V1::Rollout
Parameter
-
value (::Google::Cloud::ServiceManagement::V1::Rollout) — Required. The rollout resource. The
service_name
field is output only.
Returns
-
(::Google::Cloud::ServiceManagement::V1::Rollout) — Required. The rollout resource. The
service_name
field is output only.
#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
.