Google Cloud Key Management Service v1 API - Class ListEkmConnectionsResponse (3.1.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 [KeyManagementService.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
RepeatedField<EkmConnection>

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
Int32

Methods

GetEnumerator()

public IEnumerator<EkmConnection> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<EkmConnection>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator