WebResource
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি WebResource হল একটি যাচাইকৃত ওয়েবসাইট বা ডোমেনের প্রতিনিধিত্ব।
এটিতে একটি সাইট বা ডোমেনের ক্যানোনিকাল আইডি, URL বা ডোমেনের নাম এবং মালিকদের একটি তালিকা রয়েছে। মনে রাখবেন যে মালিকদের তালিকায় সর্বদা প্রমাণীকৃত ব্যবহারকারী অন্তর্ভুক্ত থাকে, কারণ শুধুমাত্র সেই ব্যক্তিরা যারা ওয়েব রিসোর্স অ্যাক্সেস করতে পারে তারাই প্রমাণীকৃত ব্যবহারকারী যারা সেই সাইট বা ডোমেনের মালিক।
এই সম্পদের জন্য পদ্ধতির তালিকার জন্য, এই পৃষ্ঠার শেষে দেখুন।
সম্পদ উপস্থাপনা
{
"id": string,
"site": {
"type": string,
"identifier": string
},
"owners": [
string
]
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
id | string | এই সাইট সনাক্ত করতে ব্যবহৃত স্ট্রিং। এই মানটি REST URL-এর id অংশে ব্যবহার করা উচিত, গেট , আপডেট এবং ডিলিট অপারেশনের জন্য। | |
owners[] | list | এই সঠিক সম্পত্তির সমস্ত সরাসরি, যাচাইকৃত মালিকদের ইমেল ঠিকানা। পরোক্ষ মালিক-উদাহরণস্বরূপ ডোমেনের যাচাইকৃত মালিকরা-এই তালিকায় অন্তর্ভুক্ত নয়। | |
site | object | একটি সাইটের ঠিকানা এবং প্রকারের জন্য ধারক যা যাচাই করা হয়েছে বা যাচাই করা হবে। | |
site. identifier | string | সাইট আইডেন্টিফায়ার, যা প্রপার্টির type মানের উপর নির্ভর করে বিভিন্ন রূপ নেয়। | |
site. type | string | সাইটের ধরন।
গ্রহণযোগ্য মান হল:- "
ANDROID_APP ": একটি Android অ্যাপ URL-এ identifier সেট করুন৷ উদাহরণ: "android-app://com.google.android.youtube/" - "
INET_DOMAIN ": একটি ডোমেন নামে identifier সেট করুন৷ উদাহরণ: "www.example.com", "example.com" বা "subdomain.example.com" - "
SITE ": আপনার সাইট রুটের জন্য একটি সম্পূর্ণ-যোগ্য URL-এ identifier সেট করুন, একটি / চিহ্ন দিয়ে শেষ হবে৷ উদাহরণ: "https://www.example.com/" বা "https://www.example.com/subsite/"
| |
পদ্ধতি
একটি ওয়েবসাইট বা ডোমেনের প্রমাণীকৃত ব্যবহারকারীর মালিকানা যাচাই করতে সন্নিবেশ পদ্ধতি ব্যবহার করুন। প্রমাণীকৃত ব্যবহারকারীর জন্য ইতিমধ্যে যাচাই করা হয়েছে এমন একটি সংস্থান পুনরুদ্ধার বা সংশোধন করতে get , update , এবং delete methods ব্যবহার করুন৷
আপনি তালিকা সহ প্রমাণীকৃত ব্যবহারকারীর জন্য সমস্ত যাচাইকৃত সংস্থান দেখতে পারেন এবং আপনি getToken এর সাথে প্রমাণীকৃত ব্যবহারকারীর সাইটে স্থাপন করার জন্য একটি টোকেন পেতে পারেন।
- মুছে ফেলুন
- একটি ওয়েবসাইট বা ডোমেনের ব্যবহারকারীর মালিকানা যাচাই করে।
- পেতে
- একটি ওয়েবসাইট বা ডোমেনের জন্য সবচেয়ে বর্তমান ডেটা পুনরুদ্ধার করে।
- getToken
- একটি ওয়েবসাইট বা ডোমেনে স্থাপন করার জন্য প্রমাণীকৃত ব্যবহারকারীর জন্য একটি যাচাইকরণ টোকেন পায়।
- সন্নিবেশ
- একটি ওয়েবসাইট বা ডোমেনের মালিকানা যাচাই করে।
- তালিকা
- প্রমাণীকৃত ব্যবহারকারীর যাচাইকৃত ওয়েবসাইট এবং ডোমেনের তালিকা পায়।
- আপডেট
- একটি ওয়েবসাইট বা ডোমেনের মালিকদের তালিকা পরিবর্তন করে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eA WebResource represents a verified website or domain and includes its ID, URL/domain, and a list of owners, which always includes the authenticated user.\u003c/p\u003e\n"],["\u003cp\u003eYou can verify ownership, retrieve, update, and delete WebResources using the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eWebResource data includes an ID, owner list, and site information containing the identifier and type (e.g., website, Android app, domain).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esite.identifier\u003c/code\u003e can be a domain name, a URL, or an Android app URL depending on the \u003ccode\u003esite.type\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSeveral methods are available to manage WebResources, including inserting (verifying ownership), retrieving data, updating owner lists, deleting, listing all verified resources, and getting a verification token.\u003c/p\u003e\n"]]],["A WebResource represents a verified website or domain, identified by an `id`, `site` (type and identifier), and a list of `owners`, which always includes the authenticated user. Key actions include using `insert` to verify ownership, `get`, `update`, and `delete` to manage existing resources, `list` to view verified sites, and `getToken` to obtain a verification token. Site `type` can be `ANDROID_APP`, `INET_DOMAIN`, or `SITE`, with corresponding identifier formats.\n"],null,["# WebResource\n\n\u003cbr /\u003e\n\nA WebResource is a representation of a verified website or domain.\n\n\u003cbr /\u003e\n\nIt contains the canonical ID of a site or domain, the URL or domain name, and a list of owners. Note that the owners list always includes the authenticated user, because the only people who can access a WebResource are authenticated users who are owners of that site or domain.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```carbon\n{\n \"id\": string,\n \"site\": {\n \"type\": string,\n \"identifier\": string\n },\n \"owners\": [\n string\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|-------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `id` | `string` | The string used to identify this site. This value should be used in the \u003cvar class=\"apiparam\" translate=\"no\"\u003eid\u003c/var\u003e portion of the REST URL for the [get](/site-verification/v1/webResource/get), [update](/site-verification/v1/webResource/update), and [delete](/site-verification/v1/webResource/delete) operations. | |\n| `owners[]` | `list` | The email addresses of all direct, verified owners of this exact property. Indirect owners---for example verified owners of the containing domain---are not included in this list. | |\n| `site` | `object` | Container for the address and type of a site that is verified or will be verified. | |\n| site.`identifier` | `string` | The site identifier, which takes different forms depending on the value of the `type` property. | |\n| site.`type` | `string` | The site type. \u003cbr /\u003e Acceptable values are: - \"`ANDROID_APP`\": Set `identifier` to an Android app URL. **Example:** \"android-app://com.google.android.youtube/\" - \"`INET_DOMAIN`\": Set `identifier` to a domain name. **Examples:** \"www.example.com\", \"example.com\" or \"subdomain.example.com\" - \"`SITE`\": Set `identifier` to a fully-qualified URL for your site root, ending in a / mark. **Examples:** \"https://www.example.com/\" or \"https://www.example.com/subsite/\" | |\n\nMethods\n-------\n\n\u003cbr /\u003e\n\nUse the [insert](/site-verification/v1/webResource/insert) method to verify the authenticated user's ownership of a website or domain. Use the [get](/site-verification/v1/webResource/get), [update](/site-verification/v1/webResource/update), and [delete](/site-verification/v1/webResource/delete) methods to retrieve or modify a resource that has already been verified for the authenticated user.\n\nYou can see all verified resources for the authenticated user with [list](/site-verification/v1/webResource/list), and you can get a token to place on the authenticated user's site with [getToken](/site-verification/v1/webResource/getToken).\n\n\u003cbr /\u003e\n\n[delete](/site-verification/v1/webResource/delete)\n: Unverifies the user's ownership of a website or domain.\n\n[get](/site-verification/v1/webResource/get)\n: Retrieves the most current data for a website or domain.\n\n[getToken](/site-verification/v1/webResource/getToken)\n: Gets a verification token for the authenticated user to place on a website or domain.\n\n[insert](/site-verification/v1/webResource/insert)\n: Verifies ownership of a website or domain.\n\n[list](/site-verification/v1/webResource/list)\n: Gets the list of the authenticated user's verified websites and domains.\n\n[update](/site-verification/v1/webResource/update)\n: Modifies the list of owners for a website or domain."]]