Class ProjectsResource.LocationsResource.GlobalResource.HubsResource.QueryStatusRequest
Query the Private Service Connect propagation status of a Network Connectivity Center hub.
Inheritance
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GlobalResource.HubsResource.QueryStatusRequest : NetworkconnectivityBaseServiceRequest<QueryHubStatusResponse>, IClientServiceRequest<QueryHubStatusResponse>, IClientServiceRequest
Constructors
QueryStatusRequest(IClientService, string)
Constructs a new QueryStatus request.
Declaration
public QueryStatusRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
Filter
Optional. An expression that filters the list of results. The filter can be used to filter
the results by the following fields: * psc_propagation_status.source_spoke
*
psc_propagation_status.source_group
* psc_propagation_status.source_forwarding_rule
*
psc_propagation_status.target_spoke
* psc_propagation_status.target_group
*
psc_propagation_status.code
* psc_propagation_status.message
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupBy
Optional. Aggregate the results by the specified fields. A comma-separated list of any of
these fields: * psc_propagation_status.source_spoke
*
psc_propagation_status.source_group
* psc_propagation_status.source_forwarding_rule
*
psc_propagation_status.target_spoke
* psc_propagation_status.target_group
*
psc_propagation_status.code
Declaration
[RequestParameter("groupBy", RequestParameterType.Query)]
public virtual string GroupBy { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the hub.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
OrderBy
Optional. Sort the results in ascending order by the specified fields. A comma-separated
list of any of these fields: * psc_propagation_status.source_spoke
*
psc_propagation_status.source_group
* psc_propagation_status.source_forwarding_rule
*
psc_propagation_status.target_spoke
* psc_propagation_status.target_group
*
psc_propagation_status.code
If group_by
is set, the value of the order_by
field must
be the same as or a subset of the group_by
field.
Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional. The maximum number of results to return per page.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. The page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes QueryStatus parameter list.
Declaration
protected override void InitParameters()