
target.apidocs.com.google.api.services.bigquery.Bigquery.Projects.html Maven / Gradle / Ivy
Bigquery.Projects (BigQuery API v2-rev20190423-1.28.0)
com.google.api.services.bigquery
Class Bigquery.Projects
- java.lang.Object
-
- com.google.api.services.bigquery.Bigquery.Projects
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Bigquery.Projects.GetServiceAccount
class
Bigquery.Projects.List
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
getServiceAccount
public Bigquery.Projects.GetServiceAccount getServiceAccount(String projectId)
throws IOException
Returns the email address of the service account for your project used for interactions with
Google Cloud KMS.
Create a request for the method "projects.getServiceAccount".
This request holds the parameters needed by the bigquery server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
projectId
- Project ID for which the service account is requested.
- Returns:
- the request
- Throws:
IOException
-
list
public Bigquery.Projects.List list()
throws IOException
Lists all projects to which you have been granted any project role.
Create a request for the method "projects.list".
This request holds the parameters needed by the bigquery server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2019 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy