Class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource.ListRequest
Lists all domains the user is authorized to administer.
Inheritance
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource.ListRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1alpha
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource.ListRequest : AppengineBaseServiceRequest<ListAuthorizedDomainsResponse>, IClientServiceRequest<ListAuthorizedDomainsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string, string, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string projectsId, string locationsId, string applicationsId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectsId | |
string | locationsId | |
string | applicationsId |
Properties
ApplicationsId
Part of parent
. See documentation of projectsId
.
Declaration
[RequestParameter("applicationsId", RequestParameterType.Path)]
public virtual string ApplicationsId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LocationsId
Part of parent
. See documentation of projectsId
.
Declaration
[RequestParameter("locationsId", RequestParameterType.Path)]
public virtual string LocationsId { get; }
Property Value
Type | Description |
---|---|
string |
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 |
ProjectsId
Part of parent
. Name of the parent Application resource. Example: apps/myapp.
Declaration
[RequestParameter("projectsId", RequestParameterType.Path)]
public virtual string ProjectsId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()