Service Management v1 API - Class GetServiceRolloutRequest (2.3.0)

public sealed class GetServiceRolloutRequest : IMessage<GetServiceRolloutRequest>, IEquatable<GetServiceRolloutRequest>, IDeepCloneable<GetServiceRolloutRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Management v1 API class GetServiceRolloutRequest.

Request message for GetServiceRollout method.

Inheritance

object > GetServiceRolloutRequest

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

GetServiceRolloutRequest()

public GetServiceRolloutRequest()

GetServiceRolloutRequest(GetServiceRolloutRequest)

public GetServiceRolloutRequest(GetServiceRolloutRequest other)
Parameter
NameDescription
otherGetServiceRolloutRequest

Properties

RolloutId

public string RolloutId { get; set; }

Required. The id of the rollout resource.

Property Value
TypeDescription
string

ServiceName

public string ServiceName { get; set; }

Required. The name of the service. See the overview for naming requirements. For example: example.googleapis.com.

Property Value
TypeDescription
string