Google Cloud Key Management Service v1 API - Class ListEkmConnectionsResponse (3.9.0)

public sealed class ListEkmConnectionsResponse : IMessage<ListEkmConnectionsResponse>, IEquatable<ListEkmConnectionsResponse>, IDeepCloneable<ListEkmConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<EkmConnection>, IEnumerable<EkmConnection>, IEnumerable

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListEkmConnectionsResponse.

Response message for [EkmService.ListEkmConnections][google.cloud.kms.v1.EkmService.ListEkmConnections].

Inheritance

object > ListEkmConnectionsResponse

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ListEkmConnectionsResponse()

public ListEkmConnectionsResponse()

ListEkmConnectionsResponse(ListEkmConnectionsResponse)

public ListEkmConnectionsResponse(ListEkmConnectionsResponse other)
Parameter
NameDescription
otherListEkmConnectionsResponse

Properties

EkmConnections

public RepeatedField<EkmConnection> EkmConnections { get; }

The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].

Property Value
TypeDescription
RepeatedFieldEkmConnection

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListEkmConnectionsRequest.page_token][google.cloud.kms.v1.ListEkmConnectionsRequest.page_token] to retrieve the next page of results.

Property Value
TypeDescription
string

TotalSize

public int TotalSize { get; set; }

The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection] that matched the query.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<EkmConnection> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEkmConnection