SYMBOL INDEX (66 symbols across 17 files) FILE: bigtable-ai/vertex-vector-search/tests/noxfile.py function tests (line 9) | def tests(session): function blacken (line 18) | def blacken(session): FILE: bigtable-ai/vertex-vector-search/tests/system/workflow-test.py function project_id (line 69) | def project_id() -> Iterator[str]: function instance_id (line 74) | def instance_id() -> Iterator[str]: function setup_workflow (line 79) | def setup_workflow(project_id: str) -> Iterator[None]: function generate_vector_data (line 110) | def generate_vector_data( function setup_bigtable (line 179) | def setup_bigtable(project_id: str, instance_id: str, table_name: str) -... function deploy_workflow (line 229) | def deploy_workflow(project: str, location: str, workflow_name: str) -> ... function execute_workflow (line 282) | def execute_workflow( function get_worfklow_execution (line 343) | def get_worfklow_execution(arguments: dict) -> Execution: function workflow_execution_polling_predicate (line 372) | def workflow_execution_polling_predicate( function polling (line 390) | def polling( function sync_execute_workflow (line 425) | def sync_execute_workflow( function cleanup_bigtable_resources (line 456) | def cleanup_bigtable_resources( function read_index_datapoints (line 473) | def read_index_datapoints( function bigtable_vertex_vector_search_data (line 504) | def bigtable_vertex_vector_search_data( function compare_float_lists (line 543) | def compare_float_lists( function read_and_compare_vertex_data (line 586) | def read_and_compare_vertex_data( function test_bigtable_vertex_vector_search_integration (line 647) | def test_bigtable_vertex_vector_search_integration( function setup_and_execute_workflow (line 677) | def setup_and_execute_workflow( function test_concurrent_workflow_execution (line 732) | def test_concurrent_workflow_execution( function get_env_var (line 800) | def get_env_var(key: str, desc: str) -> str: FILE: callback-translation/public/script.js function callCallbackUrl (line 130) | async function callCallbackUrl(url, approved) { FILE: cloud-run-jobs-payload-gcs/message-payload-job/process.py function process (line 34) | def process(): FILE: gcs-dlp/functions/get_dlp_job_status.py function get_dlp_job_status (line 32) | def get_dlp_job_status(request): FILE: gcs-dlp/functions/inspect_gcs_file.py function inspect_gcs_file (line 27) | def inspect_gcs_file(request): FILE: gcs-dlp/functions/trigger-dlp-workflow.py function trigger_gcs_dlp (line 24) | def trigger_gcs_dlp(event, context): FILE: long-running-container/PrimeGenService/Controllers/PrimeGenController.cs class PrimeGenController (line 20) | [ApiController] method PrimeGenController (line 31) | public PrimeGenController(ILogger logger) method Start (line 36) | [HttpGet("start")] method Stop (line 54) | [HttpGet("stop")] method Get (line 62) | [HttpGet] method StartPrimeGeneration (line 69) | private void StartPrimeGeneration() method StopPrimeGeneration (line 82) | private void StopPrimeGeneration() method isPrime (line 89) | private static bool isPrime(BigInteger n) FILE: retries-and-saga/CustomerService/Controllers/CustomerController.cs class CustomerController (line 19) | [ApiController] method CustomerController (line 28) | public CustomerController(ILogger logger) method ReserveCreditAlwaysWorks (line 33) | [HttpPost("always-works")] method ReserveCreditSometimesWorks (line 40) | [HttpPost("sometimes-works")] FILE: retries-and-saga/CustomerService/Credit.cs class Credit (line 17) | public class Credit FILE: retries-and-saga/OrderService/Controllers/OrderController.cs class OrderController (line 19) | [ApiController] method OrderController (line 27) | public OrderController(ILogger logger) method Create (line 32) | [HttpPost] method Get (line 40) | [HttpGet("{id}")] method List (line 48) | [HttpGet] method Approve (line 56) | [HttpPut("approve/{id}")] method Reject (line 70) | [HttpPut("reject/{id}")] method Delete (line 84) | [HttpDelete("{id}")] method DeleteAl (line 98) | [HttpDelete] FILE: retries-and-saga/OrderService/Order.cs type Status (line 17) | public enum Status class Order (line 24) | public class Order FILE: service-chaining/floor/app.py function handle_post (line 27) | def handle_post(): FILE: service-chaining/multiply/main.py function multiply (line 21) | def multiply(request): FILE: service-chaining/randomgen/main.py function randomgen (line 22) | def randomgen(request): FILE: workflows-bigquery-load/file_change_handler/main.py function handle_new_file (line 21) | def handle_new_file(event, context): FILE: workflows-bigquery-load/workflow_handlers/main.py class JobState (line 36) | class JobState(enum.Enum): class JobType (line 44) | class JobType(enum.Enum): function get_load_job (line 51) | def get_load_job(transaction, ref): function change_job_status (line 89) | def change_job_status(transaction, ref, state): function load_job (line 114) | def load_job(s_job_id): function start_query_job (line 152) | def start_query_job(s_job_id): function get_bigquery_job_status (line 180) | def get_bigquery_job_status(s_job_id): function create_job (line 233) | def create_job(request): function create_query (line 271) | def create_query(request): function run_bigquery_job (line 296) | def run_bigquery_job(request): function poll_bigquery_job (line 356) | def poll_bigquery_job(request):