Class: Google::Cloud::Notebooks::V1::CreateScheduleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Request for created scheduled notebooks

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



624
625
626
627
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 624

class CreateScheduleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schedule::Google::Cloud::Notebooks::V1::Schedule

Returns Required. The schedule to be created.

Returns:



624
625
626
627
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 624

class CreateScheduleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schedule_id::String

Returns Required. User-defined unique ID of this schedule.

Returns:

  • (::String)

    Required. User-defined unique ID of this schedule.



624
625
626
627
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 624

class CreateScheduleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end