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
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
  • 2,030
  • 2
  • 15
  • 32
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
0 answers

Google Cloud Tools for Visual Studio 2019 no longer deploying to Gcloud

In the past 2 weeks I have tried installing the Google Cloud Tools extension into Visual Studio 2019 and 2022 without success. The latest published version in the MS extension store will install just fine, but when launching VS 2019 it gives an…
Robert
  • 31
  • 1
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

Deploy asp.net core microservice application to GKE from VS 2019 using Google Cloud Tool

I have tried to deploy a asp.net core microservice application to GKE from VS 2019 using Google cloud tool as per the documentation mentioned on the link https://cloud.google.com/tools/visual-studio/docs/deployment-wizard. But I have found the…
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
  • 7
  • 21
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
0 answers

How do I update the App Engine runtime that Eclipse is using for my project?

We are trying to migrate a Google App Engine Java 8 app to Java 11 using legacy bundled services. We are using the Cloud Tools 4 Eclipse (CT4E) to deploy the app. We've made the appengine-web.xml changes and updated to Java 11 in Eclipse. But when…
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
  • 897
  • 2
  • 19
  • 41
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
  • 455
  • 4
  • 17
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…
1
2