Class AppsResource.ServicesResource.VersionsResource.ListRequest
Lists the versions of a service.
Inheritance
AppsResource.ServicesResource.VersionsResource.ListRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class AppsResource.ServicesResource.VersionsResource.ListRequest : AppengineBaseServiceRequest<ListVersionsResponse>, IClientServiceRequest<ListVersionsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string appsId, string servicesId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | appsId | |
string | servicesId |
Properties
AppsId
Part of parent
. Name of the parent Service resource. Example: apps/myapp/services/default.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
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
Maximum results to return per page.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Continuation token for fetching the next page of results.
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
ServicesId
Part of parent
. See documentation of appsId
.
Declaration
[RequestParameter("servicesId", RequestParameterType.Path)]
public virtual string ServicesId { get; }
Property Value
Type | Description |
---|---|
string |
View
Controls the set of fields returned in the List response.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual AppsResource.ServicesResource.VersionsResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
AppsResource.ServicesResource.VersionsResource.ListRequest.ViewEnum? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()