Questions tagged [google-cloud-tools]

Google Cloud offers a set of tools that you can use to manage resources and applications hosted on Google Cloud Platform. These tools include the gcloud command-line tool, as well as gsutil and bq.

Google Cloud Platform is a cloud computing platform by Google that offers hosting on the same supporting infrastructure that Google uses internally for end-user products like Google Search and YouTube. Cloud Platform provides developer products to build a range of programs from simple websites to complex applications.

Google Cloud Platform is a part of a suite of enterprise solutions from Google for Work and provides a set of modular cloud-based services with a host of development tools. For example, hosting and computing, cloud storage, data storage, translations APIs and prediction APIs.

The Google Cloud Platform is composed of a family of products, each including a web interface, a command-line tool and a REST API.

28 questions
0
votes
2 answers

How to add an item into Google Cloud Tasks queue in Java?

Could anybody give me a hint how to add an item into Google Cloud Tasks queue in Java? https://cloud.google.com/tasks/docs/ Google has a very smooth description of their queues v1…
Pasha
  • 1,768
  • 6
  • 22
  • 43
0
votes
1 answer

The Google Cloud Extension Package package did not load correctly

I am having an issue with VS2017 and Google Cloud toolbar. It used to work before and now I am getting this pop up every time I open VS2017. The 'GoogleCloudExtensionPackage' package did not load correctly. The problem may have been caused by a…
0
votes
1 answer

Does my PHP project need appengine-web.xml

Setting up IntelliJ IDEA to run my PHP Wordpress (for App Engine) projects. Google Cloud Tools installed. Have imported existing project files and then went to Tools > Google Cloud Tools > Run on a local App Engine Standard dev server. An error is…
0
votes
1 answer

Google Cloud Tools for PowerShell Copy-GcsObject returning error with multi-regional bucket

I am trying to use the the cmdlet Copy-GcsObject to backup some files but its failing. Copy-GcsObject -SourceBucket "my-bucket" -SourceObjectName "Drivers/storage/PFJ82/Drivers/Production/Windows10-x64/iaStorAC.inf/iaStorF.sys"…
0
votes
1 answer

Deploying App Engine app with p12 file using Cloud Tools for Eclipse

I'm trying to deploy App Engine service to Standard Environment using Eclipse and Cloud Tools For Eclipse but when I add a .p12 file to war subfolder I'm receiving following error: gcloud crashed (MultiError): One or more errors…
0
votes
1 answer

Fatal error initializing plugin com.google.gct.core Google Cloud Tools plugin for IntelliJ

After I upgrade Google Cloud Tools plugin for IntelliJ (Ultimate 2017.2) to version 18.3.1, I cannot open my project anymore. The message show as below: Cannot load project: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error…
maohieng
  • 1,646
  • 1
  • 19
  • 26
0
votes
1 answer

local server says "stopping, synchronized." after upgrading to new Cloud tools plugin in eclipse

I am running my local development in Eclipse Neon. I have this issue where the local server says "stopping, synchronized" and I made sure it is not running, killed all processes and still, the issue persists. I previously had Google Plugin for…
0
votes
1 answer

Configure MySql for various environments and deploy to Google App Engine via IntelliJ

I am using IntelliJ IDE to develop Spring Boot services with Maven and using Google Cloud Tools plugin to deploy to App Engine Flexible. While I use the following (to connect to local) and run the app. locally, it works fine (in…
0
votes
1 answer

"Cloud SDK missing" error on Eclipse in Linux

I'm getting an error on Eclipse Oxygen running on Linux when I try to create a Google App Engine project. I've installed the Google SDK and I can run gcloud from the terminal. But I can't create an App Engine Eclipse project because Eclipse can't…
brettv
  • 120
  • 13
0
votes
1 answer

Intellij: Getting Started with Google App Engine

I try to create a Google App Engine project in Intellij 2016.3 based on this tutorial. The described "Google App Engine" plugin does not exist. I used the "Google Cloud Tools" instead. I enabled it, downloaded the actual Cloud SDK and added it to…
0
votes
2 answers

Where is my Cloud Source Repositories on Google

I am following the instructions on https://cloud.google.com/tools/android-studio/vcs. I push my code apparently successfully. But when I try to go see my code in the browser I cannot find In the left navigation bar, select Source Code > Browse
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
-1
votes
1 answer

What's the difference between "Google App Engine Flexible project", "Standard project" and "Dataflow project"

After installing Google Plugin for Eclipse, there are options to create three different types of projects Google App Engine Flexible Java Project Google App Engine Standard Java Project Google Dataflow Java Project What is the difference between…
-1
votes
2 answers

How to create Google App Engine Flexible Project in Eclipse

I have Eclipse and IntelliJ running side-by-side. I have installed and configured Google Cloud Tools on both of them. IntelliJ gives me the options to deploy my application to Standard and Flexible App Engine environments. Instructions -…
1
2