Skip to content

fajnydev/java-docs-samples

This branch is 4841 commits behind GoogleCloudPlatform/java-docs-samples:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 26, 2021
Jun 21, 2021
Sep 13, 2021
Sep 17, 2021
Sep 8, 2021
Sep 23, 2020
Mar 30, 2021
Sep 14, 2021
Jun 7, 2021
Sep 8, 2021
Sep 16, 2021
Sep 13, 2021
Sep 16, 2021
Sep 7, 2021
Sep 16, 2021
Aug 19, 2021
Sep 17, 2021
Sep 16, 2021
Sep 8, 2021
Sep 7, 2021
Aug 27, 2021
Sep 17, 2021
Sep 13, 2021
Sep 15, 2021
Sep 14, 2021
Sep 15, 2021
Sep 2, 2021
Aug 27, 2021
Sep 8, 2021
Jun 7, 2021
Aug 19, 2021
Sep 14, 2021
Sep 14, 2021
Sep 15, 2021
Sep 14, 2021
Sep 17, 2021
Nov 9, 2020
Sep 17, 2021
Oct 21, 2020
Sep 8, 2021
Sep 8, 2021
Oct 26, 2020
Sep 10, 2021
Oct 22, 2020
Aug 27, 2021
Sep 14, 2021
Dec 7, 2020
Jul 28, 2020
Feb 5, 2021
Jun 15, 2020
Mar 25, 2015
Dec 9, 2020
May 18, 2021
Jul 21, 2021
Mar 31, 2020
Apr 27, 2016
Jul 15, 2021

Google Cloud Platform Java Samples

Kokoro Build Status Coverage Status

Open in Cloud Shell

This repository holds sample code written in Java that demonstrates the Google Cloud Platform.

Some samples have accompanying guides on <cloud.google.com>. See respective README files for details.

Set Up

  1. Set up your Java Development Environment

  2. Clone this repository:

     git clone https://github.com/GoogleCloudPlatform/java-docs-samples.git
    
  3. Obtain authentication credentials.

    Create local credentials by running the following command and following the oauth2 flow (read more about the command here):

     gcloud auth application-default login
    

    Or manually set the GOOGLE_APPLICATION_CREDENTIALS environment variable to point to a service account key JSON file path.

    Learn more at Setting Up Authentication for Server to Server Production Applications.

    Note: Application Default Credentials is able to implicitly find the credentials as long as the application is running on Compute Engine, Kubernetes Engine, App Engine, or Cloud Functions.

Contributing

Licensing

Source Code Headers

Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers. (This is to help well-intentioned people avoid accidental copying that doesn't comply with the license.)

Apache header:

Copyright 2020 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 is a registered trademark of Oracle and/or its affiliates.

About

Java and Kotlin Code samples used on cloud.google.com

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • HTML 1.1%
  • Shell 1.1%
  • Scala 0.4%
  • JavaScript 0.4%
  • Dockerfile 0.4%
  • Other 0.4%