Class AppsResource.AuthorizedCertificatesResource.ListRequest
Lists all SSL certificates the user is authorized to administer.
Inheritance
System.Object
AppsResource.AuthorizedCertificatesResource.ListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ListRequest : AppengineBaseServiceRequest<ListAuthorizedCertificatesResponse>, IClientServiceRequest<ListAuthorizedCertificatesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, String)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string appsId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | appsId |
Properties
AppsId
Part of parent. Name of the parent Application resource. Example: apps/myapp.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.ListAuthorizedCertificatesResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.ListAuthorizedCertificatesResponse>.MethodName
PageSize
Maximum results to return per page.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.ListAuthorizedCertificatesResponse>.RestPath
View
Controls the set of fields returned in the LIST response.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual AppsResource.AuthorizedCertificatesResource.ListRequest.ViewEnum? View { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<AppsResource.AuthorizedCertificatesResource.ListRequest.ViewEnum> |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Appengine.v1beta.AppengineBaseServiceRequest<Google.Apis.Appengine.v1beta.Data.ListAuthorizedCertificatesResponse>.InitParameters()