Class: Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsRequest

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

Overview

Message for requesting list of LbTrafficExtension resources.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering results.

Returns:

  • (::String)

    Optional. Filtering results.



215
216
217
218
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 215

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

#order_by::String

Returns Optional. Hint for how to order the results.

Returns:

  • (::String)

    Optional. Hint for how to order the results.



215
216
217
218
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 215

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

#page_size::Integer

Returns Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

Returns:

  • (::Integer)

    Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.



215
216
217
218
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 215

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

#page_token::String

Returns Optional. A token identifying a page of results that the server returns.

Returns:

  • (::String)

    Optional. A token identifying a page of results that the server returns.



215
216
217
218
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 215

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

#parent::String

Returns Required. The project and location from which the LbTrafficExtension resources are listed, specified in the following format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location from which the LbTrafficExtension resources are listed, specified in the following format: projects/{project}/locations/{location}.



215
216
217
218
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 215

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