Halaman ini mencantumkan perintah yang terkait dengan Editor Cloud Shell.
Buka file
<walkthrough-editor-open-file filePath="FILE_PATH">LINK_TEXT</walkthrough-editor-open-file>
Membuat link yang membuka file di disk Cloud Shell di editor.
Parameter
Parameter | Jenis | Deskripsi |
---|---|---|
filePath
|
String | Jalur file yang relatif terhadap ruang kerja yang terbuka di Cloud Shell. |
Membuka file dengan teks yang dipilih
<walkthrough-editor-select-line filePath="FILE_PATH" startLine="START_LINE" endLine="END_LINE">LINK_TEXT</walkthrough-editor-select-line>
Membuat link yang membuka file di disk Cloud Shell di editor, dan memilih baris teks di dalamnya.
Parameter
Parameter | Jenis | Deskripsi |
---|---|---|
filePath
|
String | Jalur file yang relatif terhadap ruang kerja yang terbuka di Cloud Shell. |
startLine
|
Bilangan bulat | Baris file tempat pemilihan dimulai.
Tidak seperti editor kode, jumlah baris
dimulai dari 0 . |
endLine
|
Bilangan bulat | Baris file tempat pilihan berakhir. Pilihan
berakhir di awal baris
ini. Tidak seperti editor kode, jumlah
baris dimulai dari 0 . |
startCharacterOffset
|
Bilangan bulat | Nomor karakter dalam startLine
untuk memulai pemilihan. |
endCharacterOffset
|
Bilangan bulat | Jumlah karakter setelah
posisi endLine yang akan dipilih. |
Membuka file dengan teks yang dipilih oleh ekspresi reguler
<walkthrough-editor-select-regex filePath="FILE_PATH" regex="REGEX">LINK_TEXT</walkthrough-editor-select-regex>
Membuat link yang membuka file di disk Cloud Shell di Cloud Shell Editor dan memilih teks dalam file berdasarkan ekspresi reguler. Hanya kecocokan pertama dalam file yang dipilih.
Parameter
Parameter | Jenis | Deskripsi |
---|---|---|
filePath
|
String | Jalur file yang relatif terhadap ruang kerja yang terbuka di Cloud Shell. |
regex |
String | Ekspresi reguler yang akan dicocokkan. Multi-baris aktif. |
Pointer sorotan
<walkthrough-editor-spotlight spotlightId="SPOTLIGHT_ID">LINK_TEXT</walkthrough-editor-spotlight>
<walkthrough-editor-spotlight cssSelector="CSS_SELECTOR">LINK_TEXT</walkthrough-editor-spotlight>
Membuat link yang menandai elemen UI yang ditentukan di editor.
Anda dapat menyoroti elemen di halaman dengan salah satu dari dua cara berikut:
- ID Spotlight
- Dengan parameter
spotlightId
, tentukan nilai propertispotlight-id
elemen DOM untuk memilih elemen. - Pemilih CSS
- Untuk elemen tanpa ID
, gunakan parameter
cssSelector
dengan pemilih CSS untuk memilih elemen.
Hanya salah satu parameter ini yang diperlukan. Jika keduanya diberikan, spotlightId
akan digunakan.
Parameter
Parameter | Jenis | Deskripsi |
---|---|---|
spotlightId |
String | ID sorotan elemen. |
spotlightItem
|
String | Wajib ada saat spotlightId ditetapkan ke navigator .
Nilai yang diharapkan adalah jalur file yang relatif terhadap
ruang kerja yang terbuka di Cloud Shell. |
Parameter spotlightId
hanya menerima nilai berikut:
ID Sorotan | Elemen yang ditandai |
---|---|
Panel aktivitas | |
activity-bar-cloud-apis |
Ikon panel aktivitas Cloud API. |
activity-bar-cloud-k8s |
Ikon panel aktivitas Cloud Kubernetes. |
activity-bar-cloud-run |
Ikon panel aktivitas Cloud Run. |
activity-bar-debug |
Ikon panel aktivitas Debug. |
activity-bar-scm |
Ikon panel aktivitas Kontrol Sumber. |
activity-bar-search |
Ikon panel aktivitas Penelusuran. |
Cloud Code | |
cloud-code-gke-explorer |
Cloud Code Kubernetes Explorer > bagian Google Kubernetes Engine. |
cloud-code-k8s-explorer |
Cloud Code Kubernetes Explorer > bagian Kubernetes. |
cloud-code-k8s-explorer-minikube |
Cloud Code Kubernetes Explorer > minikube cluster (jika ada). |
cloud-code-logs-viewer-cluster |
Penampil log > Filter Cluster. |
cloud-code-logs-viewer-container |
Penampil log > Filter Container. |
cloud-code-logs-viewer-deployment |
Penampil log > Filter Deployment. |
cloud-code-logs-viewer-namespace |
Penampil log > Filter Namespace. |
cloud-code-logs-viewer-pod |
Logs Viewer > Filter Pod. |
cloud-code-logs-viewer-refresh |
Penampil log > Tombol Refresh. |
cloud-code-logs-viewer-stream-toggle |
Penampil log > tombol Streaming. |
cloud-code-new-app |
Akses cepat Cloud Code > New Application. |
cloud-code-debug-on-k8s |
Akses cepat Cloud Code > Debug di Kubernetes. |
cloud-code-run-on-k8s |
Akses cepat Cloud Code > Run on Kubernetes. |
cloud-code-open-welcome-page |
Akses cepat Cloud Code > Buka Halaman Pengantar. |
cloud-code-cloud-run-deploy |
Akses cepat Cloud Code > Deploy ke Cloud Run. |
cloud-code-run-on-cloud-run-emulator |
Akses cepat Cloud Code > Run on Cloud Run Emulator. |
Menu | |
menu-edit |
Menu Edit. |
menu-file |
Menu File. |
menu-terminal |
Menu Terminal. |
menu-terminal-new-terminal |
Menu Terminal > New Terminal. |
Status bar | |
cloud-code-status-bar |
Tombol menu status bar Cloud Code. |
minikube-status-bar |
Tombol menu status bar minikube. |
Elemen lainnya | |
debug-configuration |
Tampilan debug > menu dropdown konfigurasi. |
file-explorer |
File Explorer. |
navigator |
File di File Explorer Cloud Code. Harus disambungkan dengan parameter
spotlightItem . |
output |
Log Output. |