def __init__()

in ad-joining/register-computer/gcp/project.py [0:0]


    def __init__(self, project_id):
        credentials, _ = google.auth.default()
        
        auth_http = google_auth_httplib2.AuthorizedHttp(credentials)
        googleapiclient .http.set_user_agent(auth_http, USER_AGENT)

        self.__project_id = project_id
        self.__gce_client = googleapiclient.discovery.build('compute', 'v1', http=auth_http)