Function grpcio_sys::grpc_alts_credentials_client_options_add_target_service_account [−][src]
pub unsafe extern "C" fn grpc_alts_credentials_client_options_add_target_service_account(
options: *mut grpc_alts_credentials_options,
service_account: *const c_char
)
This method adds a target service account to grpc client’s ALTS credentials options instance. It is used for experimental purpose for now and subject to change.
- options: grpc ALTS credentials options instance.
- service_account: service account of target endpoint.