pub struct SpreadsheetService { /* private fields */ }Expand description
Implementations§
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn add_protect_range(
&self,
request: AddProtectRangeRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<AddProtectRangeResponseData>>
pub async fn add_protect_range( &self, request: AddProtectRangeRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<AddProtectRangeResponseData>>
增加保护范围
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn delete_protect_range(
&self,
request: DeleteProtectRangeRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<DeleteProtectRangeResponseData>>
pub async fn delete_protect_range( &self, request: DeleteProtectRangeRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<DeleteProtectRangeResponseData>>
删除保护范围
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn get_protect_ranges(
&self,
request: GetProtectRangesRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<GetProtectRangesResponseData>>
pub async fn get_protect_ranges( &self, request: GetProtectRangesRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<GetProtectRangesResponseData>>
获取保护范围
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn update_protect_range(
&self,
request: UpdateProtectRangeRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<UpdateProtectRangeResponseData>>
pub async fn update_protect_range( &self, request: UpdateProtectRangeRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<UpdateProtectRangeResponseData>>
修改保护范围
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn create(
&self,
request: CreateSpreedSheetRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<CreateSpreedSheetResponseData>>
pub async fn create( &self, request: CreateSpreedSheetRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<CreateSpreedSheetResponseData>>
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn get(
&self,
request: GetSpreadsheetRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<GetSpreadsheetResponseData>>
pub async fn get( &self, request: GetSpreadsheetRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<GetSpreadsheetResponseData>>
Source§impl SpreadsheetService
impl SpreadsheetService
Sourcepub async fn patch(
&self,
request: PatchSpreadSheetRequest,
option: Option<RequestOption>,
) -> SDKResult<BaseResponse<RawResponse>>
pub async fn patch( &self, request: PatchSpreadSheetRequest, option: Option<RequestOption>, ) -> SDKResult<BaseResponse<RawResponse>>
修改电子表格属性
Trait Implementations§
Source§impl ExecutableBuilder<SpreadsheetService, AddProtectRangeRequest, BaseResponse<AddProtectRangeResponseData>> for AddProtectRangeRequestBuilder
impl ExecutableBuilder<SpreadsheetService, AddProtectRangeRequest, BaseResponse<AddProtectRangeResponseData>> for AddProtectRangeRequestBuilder
Source§fn build(self) -> AddProtectRangeRequest
fn build(self) -> AddProtectRangeRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<AddProtectRangeResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<AddProtectRangeResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<AddProtectRangeResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<AddProtectRangeResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<SpreadsheetService, CreateSpreedSheetRequest, BaseResponse<CreateSpreedSheetResponseData>> for CreateSpreedSheetRequestBuilder
impl ExecutableBuilder<SpreadsheetService, CreateSpreedSheetRequest, BaseResponse<CreateSpreedSheetResponseData>> for CreateSpreedSheetRequestBuilder
Source§fn build(self) -> CreateSpreedSheetRequest
fn build(self) -> CreateSpreedSheetRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateSpreedSheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateSpreedSheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateSpreedSheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<CreateSpreedSheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<SpreadsheetService, GetSpreadsheetRequest, BaseResponse<GetSpreadsheetResponseData>> for GetSpreadsheetRequestBuilder
impl ExecutableBuilder<SpreadsheetService, GetSpreadsheetRequest, BaseResponse<GetSpreadsheetResponseData>> for GetSpreadsheetRequestBuilder
Source§fn build(self) -> GetSpreadsheetRequest
fn build(self) -> GetSpreadsheetRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<GetSpreadsheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<GetSpreadsheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<GetSpreadsheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<GetSpreadsheetResponseData>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Source§impl ExecutableBuilder<SpreadsheetService, PatchSpreadSheetRequest, BaseResponse<RawResponse>> for PatchSpreadSheetRequestBuilder
impl ExecutableBuilder<SpreadsheetService, PatchSpreadSheetRequest, BaseResponse<RawResponse>> for PatchSpreadSheetRequestBuilder
Source§fn build(self) -> PatchSpreadSheetRequest
fn build(self) -> PatchSpreadSheetRequest
构建请求对象
Source§fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<RawResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<RawResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
执行请求并返回响应
Source§fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<RawResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn execute_with_options<'life0, 'async_trait>(
self,
service: &'life0 SpreadsheetService,
option: RequestOption,
) -> Pin<Box<dyn Future<Output = SDKResult<BaseResponse<RawResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
带选项执行请求
Auto Trait Implementations§
impl Freeze for SpreadsheetService
impl !RefUnwindSafe for SpreadsheetService
impl Send for SpreadsheetService
impl Sync for SpreadsheetService
impl Unpin for SpreadsheetService
impl !UnwindSafe for SpreadsheetService
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more