Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.InstancesResource.ListRequest

Lists Instances in a given project and location.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Hint for how to order the results

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

A token identifying a page of results the server should return.

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

Parent

Required. The name of the parent resource. For the required format, see the comment on the Instance.name field. Additionally, you can perform an aggregated list operation by specifying a value with one of the following formats: * projects/{project}/locations/-/clusters/- * projects/{project}/locations/{region}/clusters/-

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<ListInstancesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudAlloyDBAdminBaseServiceRequest<ListInstancesResponse>.InitParameters()

Implements

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