public sealed class ListEkmConnectionsResponse : IMessage<ListEkmConnectionsResponse>, IEquatable<ListEkmConnectionsResponse>, IDeepCloneable<ListEkmConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<EkmConnection>, IEnumerable<EkmConnection>, IEnumerableReference 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].
Implements
IMessageListEkmConnectionsResponse, IEquatableListEkmConnectionsResponse, IDeepCloneableListEkmConnectionsResponse, IBufferMessage, IMessage, IPageResponseEkmConnection, IEnumerableEkmConnection, IEnumerableNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListEkmConnectionsResponse()
public ListEkmConnectionsResponse()ListEkmConnectionsResponse(ListEkmConnectionsResponse)
public ListEkmConnectionsResponse(ListEkmConnectionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEkmConnectionsResponse |
Properties
EkmConnections
public RepeatedField<EkmConnection> EkmConnections { get; }The list of [EkmConnections][google.cloud.kms.v1.EkmConnection].
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
TotalSize
public int TotalSize { get; set; }The total number of [EkmConnections][google.cloud.kms.v1.EkmConnection] that matched the query.
This field is not populated if [ListEkmConnectionsRequest.filter][google.cloud.kms.v1.ListEkmConnectionsRequest.filter] is applied.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Methods
GetEnumerator()
public IEnumerator<EkmConnection> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEkmConnection |
|