Network Connectivity V1 API - Class Google::Cloud::NetworkConnectivity::V1::QueryHubStatusRequest (v1.1.0)

Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::QueryHubStatusRequest.

The request for HubService.QueryHubStatus.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    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

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    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
Returns
  • (::String) —

    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

#group_by

def group_by() -> ::String
Returns
  • (::String) —

    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

#group_by=

def group_by=(value) -> ::String
Parameter
  • value (::String) —

    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
Returns
  • (::String) —

    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

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the hub.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the hub.
Returns
  • (::String) — Required. The name of the hub.

#order_by

def order_by() -> ::String
Returns
  • (::String) —

    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.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) —

    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.
Returns
  • (::String) —

    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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of results to return per page.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of results to return per page.
Returns
  • (::Integer) — Optional. The maximum number of results to return per page.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. The page token.
Returns
  • (::String) — Optional. The page token.