All Projects → GoogleCloudPlatform → Java Docs Samples

GoogleCloudPlatform / Java Docs Samples

Licence: apache-2.0
Java and Kotlin Code samples used on cloud.google.com

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Java Docs Samples

Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+145.27%)
Mutual labels:  samples, appengine
Vxscan
python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。
Stars: ✭ 1,244 (-1.19%)
Mutual labels:  cdn
Authex
Authex is an opinionated JWT authentication and authorization library for Elixir.
Stars: ✭ 73 (-94.2%)
Mutual labels:  auth
Haxe Basics
The collection of easy samples and hello-worlds for Haxe.
Stars: ✭ 78 (-93.8%)
Mutual labels:  samples
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (-5.88%)
Mutual labels:  automl
Brandenburg
Laravel Authentication Package
Stars: ✭ 79 (-93.73%)
Mutual labels:  auth
Grpc Demos
Demos for my talk Beyond HTTP in ASP.NET Core 3.0 with gRPC
Stars: ✭ 74 (-94.12%)
Mutual labels:  samples
Sfacecompare
Simple lib for iOS to find and compare faces.
Stars: ✭ 83 (-93.41%)
Mutual labels:  vision
Hellomap Ios
Quick start with the Google Maps iOS SDK
Stars: ✭ 81 (-93.57%)
Mutual labels:  samples
Ios11 Qr Code Example
Example showing how to use the QR-code detection API (VNDetectBarcodesRequest) in iOS 11.
Stars: ✭ 77 (-93.88%)
Mutual labels:  vision
Proxylessnas
[ICLR 2019] ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware
Stars: ✭ 1,210 (-3.89%)
Mutual labels:  automl
Autodl Projects
Automated deep learning algorithms implemented in PyTorch.
Stars: ✭ 1,187 (-5.72%)
Mutual labels:  automl
Docker Nginx Image Proxy
on the fly image cropping with gravity, resize and compression microservice
Stars: ✭ 79 (-93.73%)
Mutual labels:  cdn
Flexiblelogin
A Sponge minecraft server plugin for second factor authentication
Stars: ✭ 73 (-94.2%)
Mutual labels:  auth
Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
Stars: ✭ 10,872 (+763.54%)
Mutual labels:  auth
Wrox Professionalandroid 4e
Code listings and sample projects from "Professional Android" (4th Edition) by Reto Meier and Ian Lake (ISBN: 978-1118949528)
Stars: ✭ 73 (-94.2%)
Mutual labels:  samples
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (-4.77%)
Mutual labels:  automl
Httpie Oauth
OAuth plugin for HTTPie
Stars: ✭ 78 (-93.8%)
Mutual labels:  auth
Trafficserver
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Stars: ✭ 1,258 (-0.08%)
Mutual labels:  cdn
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+668.39%)
Mutual labels:  auth

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].