BeyondCorp AppGateways v1 API - Class ListAppGatewaysRequest (1.0.0)

public sealed class ListAppGatewaysRequest : IMessage<ListAppGatewaysRequest>, IEquatable<ListAppGatewaysRequest>, IDeepCloneable<ListAppGatewaysRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for BeyondCorp.ListAppGateways.

Inheritance

Object > ListAppGatewaysRequest

Namespace

Google.Cloud.BeyondCorp.AppGateways.V1

Assembly

Google.Cloud.BeyondCorp.AppGateways.V1.dll

Constructors

ListAppGatewaysRequest()

public ListAppGatewaysRequest()

ListAppGatewaysRequest(ListAppGatewaysRequest)

public ListAppGatewaysRequest(ListAppGatewaysRequest other)
Parameter
NameDescription
otherListAppGatewaysRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter specifying constraints of a list operation.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Optional. Specifies the ordering of results. See Sorting order for more information.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's [next_page_token][BeyondCorp.ListAppGatewaysResponse.next_page_token] to determine if there are more instances left to be queried.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous ListAppGatewaysRequest, if any.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the AppGateway location using the form: projects/{project_id}/locations/{location_id}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName