Modifier and Type | Class and Description |
---|---|
class |
Bigquery.Projects.GetServiceAccount |
class |
Bigquery.Projects.List |
Constructor and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
Bigquery.Projects.GetServiceAccount |
getServiceAccount(String projectId)
Returns the email address of the service account for your project used for interactions with
Google Cloud KMS.
|
Bigquery.Projects.List |
list()
Lists all projects to which you have been granted any project role.
|
public Bigquery.Projects.GetServiceAccount getServiceAccount(String projectId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID for which the service account is requested.IOException
public Bigquery.Projects.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
Copyright © 2011–2023 Google. All rights reserved.