Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponse nesne için bir oluşturucu.

Yöntemler

YöntemDönüş türüKısa açıklama
build()EditorFileScopeActionResponseMevcut Editor işlemi yanıtını oluşturur.
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderMevcut etkin Editor dokümanı için drive.file kapsamını istiyor.

Ayrıntılı belgeler

build()

Mevcut Editor işlemi yanıtını oluşturur.

Return

EditorFileScopeActionResponse — Doğrulanmış EditorFileScopeActionResponse.


requestFileScopeForActiveDocument()

Mevcut etkin Editor dokümanı için drive.file kapsamını istiyor.

// Display a permissions dialog to the user, requesting `drive.file` scope for the current
// document on behalf of this add-on.
CardService.newEditorFileScopeActionResponseBuilder()
    .requestFileScopeForActiveDocument()
    .build();

Not: Bu yöntemi çağırmak için drive.file kapsamını eklentinin manifest'ini kullanabilirsiniz.

Return

EditorFileScopeActionResponseBuilder: Zincirleme için bu nesne.