java docs samples
Marking pre-deletion of Monitoring Apiary Samples
此儲存庫包含以 Java 編寫的範例程式碼,用於示範 Google Cloud Platform。
一些範例在 <cloud.google.com> 上有隨附的指南。有關詳細信息,請參閱相應的 README 文件。
若要瀏覽可供使用的程式碼範例,請查看 Google Cloud 範例。
設定您的 Java 開發環境
克隆此存儲庫:
git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
取得身份驗證憑證。
透過執行以下命令並遵循 oauth2 流程來建立本機憑證(在此處閱讀有關該命令的更多資訊):
gcloud auth application-default login
或手動設定GOOGLE_APPLICATION_CREDENTIALS
環境變數以指向服務帳戶金鑰 JSON 檔案路徑。
了解更多信息,請參閱為伺服器到伺服器生產應用程式設定身份驗證。
注意:只要應用程式在 Compute Engine、Kubernetes Engine、App Engine 或 Cloud Functions 上執行,應用程式預設憑證就能夠隱式尋找憑證。
每個提交的變更都必須通過在 Java 11 和 Java 17 運行時的測試環境上執行的所有檢查,然後才能將變更合併到主分支。我們對 Java 8 和 Java 21 執行環境進行定期檢查,但目前我們不強制要求通過這些測試。由於 Java 8 是 Google Cloud 中受支援的 Java 運行時,因此請設定為使用 Java 8 建置程式碼範例。
每個包含原始程式碼的文件都必須包含版權和許可資訊。這包括您可能向瀏覽器提供的任何 JS/CSS 檔案。 (這是為了幫助好心人避免不符合許可證的意外複製。)
阿帕契標頭:
Copyright 2022 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Java 是 Oracle 和/或其附屬公司的註冊商標。