রিসোর্স: সদস্যপদ
Represents a membership relation in Google Chat, such as whether a user or Chat app is invited to, part of, or absent from a space.
| JSON representation | 
|---|
| { "name": string, "state": enum ( | 
| ক্ষেত্র | |
|---|---|
| name |   Identifier. Resource name of the membership, assigned by the server.  Format:  | 
| state |   Output only. State of the membership. | 
| role |   Optional. User's role within a Chat space, which determines their permitted actions in the space.  This field can only be used as input in  | 
| createTime |   Optional. Immutable. The creation time of the membership, such as when a member joined or was invited to join a space. This field is output only, except when used to import historical memberships in import mode spaces. | 
| deleteTime |   Optional. Immutable. The deletion time of the membership, such as when a member left or was removed from a space. This field is output only, except when used to import historical memberships in import mode spaces. | 
| Union field memberType. Member associated with this membership. Other member types might be supported in the future.memberTypecan be only one of the following: | |
| member |    Optional. The Google Chat user or app the membership corresponds to. If your Chat app authenticates as a user , the output populates the user  | 
| groupMember |   Optional. The Google Group the membership corresponds to. গুগল গ্রুপের সদস্যপদ পড়ার বা পরিবর্তন করার জন্য ব্যবহারকারীর প্রমাণীকরণ প্রয়োজন। | 
MembershipState
Specifies the member's relationship with a space. Other membership states might be supported in the future.
| এনামস | |
|---|---|
| MEMBERSHIP_STATE_UNSPECIFIED | Default value. Don't use. | 
| JOINED | ব্যবহারকারীকে স্পেসে যোগ করা হয়, এবং তিনি স্পেসে অংশগ্রহণ করতে পারেন। | 
| INVITED | ব্যবহারকারীকে স্পেসে যোগদানের জন্য আমন্ত্রণ জানানো হয়েছে, কিন্তু তিনি এখনও যোগ দেননি। | 
| NOT_A_MEMBER | ব্যবহারকারী এই স্পেসের অন্তর্ভুক্ত নন এবং স্পেসে যোগদানের জন্য তার কোনও আমন্ত্রণ মুলতুবি নেই। | 
MembershipRole
Represents a user's permitted actions in a Chat space. More enum values might be added in the future.
| এনামস | |
|---|---|
| MEMBERSHIP_ROLE_UNSPECIFIED | Default value. For users: they aren't a member of the space, but can be invited. ForGoogle Groups: they're always assigned this role (other enum values might be used in the future). | 
| ROLE_MEMBER | স্পেসের একজন সদস্য। চ্যাট UI-তে, এই ভূমিকাটিকে সদস্য বলা হয়। ব্যবহারকারীর মৌলিক অনুমতি আছে, যেমন স্পেসে বার্তা পাঠানো। ম্যানেজার এবং মালিকরা একটি স্পেসে সদস্যদের অতিরিক্ত অনুমতি দিতে পারেন, যার মধ্যে রয়েছে: 
 সরাসরি বার্তা এবং নামহীন গ্রুপ কথোপকথনে, প্রত্যেকেরই এই ভূমিকা থাকে। | 
| ROLE_MANAGER | একজন স্পেস মালিক। চ্যাট UI তে, এই ভূমিকাটিকে মালিক বলা হয়। ব্যবহারকারীর কাছে স্থান পরিচালনা করার জন্য সম্পূর্ণ স্থান অনুমতি রয়েছে, যার মধ্যে রয়েছে: 
  শুধুমাত্র  আরও জানতে, স্পেসের মালিক বা ব্যবস্থাপক হিসেবে আপনার ভূমিকা সম্পর্কে আরও জানুন দেখুন। | 
| ROLE_ASSISTANT_MANAGER | একজন স্পেস ম্যানেজার। চ্যাট UI-তে, এই ভূমিকাটিকে ম্যানেজার বলা হয়।  The user has all basic permissions of  
 ডিফল্টরূপে, পরিচালকদের অনুমতির মধ্যে রয়েছে কিন্তু সীমাবদ্ধ নয়: 
  শুধুমাত্র  To learn more, see Manage space settings . | 
গ্রুপ
A Google Group in Google Chat.
| JSON representation | 
|---|
| { "name": string } | 
| ক্ষেত্র | |
|---|---|
| name |   Resource name for a Google Group. Represents a group in Cloud Identity Groups API. Format: groups/{group} | 
| পদ্ধতি | |
|---|---|
| 
 | কলিং চ্যাট অ্যাপ, ব্যবহারকারী অথবা গুগল গ্রুপের জন্য একটি সদস্যপদ তৈরি করে। | 
|   | Deletes a membership. | 
|   | Returns details about a membership. | 
|   | Lists memberships in a space. | 
|   | Updates a membership. |