Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
harjain99 committed Sep 23, 2024
1 parent 3e8f7cf commit 37532f6
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import java.util.ArrayList;
Expand Down Expand Up @@ -925,8 +926,8 @@ protected void doUpdate(GyroUI ui, State state, Resource current, Set<String> ch

if (changedFieldNames.contains("switch-transaction-logs-to-cloud-storage-enabled")) {
databaseInstance.setSwitchTransactionLogsToCloudStorageEnabled(
getSwitchTransactionLogsToCloudStorageEnabled() == null ?
null : getSwitchTransactionLogsToCloudStorageEnabled());
getSwitchTransactionLogsToCloudStorageEnabled() == null
? null : getSwitchTransactionLogsToCloudStorageEnabled());
}

client.instances().patch(getProjectId(), getName(), databaseInstance);
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbAclEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.AclEntry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.AdvancedMachineFeatures;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.AvailableDatabaseVersion;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.BackupConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.BackupRetentionSettings;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbDataCacheConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.DataCacheConfig;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbDatabaseFlag.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.DatabaseFlags;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.DenyMaintenancePeriod;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.DiskEncryptionConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.DiskEncryptionStatus;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbFailoverReplica.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.DatabaseInstance;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.GeminiInstanceConfig;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbInsightsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.InsightsConfig;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbIpConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import java.util.ArrayList;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbIpMapping.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.IpMapping;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.LocationPreference;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.MaintenanceWindow;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.MySqlReplicaConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.InstanceReference;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.PasswordValidationPolicy;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbPscConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.ReplicaConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.ReplicationCluster;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.SqlActiveDirectoryConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.SqlOutOfDiskReport;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.SqlScheduledMaintenance;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.SqlServerAuditConfig;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/DbSslCert.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package gyro.google.cloudsql;

import com.google.api.services.sqladmin.model.SslCert;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gyro/google/cloudsql/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

@DocGroup("CloudSQL")

package gyro.google.cloudsql;

import gyro.core.resource.DocGroup;

0 comments on commit 37532f6

Please sign in to comment.