Exemplo n.º 1
0
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(
             service_instance=self,
             authentication=self.authentication,
             timeout=self._httpclient.timeout)
     return self._batchclient.begin_batch()
Exemplo n.º 2
0
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(service_instance=self,
                                          account_key=self.account_key,
                                          account_name=self.account_name,
                                          timeout=self._httpclient.timeout)
     return self._batchclient.begin_batch()
Exemplo n.º 3
0
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(
             service_instance=self,
             account_key=self.account_key,
             account_name=self.account_name)
     return self._batchclient.begin_batch()
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(
             service_instance=self,
             authentication=self.authentication,
             timeout=self._httpclient.timeout)
     return self._batchclient.begin_batch()