Certificate Manager v1 API - Class ListTrustConfigsRequest (2.6.0)

public sealed class ListTrustConfigsRequest : IPageRequest, IMessage<ListTrustConfigsRequest>, IEquatable<ListTrustConfigsRequest>, IDeepCloneable<ListTrustConfigsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Manager v1 API class ListTrustConfigsRequest.

Request for the ListTrustConfigs method.

Inheritance

object > ListTrustConfigsRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

ListTrustConfigsRequest()

public ListTrustConfigsRequest()

ListTrustConfigsRequest(ListTrustConfigsRequest)

public ListTrustConfigsRequest(ListTrustConfigsRequest other)
Parameter
NameDescription
otherListTrustConfigsRequest

Properties

Filter

public string Filter { get; set; }

Filter expression to restrict the TrustConfigs returned.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

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".

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Maximum number of TrustConfigs to return per call.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName