public sealed class ListHubsRequest : IMessage<ListHubsRequest>, IEquatable<ListHubsRequest>, IDeepCloneable<ListHubsRequest>, IBufferMessage, IMessage, IPageRequest
Request for [HubService.ListHubs][google.cloud.networkconnectivity.v1.HubService.ListHubs] method.
Implements
IMessage<ListHubsRequest>, IEquatable<ListHubsRequest>, IDeepCloneable<ListHubsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListHubsRequest()
public ListHubsRequest()
ListHubsRequest(ListHubsRequest)
public ListHubsRequest(ListHubsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListHubsRequest |
Properties
Filter
public string Filter { get; set; }
An expression that filters the results listed in the response.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Sort the results by a certain order.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
The maximum number of results per page that should be returned.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent resource's name.
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 |