public sealed class ListNodesRequest : IMessage<ListNodesRequest>, IEquatable<ListNodesRequest>, IDeepCloneable<ListNodesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud TPU v1 API class ListNodesRequest.
Request for [ListNodes][google.cloud.tpu.v1.Tpu.ListNodes].
Implements
IMessageListNodesRequest, IEquatableListNodesRequest, IDeepCloneableListNodesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
ListNodesRequest()
public ListNodesRequest()ListNodesRequest(ListNodesRequest)
public ListNodesRequest(ListNodesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNodesRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|