Results 2 issues of Thomas

Hi folks, ``` from google.cloud.run_v2 import ListJobsRequest from google.oauth2 import service_account import google.cloud.run_v2 as run_v2 credentials = service_account.Credentials.from_service_account_file("key.json") run_client = run_v2.ServicesClient(credentials=credentials) request = ListJobsRequest( parent="parent_name" ) run_client.list_jobs(request=request) ``` With the...

type: bug
priority: p2
external
api: run

Hi folks, ``` from google.cloud.run_v2 import ListJobsRequest from google.oauth2 import service_account import google.cloud.run_v2 as run_v2 credentials = service_account.Credentials.from_service_account_file("key.json") run_client = run_v2.ServicesClient(credentials=credentials) request = ListJobsRequest( parent="parent_name" ) run_client.list_jobs(request=request) ``` With the...

type: bug
priority: p2
external
api: run