Show / Hide Table of Contents

Class ServicesResource.RolloutsResource.ListRequest

Lists the history of the service configuration rollouts for a managed service, from the newest to the oldest.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListServiceRolloutsResponse>
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>
ServicesResource.RolloutsResource.ListRequest
Implements
IClientServiceRequest<ListServiceRolloutsResponse>
IClientServiceRequest
Inherited Members
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.Xgafv
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.AccessToken
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.Alt
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.Callback
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.Fields
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.Key
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.OauthToken
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.PrettyPrint
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.QuotaUser
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.UploadType
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.UploadProtocol
ClientServiceRequest<ListServiceRolloutsResponse>.Execute()
ClientServiceRequest<ListServiceRolloutsResponse>.ExecuteAsStream()
ClientServiceRequest<ListServiceRolloutsResponse>.ExecuteAsync()
ClientServiceRequest<ListServiceRolloutsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListServiceRolloutsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListServiceRolloutsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListServiceRolloutsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListServiceRolloutsResponse>.GenerateRequestUri()
ClientServiceRequest<ListServiceRolloutsResponse>.GetBody()
ClientServiceRequest<ListServiceRolloutsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListServiceRolloutsResponse>.ETagAction
ClientServiceRequest<ListServiceRolloutsResponse>.ModifyRequest
ClientServiceRequest<ListServiceRolloutsResponse>.ValidateParameters
ClientServiceRequest<ListServiceRolloutsResponse>.ApiVersion
ClientServiceRequest<ListServiceRolloutsResponse>.RequestParameters
ClientServiceRequest<ListServiceRolloutsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<ListServiceRolloutsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListServiceRolloutsResponse>.MethodName

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
ClientServiceRequest<ListServiceRolloutsResponse>.RestPath

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()
Overrides
ServiceManagementBaseServiceRequest<ListServiceRolloutsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX