পদ্ধতি ResourceId.generate
একটি নথির জন্য একটি সম্পদ আইডি তৈরি করুন।
স্বাক্ষর
static generate(document: DocumentObject): string;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | হ্যাঁ |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
document | DocumentObject | না | একটি রিসোর্স আইডি তৈরি করার জন্য নথি। |
রিটার্নস
string
,
একটি নথির জন্য একটি সম্পদ আইডি তৈরি করুন।
স্বাক্ষর
static generate(document: DocumentObject): string;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | হ্যাঁ |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
document | DocumentObject | না | একটি রিসোর্স আইডি তৈরি করার জন্য নথি। |
রিটার্নস
string
,
একটি নথির জন্য একটি সম্পদ আইডি তৈরি করুন।
স্বাক্ষর
static generate(document: DocumentObject): string;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | হ্যাঁ |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
document | DocumentObject | না | একটি রিসোর্স আইডি তৈরি করার জন্য নথি। |
রিটার্নস
string
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `generate` method creates a unique resource ID for a given document."],["This method is static, meaning it's called directly on the class itself, not an instance of it."],["It requires a `DocumentObject` as input, representing the document for which to generate the ID."],["The generated resource ID is returned as a string."]]],["The function `generate` creates a resource ID for a given document. It's a static method that accepts a mandatory `document` parameter of type `DocumentObject`. This function then returns a string representing the generated resource ID. No parameters are optional and the method is not protected or final. The core action is generating a unique string ID from the input document.\n"]]