asset/snippets/quickstart_exportassets.py (6 lines): - line 25: # TODO project_id = 'Your Google Cloud Project ID' - line 26: # TODO dump_file_path = 'Your asset dump file path' - line 46: # TODO project_id = 'Your Google Cloud Project ID' - line 47: # TODO dataset = 'Your BigQuery dataset path' - line 48: # TODO table = 'Your BigQuery table name' - line 49: # TODO content_type ="Content type to export" asset/snippets/quickstart_searchallresources.py (5 lines): - line 27: # TODO scope = 'Scope of the search' - line 28: # TODO query = 'Query statement' - line 29: # TODO asset_types = 'List of asset types to search for' - line 30: # TODO page_size = Size of each result page - line 31: # TODO order_by = 'Fields to sort the results' asset/snippets/quickstart_createfeed.py (5 lines): - line 25: # TODO project_id = 'Your Google Cloud Project ID' - line 26: # TODO feed_id = 'Feed ID you want to create' - line 27: # TODO asset_names = 'List of asset names the feed listen to' - line 28: # TODO topic = "Topic name of the feed" - line 29: # TODO content_type ="Content type of the feed" asset/snippets/quickstart_analyzeiampolicylongrunning.py (5 lines): - line 25: # TODO project_id = 'Your Google Cloud Project ID' - line 26: # TODO dump_file_path = 'Your analysis dump file path' - line 55: # TODO project_id = 'Your Google Cloud Project ID' - line 56: # TODO dataset = 'Your BigQuery dataset path' - line 57: # TODO table = 'Your BigQuery table name' logging/redaction/log_redaction.py (4 lines): - line 38: # TODO: Place inspection and de-identification configurations - line 66: # TODO: Placeholder for LogRedaction class - line 114: # TODO: Read job's deployment region - line 128: # TODO: Placeholder for redaction transformation asset/snippets/quickstart_listassets.py (4 lines): - line 25: # TODO project_id = 'Your Google Cloud Project ID' - line 26: # TODO asset_types = 'Your asset type list, e.g., - line 28: # TODO page_size = 'Num of assets in one page, which must be between 1 and - line 30: # TODO content_type ="Content type to list" asset/snippets/quickstart_create_saved_query.py (3 lines): - line 25: # TODO project_id = 'Your Google Cloud Project ID' - line 26: # TODO saved_query_id = 'SavedQuery ID you want to create' - line 32: # TODO: customize your saved query based on the guide below. retail/interactive-tutorials/events/import_user_events_big_query.py (3 lines): - line 23: # TODO: Set project_id to your Google Cloud Platform project ID. - line 26: # TODO: Set dataset_id - line 29: # TODO: Set table_id tpu/create_tpu_spot.py (3 lines): - line 39: # TODO (developer): Update and un-comment below lines - line 53: # TODO: Wait for update of library to change preemptible to spot=True - line 70: # TODO: Update the response to include the scheduling config retail/interactive-tutorials/product/import_products_big_query_table.py (3 lines): - line 23: # TODO: Set project_id to your Google Cloud Platform project ID. - line 26: # TODO: Set dataset_id - line 29: # TODO: Set table_id asset/snippets/quickstart_searchalliampolicies.py (3 lines): - line 25: # TODO scope = 'Scope of the search' - line 26: # TODO query = 'Query statement' - line 27: # TODO page_size = Size of each result page securitycenter/snippets/snippets_notification_receiver.py (2 lines): - line 28: # TODO: project_id = "your-project-id" - line 29: # TODO: subscription_name = "your-subscription-name" asset/snippets/quickstart_batchgeteffectiveiampolicy.py (2 lines): - line 25: # TODO scope = 'project ID/number, folder number or org number' - line 26: # TODO resource_names = 'List of resource names' asset/snippets/quickstart_analyze_org_policy_governed_assets.py (2 lines): - line 25: # TODO organization_id = 'Your Google Cloud Organization ID' - line 26: # TODO constraint = 'Constraint you want to analyze' auth/end-user/web/main.py (2 lines): - line 41: # TODO: A secret key is included in the sample so that it works but if you - line 44: app.secret_key = "TODO: replace with a secret value" asset/snippets/quickstart_analyze_org_policy_governed_containers.py (2 lines): - line 25: # TODO organization_id = 'Your Google Cloud Organization ID' - line 26: # TODO constraint = 'Constraint you want to analyze' iam/cloud-client/snippets/quickstart.py (2 lines): - line 121: # TODO: Replace with your project ID. - line 123: # TODO: Replace with the ID of your principal. asset/snippets/quickstart_batchgetassetshistory.py (2 lines): - line 25: # TODO project_id = 'Your Google Cloud Project ID' - line 26: # TODO asset_names = 'Your asset names list, e.g.: asset/snippets/quickstart_analyze_org_policies.py (2 lines): - line 25: # TODO organization_id = 'Your Google Cloud Organization ID' - line 26: # TODO constraint = 'Constraint you want to analyze' asset/snippets/quickstart_updatefeed.py (2 lines): - line 26: # TODO feed_name = 'Feed Name you want to update' - line 27: # TODO topic = "Topic name you want to update with" asset/snippets/quickstart_update_saved_query.py (2 lines): - line 26: # TODO saved_query_name = 'SavedQuery Name you want to update' - line 27: # TODO description = "New description' datacatalog/snippets/create_fileset.py (1 line): - line 22: # TODO: Set these values before running the sample. dialogflow/webhook.py (1 line): - line 18: # TODO: change the default Entry Point text to handleWebhook model_armor/snippets/update_folder_floor_settings.py (1 line): - line 38: # TODO (Developer): Uncomment these variables and initialize asset/snippets/quickstart_getfeed.py (1 line): - line 25: # TODO feed_name = 'Feed Name you want to get' compute/client_library/ingredients/firewall/create.py (1 line): - line 61: # TODO: Uncomment to set the priority to 0 retail/interactive-tutorials/product/import_products_gcs.py (1 line): - line 35: # TODO: Developer set the bucket_name retail/interactive-tutorials/events/import_user_events_gcs.py (1 line): - line 39: # TODO: Developer set the bucket_name asset/snippets/quickstart_analyzeiampolicy.py (1 line): - line 25: # TODO project_id = 'Your Google Cloud Project ID' model_armor/snippets/update_organizations_floor_settings.py (1 line): - line 40: # TODO (Developer): Uncomment these variables and initialize language/snippets/generated-samples/v1/language_sentiment_text.py (1 line): - line 50: # FIXME: Convert argv from strings to the correct types. datacatalog/quickstart/quickstart.py (1 line): - line 22: # TODO: Set these values before running the sample. compute/client_library/snippets/instances/custom_machine_types/update_memory.py (1 line): - line 133: # TODO: If you prefer to use the CustomMachineType helper class, uncomment this code and comment the 2 lines above monitoring/snippets/v3/cloud-client/quickstart.py (1 line): - line 31: # project_id = 'my-project' # TODO: Update to your project ID. generative_ai/model_tuning/distillation_example.py (1 line): - line 42: # TODO developer - override these parameters as needed: compute/client_library/sgs.py (1 line): - line 322: # TODO: Needs to check if the files are up to date. Will be used to auto-check every commit. datacatalog/snippets/search_assets.py (1 line): - line 23: # TODO: Set these values before running the sample. asset/snippets/quickstart_listfeeds.py (1 line): - line 25: # TODO parent_resource = 'Parent resource you want to list all feeds' secretmanager/snippets/regional_samples/regional_quickstart.py (1 line): - line 25: # TODO (developer): uncomment variables and assign a value. compute/client_library/ingredients/instances/custom_machine_types/update_memory.py (1 line): - line 77: # TODO: If you prefer to use the CustomMachineType helper class, uncomment this code and comment the 2 lines above compute/client_library/snippets/firewall/create.py (1 line): - line 117: # TODO: Uncomment to set the priority to 0 cloud-sql/mysql/sqlalchemy/connect_tcp.py (1 line): - line 15: # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags bigquery-datatransfer/snippets/quickstart.py (1 line): - line 26: # TODO: Update to your project ID. cloud-sql/postgres/sqlalchemy/connect_tcp.py (1 line): - line 15: # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags people-and-planet-ai/timeseries-classification/trainer.py (1 line): - line 243: # TODO: Have either: hardcoded default values if possible, or have everything required logging/import-logs/main.py (1 line): - line 186: # TODO: remove after the following issue is fixed: run/jobs/e2e_test_setup.yaml (1 line): - line 31: # TODO: b/230113499 update gcloud version when available asset/snippets/quickstart_delete_saved_query.py (1 line): - line 25: # TODO saved_query_name = 'SavedQuery name you want to delete' dialogflow-cx/streaming_detect_intent_infinite.py (1 line): - line 78: # TODO: Remove once GRPC log spam is gone see https://github.com/grpc/grpc/issues/37642 asset/snippets/quickstart_deletefeed.py (1 line): - line 25: # TODO feed_name = 'Feed name you want to delete' dialogflow-cx/webhook_configure_session_parameters.py (1 line): - line 21: # TODO (developer): change entry point to configure_session_params in Cloud Function owlbot.py (1 line): - line 91: # TODO: Remove once https://github.com/googleapis/synthtool/pull/1811 is merged. cloud-sql/sql-server/sqlalchemy/connect_tcp.py (1 line): - line 15: # TODO (https://github.com/GoogleCloudPlatform/python-docs-samples/issues/8253): remove old region tags scripts/convert-types.py (1 line): - line 35: # TODO: datacatalog/snippets/grant_tag_template_user_role.py (1 line): - line 25: # TODO: Set these values before running the sample. compute/client_library/snippets/firewall/main.py (1 line): - line 66: # TODO: Uncomment to set the priority to 0 generative_ai/extensions/list_example.py (1 line): - line 28: # TODO (developer):Update project_id asset/snippets/quickstart_get_saved_query.py (1 line): - line 25: # TODO saved_query_name = 'SavedQuery Name you want to get' speech/snippets/transcribe_model_selection_v2.py (1 line): - line 35: # TODO (Developer): Update the PROJECT_ID to the value of your project asset/snippets/quickstart_list_saved_queries.py (1 line): - line 25: # TODO parent_resource = 'Parent resource you want to list all saved_queries'