Class: Google::Cloud::NetworkServices::V1::ListGatewayRouteViewsResponse

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

Overview

Response returned by the ListGatewayRouteViews method.

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_route_views::Array<::Google::Cloud::NetworkServices::V1::GatewayRouteView>

Returns List of GatewayRouteView resources.

Returns:



143
144
145
146
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 143

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



143
144
145
146
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 143

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

#unreachable::Array<::String>

Returns Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.

Returns:

  • (::Array<::String>)

    Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.



143
144
145
146
# File 'proto_docs/google/cloud/networkservices/v1/route_view.rb', line 143

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