Class ServicesResource.RolloutsResource.ListRequest
Lists the history of the service configuration rollouts for a managed service, from the newest to the oldest.
Inheritance
ServicesResource.RolloutsResource.ListRequest
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ServicesResource.RolloutsResource.ListRequest : ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>, IClientServiceRequest<ListServiceRolloutsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string serviceName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | serviceName |
Properties
Filter
Required. Use filter
to return subset of rollouts. The following filters are supported: -- By
status. For example, filter='status=SUCCESS'
-- By strategy. For example,
filter='strategy=TrafficPercentStrategy'
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The token of the page to retrieve.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceName
Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com
.
Declaration
[RequestParameter("serviceName", RequestParameterType.Path)]
public virtual string ServiceName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()