Skip to content

Commit

Permalink
chore: generate libraries at Sat Nov 9 02:22:10 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Nov 9, 2024
1 parent 7727b81 commit fe627af
Show file tree
Hide file tree
Showing 295 changed files with 70,413 additions and 22,570 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@ public UnaryCallSettings<UpdateClusterRequest, Operation> updateClusterSettings(
return ((AlloyDBAdminStubSettings) getStubSettings()).updateClusterOperationSettings();
}

/** Returns the object with the settings used for calls to upgradeCluster. */
public UnaryCallSettings<UpgradeClusterRequest, Operation> upgradeClusterSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).upgradeClusterSettings();
}

/** Returns the object with the settings used for calls to upgradeCluster. */
public OperationCallSettings<UpgradeClusterRequest, UpgradeClusterResponse, OperationMetadata>
upgradeClusterOperationSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).upgradeClusterOperationSettings();
}

/** Returns the object with the settings used for calls to deleteCluster. */
public UnaryCallSettings<DeleteClusterRequest, Operation> deleteClusterSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).deleteClusterSettings();
Expand All @@ -181,6 +192,17 @@ public UnaryCallSettings<PromoteClusterRequest, Operation> promoteClusterSetting
return ((AlloyDBAdminStubSettings) getStubSettings()).promoteClusterOperationSettings();
}

/** Returns the object with the settings used for calls to switchoverCluster. */
public UnaryCallSettings<SwitchoverClusterRequest, Operation> switchoverClusterSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).switchoverClusterSettings();
}

/** Returns the object with the settings used for calls to switchoverCluster. */
public OperationCallSettings<SwitchoverClusterRequest, Cluster, OperationMetadata>
switchoverClusterOperationSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).switchoverClusterOperationSettings();
}

/** Returns the object with the settings used for calls to restoreCluster. */
public UnaryCallSettings<RestoreClusterRequest, Operation> restoreClusterSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).restoreClusterSettings();
Expand Down Expand Up @@ -306,6 +328,11 @@ public UnaryCallSettings<RestartInstanceRequest, Operation> restartInstanceSetti
return ((AlloyDBAdminStubSettings) getStubSettings()).restartInstanceOperationSettings();
}

/** Returns the object with the settings used for calls to executeSql. */
public UnaryCallSettings<ExecuteSqlRequest, ExecuteSqlResponse> executeSqlSettings() {
return ((AlloyDBAdminStubSettings) getStubSettings()).executeSqlSettings();
}

/** Returns the object with the settings used for calls to listBackups. */
public PagedCallSettings<ListBackupsRequest, ListBackupsResponse, ListBackupsPagedResponse>
listBackupsSettings() {
Expand Down Expand Up @@ -559,6 +586,18 @@ public UnaryCallSettings.Builder<UpdateClusterRequest, Operation> updateClusterS
return getStubSettingsBuilder().updateClusterOperationSettings();
}

/** Returns the builder for the settings used for calls to upgradeCluster. */
public UnaryCallSettings.Builder<UpgradeClusterRequest, Operation> upgradeClusterSettings() {
return getStubSettingsBuilder().upgradeClusterSettings();
}

/** Returns the builder for the settings used for calls to upgradeCluster. */
public OperationCallSettings.Builder<
UpgradeClusterRequest, UpgradeClusterResponse, OperationMetadata>
upgradeClusterOperationSettings() {
return getStubSettingsBuilder().upgradeClusterOperationSettings();
}

/** Returns the builder for the settings used for calls to deleteCluster. */
public UnaryCallSettings.Builder<DeleteClusterRequest, Operation> deleteClusterSettings() {
return getStubSettingsBuilder().deleteClusterSettings();
Expand All @@ -581,6 +620,18 @@ public UnaryCallSettings.Builder<PromoteClusterRequest, Operation> promoteCluste
return getStubSettingsBuilder().promoteClusterOperationSettings();
}

/** Returns the builder for the settings used for calls to switchoverCluster. */
public UnaryCallSettings.Builder<SwitchoverClusterRequest, Operation>
switchoverClusterSettings() {
return getStubSettingsBuilder().switchoverClusterSettings();
}

/** Returns the builder for the settings used for calls to switchoverCluster. */
public OperationCallSettings.Builder<SwitchoverClusterRequest, Cluster, OperationMetadata>
switchoverClusterOperationSettings() {
return getStubSettingsBuilder().switchoverClusterOperationSettings();
}

/** Returns the builder for the settings used for calls to restoreCluster. */
public UnaryCallSettings.Builder<RestoreClusterRequest, Operation> restoreClusterSettings() {
return getStubSettingsBuilder().restoreClusterSettings();
Expand Down Expand Up @@ -709,6 +760,11 @@ public UnaryCallSettings.Builder<RestartInstanceRequest, Operation> restartInsta
return getStubSettingsBuilder().restartInstanceOperationSettings();
}

/** Returns the builder for the settings used for calls to executeSql. */
public UnaryCallSettings.Builder<ExecuteSqlRequest, ExecuteSqlResponse> executeSqlSettings() {
return getStubSettingsBuilder().executeSqlSettings();
}

