We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621454e commit bffae04Copy full SHA for bffae04
batch/create/create_with_service_account.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START batch_create_custom_serive_account]
+# [START batch_create_custom_service_account]
16
from google.cloud import batch_v1
17
18
@@ -80,7 +80,7 @@ def create_with_custom_service_account_job(
80
return client.create_job(create_request)
81
82
83
-# [END batch_create_custom_serive_account]
+# [END batch_create_custom_service_account]
84
85
if __name__ == "__main__":
86
import google.auth
0 commit comments