Class: Google::Cloud::NetworkConnectivity::V1::ListHubsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

Request for HubService.ListHubs method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns An expression that filters the list of results.

Returns:

  • (::String)

    An expression that filters the list of results.



385
386
387
388
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 385

class ListHubsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns Sort the results by a certain order.

Returns:

  • (::String)

    Sort the results by a certain order.



385
386
387
388
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 385

class ListHubsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of results per page to return.

Returns:

  • (::Integer)

    The maximum number of results per page to return.



385
386
387
388
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 385

class ListHubsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The page token.

Returns:

  • (::String)

    The page token.



385
386
387
388
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 385

class ListHubsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource's name.

Returns:

  • (::String)

    Required. The parent resource's name.



385
386
387
388
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 385

class ListHubsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end