Class: Google::Cloud::NetworkConnectivity::V1::ListInternalRangesRequest

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

Overview

Request for InternalRangeService.ListInternalRanges

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter expression that filters the results listed in the response.

Returns:

  • (::String)

    A filter expression that filters the results listed in the response.



277
278
279
280
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 277

class ListInternalRangesRequest
  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.



277
278
279
280
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 277

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

#page_size::Integer

Returns The maximum number of results per page that should be returned.

Returns:

  • (::Integer)

    The maximum number of results per page that should be returned.



277
278
279
280
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 277

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

#page_token::String

Returns The page token.

Returns:

  • (::String)

    The page token.



277
278
279
280
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 277

class ListInternalRangesRequest
  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.



277
278
279
280
# File 'proto_docs/google/cloud/networkconnectivity/v1/internal_range.rb', line 277

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