public class Bigquery.Projects
extends java.lang.Object
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(java.lang.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(java.lang.String projectId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- Project ID for which the service account is requested.java.io.IOException
public Bigquery.Projects.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException