Certificate Manager v1 API - Class ListTrustConfigsResponse (2.6.0)

public sealed class ListTrustConfigsResponse : IPageResponse<TrustConfig>, IEnumerable<TrustConfig>, IEnumerable, IMessage<ListTrustConfigsResponse>, IEquatable<ListTrustConfigsResponse>, IDeepCloneable<ListTrustConfigsResponse>, IBufferMessage, IMessage

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

Response for the ListTrustConfigs method.

Inheritance

object > ListTrustConfigsResponse

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

ListTrustConfigsResponse()

public ListTrustConfigsResponse()

ListTrustConfigsResponse(ListTrustConfigsResponse)

public ListTrustConfigsResponse(ListTrustConfigsResponse other)
Parameter
NameDescription
otherListTrustConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Property Value
TypeDescription
string

TrustConfigs

public RepeatedField<TrustConfig> TrustConfigs { get; }

A list of TrustConfigs for the parent resource.

Property Value
TypeDescription
RepeatedFieldTrustConfig

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<TrustConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTrustConfig