Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TrustConfigsResource.ListRequest

Lists TrustConfigs in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListTrustConfigsResponse>
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>
ProjectsResource.LocationsResource.TrustConfigsResource.ListRequest
Implements
IClientServiceRequest<ListTrustConfigsResponse>
IClientServiceRequest
Inherited Members
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.Xgafv
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.AccessToken
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.Alt
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.Callback
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.Fields
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.Key
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.OauthToken
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.PrettyPrint
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.QuotaUser
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.UploadType
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.UploadProtocol
ClientServiceRequest<ListTrustConfigsResponse>.Execute()
ClientServiceRequest<ListTrustConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<ListTrustConfigsResponse>.ExecuteAsync()
ClientServiceRequest<ListTrustConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListTrustConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListTrustConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListTrustConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListTrustConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<ListTrustConfigsResponse>.GetBody()
ClientServiceRequest<ListTrustConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListTrustConfigsResponse>.ETagAction
ClientServiceRequest<ListTrustConfigsResponse>.ModifyRequest
ClientServiceRequest<ListTrustConfigsResponse>.ValidateParameters
ClientServiceRequest<ListTrustConfigsResponse>.ApiVersion
ClientServiceRequest<ListTrustConfigsResponse>.RequestParameters
ClientServiceRequest<ListTrustConfigsResponse>.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.CertificateManager.v1
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TrustConfigsResource.ListRequest : CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>, IClientServiceRequest<ListTrustConfigsResponse>, 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. Filter expression to restrict the TrustConfigs returned.

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

MethodName

Gets the method name.

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

OrderBy

Optional. A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

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

PageSize

Optional. Maximum number of TrustConfigs to return per call.

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

PageToken

Optional. The value returned by the last ListTrustConfigsResponse. Indicates that this is a continuation of a prior ListTrustConfigs call, and that the system should return the next page of data.

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

Parent

Required. The project and location from which the TrustConfigs should be listed, specified in the format projects/*/locations/*.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CertificateManagerBaseServiceRequest<ListTrustConfigsResponse>.InitParameters()

Implements

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