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.

25 questions
6
votes
1 answer

DataNucleus JDO with Google Cloud Tools for Eclipse

I am using the relatively new Google Cloud Tools Plugin for Eclipse, replacing the Google Plugin for Eclipse. I have converted my App Engine project to the environment of the new plugin, but now the app stopped working. I get the following error…
4
votes
0 answers

appengine-application.xml fails XML validation

I have followed the instructions for configuration of multi-module appengine projects here: https://cloud.google.com/appengine/docs/standard/java/configuration-files I copied the appengine-application.xml directly from the example provided, changing…
Capn Sparrow
  • 1,838
  • 1
  • 14
  • 28
4
votes
2 answers

Cloud Functions for Firebase: Project structure multiple self-contained functions

I am trying to create a project structure similar to the following: --firebase-admin-project --firebase.json --functions --anonymous-login --node_modules --index.js --package.json --auth-login --node_modules …
3
votes
1 answer

Google cloud sql connection error from localhost (Java eclipse)

I'm trying to connect to Google Cloud SQL database from a servlet hosted in local AppEngine Server. I'm able to connect when project is deployed on Google app engine but not from localhost appengine server. I'm getting the below error messages.…
2
votes
1 answer

No Google icon after installing Google Cloud Tools for Eclipse plugin

In order to install the Google Cloud Tools for Eclipse plugin 1.3.0, I followed instructions provided by Google on https://cloud.google.com/eclipse/docs/quickstart . The plugin is listed as installed in the Eclipse Marketplace, but the Google icon…
1
vote
1 answer

How to seperate App Engine Eclipse project and a GWT Eclipse project?

https://cloud.google.com/eclipse/docs/migrating-gpe#app_engine_gwt says that App Engine code runs on the server, and GWT code runs on the client, though it's compiled and served from the server. Ideally you should divide these into separate…
lembas
  • 377
  • 1
  • 5
  • 20
1
vote
1 answer

How to use Cloud Tools for Eclipse plugin to create microservices in Google App Engine?

As I upgraded my Eclipse to Neon 2 (Eclipse 4.6.2), as "Google Plugin for Eclipse" no longer support, so I switch to Google's "Cloud Tools for Eclipse plugin" (https://cloud.google.com/eclipse/docs/quickstart) Last time that is easy to use "Google…
0
votes
1 answer

Importing Datastore entities into Eclipse emulator

I am trying to run a Google App Engine Java application locally. I have installed the Cloud Tools for Eclipse and configured my project and the project starts OK. I also see the Datastore Admin. However, I don't see how I can import Datastore…
0
votes
1 answer

Google App Engine project not starting in Eclipse

I'm running a Google App Engine project in eclipse on ubuntu. After updating to 19.10, the project server is refusing to start in eclipse, with the following error in the error log Plug-in:…
Joseph McCarthy
  • 771
  • 1
  • 15
  • 27
0
votes
1 answer

How to get current task status - Google Cloud Task + App Engine (NodeJS)

I created an App Engine Service to transcode video files as well as images. Video files can be large and thus will take longer to process. Cloud Tasks seemed like a great fit but my front-end clients needs to monitor tasks during execution. For…
0
votes
1 answer

skaffold use one container as buildArg of another

I want to build a container using the command say skaffold build -f skaffold.yaml.A The container built here I want to use in the next step as buildArgs skaffold build -f skaffold.yaml.B Is there a way to merge these two yamls? I mean use the first…
kgunjikar
  • 355
  • 3
  • 12
0
votes
1 answer

Difference in deploying Appengine standard project via Maven vs Google Cloud Tools Eclipse

I'm trying to deploy a project to App Engine, though i'm encountering a problem. The main problem is that a nosuchmethod error occurs when running a cronjob when the project is deployed through the Appengine maven plugin. The deployment is fine and…
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,438
  • 1
  • 13
  • 33
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…
1
2