Reference documentation and code samples for the Google Cloud Notebooks V1 Client class CreateScheduleRequest.
Request for created scheduled notebooks
Generated from protobuf message google.cloud.notebooks.v1.CreateScheduleRequest
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
↳ schedule_id
string
Required. User-defined unique ID of this schedule.
↳ schedule
getParent
Required. Format: parent=projects/{project_id}/locations/{location}
string
setParent
Required. Format: parent=projects/{project_id}/locations/{location}
var
string
$this
getScheduleId
Required. User-defined unique ID of this schedule.
string
setScheduleId
Required. User-defined unique ID of this schedule.
var
string
$this
getSchedule
Required. The schedule to be created.
hasSchedule
clearSchedule
setSchedule
Required. The schedule to be created.
$this
static::build
parent
string
Required. Format: parent=projects/{project_id}/locations/{location}
Please see Google\Cloud\Notebooks\V1\NotebookServiceClient::scheduleName()
for help formatting this field.
schedule
scheduleId
string
Required. User-defined unique ID of this schedule.