Interface CreateScheduleRequestOrBuilder (1.39.0)

public interface CreateScheduleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getSchedule()

public abstract Schedule getSchedule()

Required. The schedule to be created.

.google.cloud.notebooks.v1.Schedule schedule = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Schedule

The schedule.

getScheduleId()

public abstract String getScheduleId()

Required. User-defined unique ID of this schedule.

string schedule_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The scheduleId.

getScheduleIdBytes()

public abstract ByteString getScheduleIdBytes()

Required. User-defined unique ID of this schedule.

string schedule_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for scheduleId.

getScheduleOrBuilder()

public abstract ScheduleOrBuilder getScheduleOrBuilder()

Required. The schedule to be created.

.google.cloud.notebooks.v1.Schedule schedule = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ScheduleOrBuilder

hasSchedule()

public abstract boolean hasSchedule()

Required. The schedule to be created.

.google.cloud.notebooks.v1.Schedule schedule = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the schedule field is set.