Class: Google::Cloud::NetworkServices::V1::ListLbRouteExtensionsResponse

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 response to listing LbRouteExtension resources.

Instance Attribute Summary collapse

Instance Attribute Details

#lb_route_extensions::Array<::Google::Cloud::NetworkServices::V1::LbRouteExtension>

Returns The list of LbRouteExtension resources.

Returns:



437
438
439
440
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 437

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

#next_page_token::String

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

Returns:

  • (::String)

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



437
438
439
440
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 437

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



437
438
439
440
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 437

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