Struct gcp_bigquery_client::project::ProjectApi [−][src]
pub struct ProjectApi { /* fields omitted */ }Expand description
A project API handler.
Implementations
pub async fn get_service_account(
&self,
project_id: &str
) -> Result<GetServiceAccountResponse, BQError>
pub async fn get_service_account(
&self,
project_id: &str
) -> Result<GetServiceAccountResponse, BQError>
RPC to get the service account for a project used for interactions with Google Cloud KMS.
Arguments
project_id- ID of the project
RPC to list projects to which the user has been granted any project role.
Users of this method are encouraged to consider the Resource Manager API, which provides the underlying data for this method and has more capabilities.
Arguments
options- Get options.
Auto Trait Implementations
impl !RefUnwindSafe for ProjectApi
impl Send for ProjectApi
impl Sync for ProjectApi
impl Unpin for ProjectApi
impl !UnwindSafe for ProjectApi
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
