public static class PatchProtectedRange.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchProtectedRange |
build() |
PatchProtectedRange.Builder |
description(String description)
保护范围描述
示例值:这是一个保护范围
|
PatchProtectedRange.Builder |
protectedColumns(ProtectedColumns protectedColumns)
保护列范围
示例值:
|
PatchProtectedRange.Builder |
protectedRows(ProtectedRows protectedRows)
保护行范围
示例值:
|
public PatchProtectedRange.Builder description(String description)
示例值:这是一个保护范围
description - public PatchProtectedRange.Builder protectedRows(ProtectedRows protectedRows)
示例值:
protectedRows - public PatchProtectedRange.Builder protectedColumns(ProtectedColumns protectedColumns)
示例值:
protectedColumns - public PatchProtectedRange build()
Copyright © 2024. All rights reserved.