public sealed class GetServiceRolloutRequest : IMessage<GetServiceRolloutRequest>, IEquatable<GetServiceRolloutRequest>, IDeepCloneable<GetServiceRolloutRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class GetServiceRolloutRequest.
Request message for GetServiceRollout method.
Implements
IMessageGetServiceRolloutRequest, IEquatableGetServiceRolloutRequest, IDeepCloneableGetServiceRolloutRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
GetServiceRolloutRequest()
public GetServiceRolloutRequest()GetServiceRolloutRequest(GetServiceRolloutRequest)
public GetServiceRolloutRequest(GetServiceRolloutRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServiceRolloutRequest |
Properties
RolloutId
public string RolloutId { get; set; }Required. The id of the rollout resource.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|