Show / Hide Table of Contents

Class BlueGreenDeploymentsResource.ListRequest

Lists blue-green deployments under a given project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBlueGreenDeploymentsResponse>
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>
BlueGreenDeploymentsResource.ListRequest
Implements
IClientServiceRequest<ListBlueGreenDeploymentsResponse>
IClientServiceRequest
Inherited Members
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.Xgafv
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.AccessToken
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.Alt
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.Callback
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.Fields
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.Key
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.OauthToken
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.PrettyPrint
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.QuotaUser
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.UploadType
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.UploadProtocol
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.Execute()
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ExecuteAsStream()
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ExecuteAsync()
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.GenerateRequestUri()
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.GetBody()
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ETagAction
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ModifyRequest
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ValidateParameters
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.ApiVersion
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.RequestParameters
ClientServiceRequest<ListBlueGreenDeploymentsResponse>.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.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class BlueGreenDeploymentsResource.ListRequest : SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>, IClientServiceRequest<ListBlueGreenDeploymentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. A filter expression that filters the results.

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<ListBlueGreenDeploymentsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. A comma-separated list of fields to order the results by.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of deployments to return. The service may return fewer deployments than this value. If unspecified, at most 500 deployments are returned. The maximum value is 1000; values above 1000 are treated as 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListBlueGreenDeployments call. Provide this to retrieve the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent resource whose blue-green deployments are to be listed. Format: projects/{project}/locations/{location}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SQLAdminBaseServiceRequest<ListBlueGreenDeploymentsResponse>.InitParameters()

Implements

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