Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

List the SqlInstance available settings.

Open
#12,059 0 comments 0 reactions 0 assignees View on GitHub

Maintainers usually reply within 1 day

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
32/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
google-cloud, java
Domain
cloud, databases

Research direction

Start with the SqlAdmin entry points mentioned in the issue, especially SqlAdmin.flags().list(), and compare how database flags are exposed and described. Determine where SqlInstance settings are sourced in this generated client and what API response would provide their names and descriptions. Done means callers can list available instance settings similarly to database flags.

Written by the indexing model from the issue text.

Description

priority: p3 type: feature request

Reasoning
As part of our build pipeline, we would like to warn users about expected SqlInstance restart if specific settings or database flags values have been changed.

Expected solution
I would like to be able to list the available settings for SqlInstance with their description similar to the currently available listing of Database Flags.

Describe alternatives you've considered
Currently, we statically store these settings in our app's configuration.

Additional context
current available database flags can be fetched using SqlAdmin.flags().list(), something similar like SqlAdmin.instance.settings.list to list SqlInstance settings would be very much appreciated

Dominant language
Java
Stars
725
Forks
394
Avg merge
45m
Merged PRs (30d)
240

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from googleapis/google-api-java-client-services

All issues in googleapis/google-api-java-client-services

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.