public sealed class ListSchedulesRequest : IPageRequest, IMessage<ListSchedulesRequest>, IEquatable<ListSchedulesRequest>, IDeepCloneable<ListSchedulesRequest>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class ListSchedulesRequest.
Request for listing scheduled notebook job.
Implements
IPageRequest, IMessage<ListSchedulesRequest>, IEquatable<ListSchedulesRequest>, IDeepCloneable<ListSchedulesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListSchedulesRequest()
public ListSchedulesRequest()ListSchedulesRequest(ListSchedulesRequest)
public ListSchedulesRequest(ListSchedulesRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListSchedulesRequest | 
      
Properties
Filter
public string Filter { get; set; }Filter applied to resulting schedules.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
OrderBy
public string OrderBy { get; set; }Field to order results by.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
PageSize
public int PageSize { get; set; }Maximum return size of the list call.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
String | 
        |
Parent
public string Parent { get; set; }Required. Format:
parent=projects/{project_id}/locations/{location}
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
ParentAsScheduleName
public ScheduleName ParentAsScheduleName { get; set; }ScheduleName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ScheduleName | 
        |