Class: Google::Cloud::NetworkConnectivity::V1::QueryHubStatusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::QueryHubStatusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
The request for HubService.QueryHubStatus.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#group_by ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns 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_spokepsc_propagation_status.source_grouppsc_propagation_status.source_forwarding_rulepsc_propagation_status.target_spokepsc_propagation_status.target_grouppsc_propagation_status.codepsc_propagation_status.message.
708 709 710 711 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 708 class QueryHubStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group_by ⇒ ::String
Returns Optional. Aggregate the results by the specified fields. A comma-separated list of any of these fields:
psc_propagation_status.source_spokepsc_propagation_status.source_grouppsc_propagation_status.source_forwarding_rulepsc_propagation_status.target_spokepsc_propagation_status.target_grouppsc_propagation_status.code.
708 709 710 711 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 708 class QueryHubStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the hub.
708 709 710 711 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 708 class QueryHubStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Sort the results in ascending order by the specified fields. A comma-separated list of any of these fields:
psc_propagation_status.source_spokepsc_propagation_status.source_grouppsc_propagation_status.source_forwarding_rulepsc_propagation_status.target_spokepsc_propagation_status.target_grouppsc_propagation_status.codeIfgroup_byis set, the value of theorder_byfield must be the same as or a subset of thegroup_byfield.
708 709 710 711 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 708 class QueryHubStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results to return per page.
708 709 710 711 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 708 class QueryHubStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The page token.
708 709 710 711 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 708 class QueryHubStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |