BeyondCorp AppGateways v1 API - Class ListAppGatewaysResponse (1.2.0)

public sealed class ListAppGatewaysResponse : IMessage<ListAppGatewaysResponse>, IEquatable<ListAppGatewaysResponse>, IDeepCloneable<ListAppGatewaysResponse>, IBufferMessage, IMessage, IPageResponse<AppGateway>, IEnumerable<AppGateway>, IEnumerable

Reference documentation and code samples for the BeyondCorp AppGateways v1 API class ListAppGatewaysResponse.

Response message for BeyondCorp.ListAppGateways.

Inheritance

object > ListAppGatewaysResponse

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Constructors

ListAppGatewaysResponse()

public ListAppGatewaysResponse()

ListAppGatewaysResponse(ListAppGatewaysResponse)

public ListAppGatewaysResponse(ListAppGatewaysResponse other)
Parameter
NameDescription
otherListAppGatewaysResponse

Properties

AppGateways

public RepeatedField<AppGateway> AppGateways { get; }

A list of BeyondCorp AppGateways in the project.

Property Value
TypeDescription
RepeatedFieldAppGateway

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

A list of locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<AppGateway> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAppGateway