Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListGrpcRoutesResponse.
Response returned by the ListGrpcRoutes method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#grpc_routes
def grpc_routes() -> ::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>
    Returns
    
  - (::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>) — List of GrpcRoute resources.
#grpc_routes=
def grpc_routes=(value) -> ::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>
    Parameter
    
  - value (::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>) — List of GrpcRoute resources.
    Returns
    
  - (::Array<::Google::Cloud::NetworkServices::V1::GrpcRoute>) — List of GrpcRoute resources.
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — If there might be more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — If there might be more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
    Returns
    
  - 
        (::String) — If there might be more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
#unreachable
def unreachable() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — Unreachable resources. Populated when the request opts into return_partial_success and reading across collections e.g. when attempting to list all resources across all supported locations.
#unreachable=
def unreachable=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — Unreachable resources. Populated when the request opts into return_partial_success and reading across collections e.g. when attempting to list all resources across all supported locations.
    Returns
    
- (::Array<::String>) — Unreachable resources. Populated when the request opts into return_partial_success and reading across collections e.g. when attempting to list all resources across all supported locations.