Class ListRuntimesRequest (1.0.0-beta04)

public sealed class ListRuntimesRequest : IPageRequest, IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessage

Request for listing Managed Notebook Runtimes.

Inheritance

Object > ListRuntimesRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListRuntimesRequest()

public ListRuntimesRequest()

ListRuntimesRequest(ListRuntimesRequest)

public ListRuntimesRequest(ListRuntimesRequest other)
Parameter
NameDescription
otherListRuntimesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum return size of the list call.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

A previous returned page token that can be used to continue listing from the last result.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Format: parent=projects/{project_id}/locations/{location}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName