@@ -227,41 +227,43 @@ def update!(**args)
227227 end
228228 end
229229
230- # The Access Proposal resource for outstanding access proposals on a file
230+ # Manage outstanding access proposals on a file.
231231 class AccessProposal
232232 include Google ::Apis ::Core ::Hashable
233233
234- # The creation time
234+ # The creation time.
235235 # Corresponds to the JSON property `createTime`
236236 # @return [String]
237237 attr_accessor :create_time
238238
239- # The file id that the proposal for access is on
239+ # The file ID that the proposal for access is on.
240240 # Corresponds to the JSON property `fileId`
241241 # @return [String]
242242 attr_accessor :file_id
243243
244- # The id of the access proposal
244+ # The ID of the access proposal.
245245 # Corresponds to the JSON property `proposalId`
246246 # @return [String]
247247 attr_accessor :proposal_id
248248
249- # The email address of the user that will receive permissions if accepted
249+ # The email address of the user that will receive permissions, if accepted.
250250 # Corresponds to the JSON property `recipientEmailAddress`
251251 # @return [String]
252252 attr_accessor :recipient_email_address
253253
254- # The message that the requester added to the proposal
254+ # The message that the requester added to the proposal.
255255 # Corresponds to the JSON property `requestMessage`
256256 # @return [String]
257257 attr_accessor :request_message
258258
259- # The email address of the requesting user
259+ # The email address of the requesting user.
260260 # Corresponds to the JSON property `requesterEmailAddress`
261261 # @return [String]
262262 attr_accessor :requester_email_address
263263
264- # A wrapper for the role and view of an access proposal.
264+ # A wrapper for the role and view of an access proposal. For more information,
265+ # see [Roles and permissions](https://developers.google.com/workspace/drive/api/
266+ # guides/ref-roles).
265267 # Corresponds to the JSON property `rolesAndViews`
266268 # @return [Array<Google::Apis::DriveV3::AccessProposalRoleAndView>]
267269 attr_accessor :roles_and_views
@@ -282,19 +284,20 @@ def update!(**args)
282284 end
283285 end
284286
285- # A wrapper for the role and view of an access proposal.
287+ # A wrapper for the role and view of an access proposal. For more information,
288+ # see [Roles and permissions](https://developers.google.com/workspace/drive/api/
289+ # guides/ref-roles).
286290 class AccessProposalRoleAndView
287291 include Google ::Apis ::Core ::Hashable
288292
289- # The role that was proposed by the requester New values may be added in the
290- # future, but the following are currently possible: * `writer` * `commenter` * `
291- # reader`
293+ # The role that was proposed by the requester. The supported values are: * `
294+ # writer` * `commenter` * `reader`
292295 # Corresponds to the JSON property `role`
293296 # @return [String]
294297 attr_accessor :role
295298
296299 # Indicates the view for this access proposal. Only populated for proposals that
297- # belong to a view. `published` is the only supported value .
300+ # belong to a view. Only `published` is supported.
298301 # Corresponds to the JSON property `view`
299302 # @return [String]
300303 attr_accessor :view
@@ -2996,11 +2999,11 @@ def update!(**args)
29962999 end
29973000 end
29983001
2999- # The response to an Access Proposal list request.
3002+ # The response to an access proposal list request.
30003003 class ListAccessProposalsResponse
30013004 include Google ::Apis ::Core ::Hashable
30023005
3003- # The list of Access Proposals . This field is only populated in v3 and v3beta .
3006+ # The list of access proposals . This field is only populated in Drive API v3 .
30043007 # Corresponds to the JSON property `accessProposals`
30053008 # @return [Array<Google::Apis::DriveV3::AccessProposal>]
30063009 attr_accessor :access_proposals
@@ -3519,26 +3522,28 @@ def update!(**args)
35193522 class ResolveAccessProposalRequest
35203523 include Google ::Apis ::Core ::Hashable
35213524
3522- # Required. The action to take on the AccessProposal .
3525+ # Required. The action to take on the access proposal .
35233526 # Corresponds to the JSON property `action`
35243527 # @return [String]
35253528 attr_accessor :action
35263529
3527- # Optional. The roles the approver has allowed, if any. Note: This field is
3528- # required for the `ACCEPT` action.
3530+ # Optional. The roles that the approver has allowed, if any. For more
3531+ # information, see [Roles and permissions](https://developers.google.com/
3532+ # workspace/drive/api/guides/ref-roles). Note: This field is required for the `
3533+ # ACCEPT` action.
35293534 # Corresponds to the JSON property `role`
35303535 # @return [Array<String>]
35313536 attr_accessor :role
35323537
3533- # Optional. Whether to send an email to the requester when the AccessProposal is
3534- # denied or accepted.
3538+ # Optional. Whether to send an email to the requester when the access proposal
3539+ # is denied or accepted.
35353540 # Corresponds to the JSON property `sendNotification`
35363541 # @return [Boolean]
35373542 attr_accessor :send_notification
35383543 alias_method :send_notification? , :send_notification
35393544
35403545 # Optional. Indicates the view for this access proposal. This should only be set
3541- # when the proposal belongs to a view. `published` is the only supported value .
3546+ # when the proposal belongs to a view. Only `published` is supported.
35423547 # Corresponds to the JSON property `view`
35433548 # @return [String]
35443549 attr_accessor :view
0 commit comments