Interface DataSource.Update
- All Superinterfaces:
DataSource.UpdateStages.WithEtag, DataSource.UpdateStages.WithKind, DataSource.UpdateStages.WithProperties, DataSource.UpdateStages.WithTags
- Enclosing interface:
DataSource
public static interface DataSource.Update
extends DataSource.UpdateStages.WithTags, DataSource.UpdateStages.WithProperties, DataSource.UpdateStages.WithEtag, DataSource.UpdateStages.WithKind
The template for DataSource update.
-
Method Summary
Methods inherited from interface DataSource.UpdateStages.WithEtag
withEtagMethods inherited from interface DataSource.UpdateStages.WithKind
withKindMethods inherited from interface DataSource.UpdateStages.WithProperties
withPropertiesMethods inherited from interface DataSource.UpdateStages.WithTags
withTags
-
Method Details
-
apply
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-