/** Returns the builder for the settings used for calls to listBackups. */
public PagedCallSettings.Builder<
ListBackupsRequest, ListBackupsResponse, ListBackupsPagedResponse>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"DeleteUser": {
"methods": ["deleteUser", "deleteUser", "deleteUser", "deleteUserCallable"]
},
"ExecuteSql": {
"methods": ["executeSql", "executeSql", "executeSql", "executeSqlCallable"]
},
"FailoverInstance": {
"methods": ["failoverInstanceAsync", "failoverInstanceAsync", "failoverInstanceAsync", "failoverInstanceOperationCallable", "failoverInstanceCallable"]
},
Expand Down Expand Up @@ -100,6 +103,9 @@
"RestoreCluster": {
"methods": ["restoreClusterAsync", "restoreClusterOperationCallable", "restoreClusterCallable"]
},
"SwitchoverCluster": {
"methods": ["switchoverClusterAsync", "switchoverClusterAsync", "switchoverClusterAsync", "switchoverClusterOperationCallable", "switchoverClusterCallable"]
},
"UpdateBackup": {
"methods": ["updateBackupAsync", "updateBackupAsync", "updateBackupOperationCallable", "updateBackupCallable"]
},
Expand All @@ -111,6 +117,9 @@
},
"UpdateUser": {
"methods": ["updateUser", "updateUser", "updateUserCallable"]
},
"UpgradeCluster": {
"methods": ["upgradeClusterAsync", "upgradeClusterAsync", "upgradeClusterAsync", "upgradeClusterOperationCallable", "upgradeClusterCallable"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
import com.google.cloud.alloydb.v1beta.DeleteClusterRequest;
import com.google.cloud.alloydb.v1beta.DeleteInstanceRequest;
import com.google.cloud.alloydb.v1beta.DeleteUserRequest;
import com.google.cloud.alloydb.v1beta.ExecuteSqlRequest;
import com.google.cloud.alloydb.v1beta.ExecuteSqlResponse;
import com.google.cloud.alloydb.v1beta.FailoverInstanceRequest;
import com.google.cloud.alloydb.v1beta.GenerateClientCertificateRequest;
import com.google.cloud.alloydb.v1beta.GenerateClientCertificateResponse;
Expand All @@ -69,10 +71,13 @@
import com.google.cloud.alloydb.v1beta.PromoteClusterRequest;
import com.google.cloud.alloydb.v1beta.RestartInstanceRequest;
import com.google.cloud.alloydb.v1beta.RestoreClusterRequest;
import com.google.cloud.alloydb.v1beta.SwitchoverClusterRequest;
import com.google.cloud.alloydb.v1beta.UpdateBackupRequest;
import com.google.cloud.alloydb.v1beta.UpdateClusterRequest;
import com.google.cloud.alloydb.v1beta.UpdateInstanceRequest;
import com.google.cloud.alloydb.v1beta.UpdateUserRequest;
import com.google.cloud.alloydb.v1beta.UpgradeClusterRequest;
import com.google.cloud.alloydb.v1beta.UpgradeClusterResponse;
import com.google.cloud.alloydb.v1beta.User;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
Expand Down Expand Up @@ -131,6 +136,15 @@ public UnaryCallable<UpdateClusterRequest, Operation> updateClusterCallable() {
throw new UnsupportedOperationException("Not implemented: updateClusterCallable()");
}

public OperationCallable<UpgradeClusterRequest, UpgradeClusterResponse, OperationMetadata>
upgradeClusterOperationCallable() {
throw new UnsupportedOperationException("Not implemented: upgradeClusterOperationCallable()");
}

public UnaryCallable<UpgradeClusterRequest, Operation> upgradeClusterCallable() {
throw new UnsupportedOperationException("Not implemented: upgradeClusterCallable()");
}

public OperationCallable<DeleteClusterRequest, Empty, OperationMetadata>
deleteClusterOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteClusterOperationCallable()");
Expand All @@ -149,6 +163,16 @@ public UnaryCallable<PromoteClusterRequest, Operation> promoteClusterCallable()
throw new UnsupportedOperationException("Not implemented: promoteClusterCallable()");
}

public OperationCallable<SwitchoverClusterRequest, Cluster, OperationMetadata>
switchoverClusterOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: switchoverClusterOperationCallable()");
}

public UnaryCallable<SwitchoverClusterRequest, Operation> switchoverClusterCallable() {
throw new UnsupportedOperationException("Not implemented: switchoverClusterCallable()");
}

public OperationCallable<RestoreClusterRequest, Cluster, OperationMetadata>
restoreClusterOperationCallable() {
throw new UnsupportedOperationException("Not implemented: restoreClusterOperationCallable()");
Expand Down Expand Up @@ -257,6 +281,10 @@ public UnaryCallable<RestartInstanceRequest, Operation> restartInstanceCallable(
throw new UnsupportedOperationException("Not implemented: restartInstanceCallable()");
}

public UnaryCallable<ExecuteSqlRequest, ExecuteSqlResponse> executeSqlCallable() {
throw new UnsupportedOperationException("Not implemented: executeSqlCallable()");
}

public UnaryCallable<ListBackupsRequest, ListBackupsPagedResponse> listBackupsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listBackupsPagedCallable()");
}
Expand Down
Loading

0 comments on commit fe627af

Please sign in to comment.