Class ListHubsRequest (1.2.0)

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

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 results listed in the response.

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 that should be returned.

Property Value
TypeDescription
Int32

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