Cloud IDS v1 API - Class ListEndpointsRequest (2.3.0)

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

Inheritance

object > ListEndpointsRequest

Namespace

Google.Cloud.Ids.V1

Assembly

Google.Cloud.Ids.V1.dll

Constructors

ListEndpointsRequest()

public ListEndpointsRequest()

ListEndpointsRequest(ListEndpointsRequest)

public ListEndpointsRequest(ListEndpointsRequest other)
Parameter
NameDescription
otherListEndpointsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of endpoints to return. The service may return fewer than this value.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListEndpoints call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListEndpoints must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of endpoints.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName