Vision AI V1 API - Class Google::Cloud::VisionAI::V1::RenewLeaseRequest (v1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::RenewLeaseRequest.
Request message for renewing a lease.
Extended By
-
Google::Protobuf::MessageExts::ClassMethods
Includes
-
Google::Protobuf::MessageExts
Methods
#id
#id=
def id=(value) -> ::String
Parameter
-
value (::String) — Lease id.
#owner
Returns
-
(::String) — Lease owner.
#owner=
def owner=(value) -> ::String
Parameter
-
value (::String) — Lease owner.
Returns
-
(::String) — Lease owner.
#series
Returns
-
(::String) — Series name.
#series=
def series=(value) -> ::String
Parameter
-
value (::String) — Series name.
Returns
-
(::String) — Series name.
#term
def term() -> ::Google::Protobuf::Duration
#term=
def term=(value) -> ::Google::Protobuf::Duration
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Vision AI V1 API - Class Google::Cloud::VisionAI::V1::RenewLeaseRequest (v1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/ruby/docs/reference/google-cloud-vision_ai-v1/latest/Google-Cloud-VisionAI-V1-RenewLeaseRequest)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/1.1.0/Google-Cloud-VisionAI-V1-RenewLeaseRequest)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision_ai-v1/1.0.1/Google-Cloud-VisionAI-V1-RenewLeaseRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.4.0/Google-Cloud-VisionAI-V1-RenewLeaseRequest)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.3.0/Google-Cloud-VisionAI-V1-RenewLeaseRequest)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.2.0/Google-Cloud-VisionAI-V1-RenewLeaseRequest)\n- [0.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.1.0/Google-Cloud-VisionAI-V1-RenewLeaseRequest) \nReference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::RenewLeaseRequest.\n\nRequest message for renewing a lease. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #id\n\n def id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Lease id.\n\n### #id=\n\n def id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Lease id. \n**Returns**\n\n- (::String) --- Lease id.\n\n### #owner\n\n def owner() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Lease owner.\n\n### #owner=\n\n def owner=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Lease owner. \n**Returns**\n\n- (::String) --- Lease owner.\n\n### #series\n\n def series() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Series name.\n\n### #series=\n\n def series=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Series name. \n**Returns**\n\n- (::String) --- Series name.\n\n### #term\n\n def term() -\u003e ::Google::Protobuf::Duration\n\n**Returns**\n\n- ([::Google::Protobuf::Duration](./Google-Protobuf-Duration)) --- Lease term.\n\n### #term=\n\n def term=(value) -\u003e ::Google::Protobuf::Duration\n\n**Parameter**\n\n- **value** ([::Google::Protobuf::Duration](./Google-Protobuf-Duration)) --- Lease term. \n**Returns**\n\n- ([::Google::Protobuf::Duration](./Google-Protobuf-Duration)) --- Lease term."]]