BeyondCorp Client Connector Services v1 API - Class ListClientConnectorServicesRequest (1.0.0)

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

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ListClientConnectorServicesRequest.

Message for requesting list of ClientConnectorServices.

Inheritance

Object > ListClientConnectorServicesRequest

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

ListClientConnectorServicesRequest()

public ListClientConnectorServicesRequest()

ListClientConnectorServicesRequest(ListClientConnectorServicesRequest)

public ListClientConnectorServicesRequest(ListClientConnectorServicesRequest other)
Parameter
NameDescription
otherListClientConnectorServicesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Parent value for ListClientConnectorServicesRequest.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName