public sealed class ListMeshesResponse : IMessage<ListMeshesResponse>, IEquatable<ListMeshesResponse>, IDeepCloneable<ListMeshesResponse>, IBufferMessage, IMessage, IPageResponse<Mesh>, IEnumerable<Mesh>, IEnumerable
Reference documentation and code samples for the Network Services v1 API class ListMeshesResponse.
Response returned by the ListMeshes method.
Implements
IMessageListMeshesResponse, IEquatableListMeshesResponse, IDeepCloneableListMeshesResponse, IBufferMessage, IMessage, IPageResponseMesh, IEnumerableMesh, IEnumerableNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListMeshesResponse()
public ListMeshesResponse()
ListMeshesResponse(ListMeshesResponse)
public ListMeshesResponse(ListMeshesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMeshesResponse |
Properties
Meshes
public RepeatedField<Mesh> Meshes { get; }
List of Mesh resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMesh |
NextPageToken
public string NextPageToken { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Mesh> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMesh |