Network Connectivity v1 API - Class ListHubsRequest (2.7.0)

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

Reference documentation and code samples for the Network Connectivity v1 API class ListHubsRequest.

Request for [HubService.ListHubs][google.cloud.networkconnectivity.v1.HubService.ListHubs] method.

Inheritance

object > ListHubsRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListHubsRequest()

public ListHubsRequest()

ListHubsRequest(ListHubsRequest)

public ListHubsRequest(ListHubsRequest other)
Parameter
NameDescription
otherListHubsRequest

Properties

Filter

public string Filter { get; set; }

An expression that filters the list of results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Sort the results by a certain order.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of results per page to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource's name.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName