Cloud Tasks V2beta2 API - Class Google::Cloud::Tasks::V2beta2::RenewLeaseRequest (v0.9.0)

Reference documentation and code samples for the Cloud Tasks V2beta2 API class Google::Cloud::Tasks::V2beta2::RenewLeaseRequest.

Request message for renewing a lease using RenewLease.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#lease_duration

def lease_duration() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Required. The desired new lease duration, starting from now.

    The maximum lease duration is 1 week. lease_duration will be truncated to the nearest second.

#lease_duration=

def lease_duration=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Required. The desired new lease duration, starting from now.

    The maximum lease duration is 1 week. lease_duration will be truncated to the nearest second.

Returns
  • (::Google::Protobuf::Duration) — Required. The desired new lease duration, starting from now.

    The maximum lease duration is 1 week. lease_duration will be truncated to the nearest second.

#name

def name() -> ::String
Returns
  • (::String) — Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
Returns
  • (::String) — Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID

#response_view

def response_view() -> ::Google::Cloud::Tasks::V2beta2::Task::View
Returns
  • (::Google::Cloud::Tasks::V2beta2::Task::View) — The response_view specifies which subset of the Task will be returned.

    By default response_view is BASIC; not all information is retrieved by default because some data, such as payloads, might be desirable to return only when needed because of its large size or because of the sensitivity of data that it contains.

    Authorization for FULL requires cloudtasks.tasks.fullView Google IAM permission on the Task resource.

#response_view=

def response_view=(value) -> ::Google::Cloud::Tasks::V2beta2::Task::View
Parameter
  • value (::Google::Cloud::Tasks::V2beta2::Task::View) — The response_view specifies which subset of the Task will be returned.

    By default response_view is BASIC; not all information is retrieved by default because some data, such as payloads, might be desirable to return only when needed because of its large size or because of the sensitivity of data that it contains.

    Authorization for FULL requires cloudtasks.tasks.fullView Google IAM permission on the Task resource.

Returns
  • (::Google::Cloud::Tasks::V2beta2::Task::View) — The response_view specifies which subset of the Task will be returned.

    By default response_view is BASIC; not all information is retrieved by default because some data, such as payloads, might be desirable to return only when needed because of its large size or because of the sensitivity of data that it contains.

    Authorization for FULL requires cloudtasks.tasks.fullView Google IAM permission on the Task resource.

#schedule_time

def schedule_time() -> ::Google::Protobuf::Timestamp
Returns

#schedule_time=

def schedule_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns