Network Services V1 API - Class Google::Cloud::NetworkServices::V1::ListMeshesResponse (v0.2.0)

Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListMeshesResponse.

Response returned by the ListMeshes method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#meshes

def meshes() -> ::Array<::Google::Cloud::NetworkServices::V1::Mesh>
Returns

#meshes=

def meshes=(value) -> ::Array<::Google::Cloud::NetworkServices::V1::Mesh>
Parameter
Returns

#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_token is included. To get the next set of results, call this method again using the value of next_page_token as page_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_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.
Returns
  • (::String) — If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.