CloudJob.withETag(String eTag) 方法
定义
Set this is an opaque string. You can use it to detect whether the job has changed between requests. In particular, you can be pass the ETag when updating a job to specify that your changes should take effect only if nobody else has modified the job in the meantime.
public CloudJob withETag(String eTag)
参数
- eTag
- String
the eTag value to set
返回
the CloudJob object itself.