public sealed class ListAppConnectorsRequest : IMessage<ListAppConnectorsRequest>, IEquatable<ListAppConnectorsRequest>, IDeepCloneable<ListAppConnectorsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the BeyondCorp AppConnectors v1 API class ListAppConnectorsRequest.
Request message for BeyondCorp.ListAppConnectors.
Implements
IMessageListAppConnectorsRequest, IEquatableListAppConnectorsRequest, IDeepCloneableListAppConnectorsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
ListAppConnectorsRequest()
public ListAppConnectorsRequest()ListAppConnectorsRequest(ListAppConnectorsRequest)
public ListAppConnectorsRequest(ListAppConnectorsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAppConnectorsRequest |
Properties
Filter
public string Filter { get; set; }Optional. A filter specifying constraints of a list operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Specifies the ordering of results. See Sorting order for more information.
| Property Value | |
|---|---|
| Type | Description |
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.ListAppConnectorsResponse.next_page_token] to determine if there are more instances left to be queried.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The next_page_token value returned from a previous ListAppConnectorsRequest, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the AppConnector location using the form:
projects/{project_id}/locations/{location_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|