The "acl" collection of methods. More...
Classes | |
| class | DeleteRequest |
| Deletes an access control rule. More... | |
| class | GetRequest |
| Returns an access control rule. More... | |
| class | InsertRequest |
| Creates an access control rule. More... | |
| class | ListRequest |
| Returns the rules in the access control list for the calendar. More... | |
| class | PatchRequest |
| Updates an access control rule. This method supports patch semantics. More... | |
| class | UpdateRequest |
| Updates an access control rule. More... | |
| class | WatchRequest |
| Watch for changes to ACL resources. More... | |
Public Member Functions | |
| AclResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. | |
| virtual DeleteRequest | Delete (string calendarId, string ruleId) |
| Deletes an access control rule. | |
| virtual GetRequest | Get (string calendarId, string ruleId) |
| Returns an access control rule. | |
| virtual InsertRequest | Insert (Google.Apis.Calendar.v3.Data.AclRule body, string calendarId) |
| Creates an access control rule. | |
| virtual ListRequest | List (string calendarId) |
| Returns the rules in the access control list for the calendar. | |
| virtual PatchRequest | Patch (Google.Apis.Calendar.v3.Data.AclRule body, string calendarId, string ruleId) |
| Updates an access control rule. This method supports patch semantics. | |
| virtual UpdateRequest | Update (Google.Apis.Calendar.v3.Data.AclRule body, string calendarId, string ruleId) |
| Updates an access control rule. | |
| virtual WatchRequest | Watch (Google.Apis.Calendar.v3.Data.Channel body, string calendarId) |
| Watch for changes to ACL resources. | |
The "acl" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Deletes an access control rule.
| calendarId | Calendar identifier. |
| ruleId | ACL rule identifier. |
|
inlinevirtual |
Returns an access control rule.
| calendarId | Calendar identifier. |
| ruleId | ACL rule identifier. |
|
inlinevirtual |
Creates an access control rule.
| body | The body of the request. |
| calendarId | Calendar identifier. |
|
inlinevirtual |
Returns the rules in the access control list for the calendar.
| calendarId | Calendar identifier. |
|
inlinevirtual |
Updates an access control rule. This method supports patch semantics.
| body | The body of the request. |
| calendarId | Calendar identifier. |
| ruleId | ACL rule identifier. |
|
inlinevirtual |
Updates an access control rule.
| body | The body of the request. |
| calendarId | Calendar identifier. |
| ruleId | ACL rule identifier. |
|
inlinevirtual |
Watch for changes to ACL resources.
| body | The body of the request. |
| calendarId | Calendar identifier. |