Network Services v1 API - Class ListLbRouteExtensionsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Services v1 API class ListLbRouteExtensionsRequest.

Message for requesting list of LbRouteExtension resources.

Inheritance

object > ListLbRouteExtensionsRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListLbRouteExtensionsRequest()

public ListLbRouteExtensionsRequest()

ListLbRouteExtensionsRequest(ListLbRouteExtensionsRequest)

public ListLbRouteExtensionsRequest(ListLbRouteExtensionsRequest other)
Parameter
Name Description
other ListLbRouteExtensionsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results that the server returns.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location from which the LbRouteExtension resources are listed, specified in the following format: projects/{project}/locations/{location}.

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