Class CreateScheduleRequest (1.0.0-beta04)

public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage

Request for created scheduled notebooks

Inheritance

Object > CreateScheduleRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

CreateScheduleRequest()

public CreateScheduleRequest()

CreateScheduleRequest(CreateScheduleRequest)

public CreateScheduleRequest(CreateScheduleRequest other)
Parameter
NameDescription
otherCreateScheduleRequest

Properties

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsScheduleName

public ScheduleName ParentAsScheduleName { get; set; }

ScheduleName-typed view over the Parent resource name property.

Property Value
TypeDescription
ScheduleName

Schedule

public Schedule Schedule { get; set; }

Required. The schedule to be created.

Property Value
TypeDescription
Schedule

ScheduleId

public string ScheduleId { get; set; }

Required. User-defined unique ID of this schedule.

Property Value
TypeDescription
String