Class AlloyDBAdminSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public AlloyDBAdminSettings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>,​Void> settingsUpdater)
        Applies the given settings updater function to all of the unary API methods in this service.

        Note: This method does not support applying settings to streaming methods.

      • getClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,​Cluster> getClusterSettings()
        Returns the builder for the settings used for calls to getCluster.
      • createClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,​com.google.longrunning.Operation> createClusterSettings()
        Returns the builder for the settings used for calls to createCluster.
      • createClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,​Cluster,​OperationMetadata> createClusterOperationSettings()
        Returns the builder for the settings used for calls to createCluster.
      • updateClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateClusterRequest,​com.google.longrunning.Operation> updateClusterSettings()
        Returns the builder for the settings used for calls to updateCluster.
      • updateClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,​Cluster,​OperationMetadata> updateClusterOperationSettings()
        Returns the builder for the settings used for calls to updateCluster.
      • deleteClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,​com.google.longrunning.Operation> deleteClusterSettings()
        Returns the builder for the settings used for calls to deleteCluster.
      • deleteClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteClusterRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteClusterOperationSettings()
        Returns the builder for the settings used for calls to deleteCluster.
      • promoteClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<PromoteClusterRequest,​com.google.longrunning.Operation> promoteClusterSettings()
        Returns the builder for the settings used for calls to promoteCluster.
      • promoteClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<PromoteClusterRequest,​Cluster,​OperationMetadata> promoteClusterOperationSettings()
        Returns the builder for the settings used for calls to promoteCluster.
      • restoreClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreClusterRequest,​com.google.longrunning.Operation> restoreClusterSettings()
        Returns the builder for the settings used for calls to restoreCluster.
      • restoreClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<RestoreClusterRequest,​Cluster,​OperationMetadata> restoreClusterOperationSettings()
        Returns the builder for the settings used for calls to restoreCluster.
      • createSecondaryClusterSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSecondaryClusterRequest,​com.google.longrunning.Operation> createSecondaryClusterSettings()
        Returns the builder for the settings used for calls to createSecondaryCluster.
      • createSecondaryClusterOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSecondaryClusterRequest,​Cluster,​OperationMetadata> createSecondaryClusterOperationSettings()
        Returns the builder for the settings used for calls to createSecondaryCluster.
      • getInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,​Instance> getInstanceSettings()
        Returns the builder for the settings used for calls to getInstance.
      • createInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,​com.google.longrunning.Operation> createInstanceSettings()
        Returns the builder for the settings used for calls to createInstance.
      • createInstanceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,​Instance,​OperationMetadata> createInstanceOperationSettings()
        Returns the builder for the settings used for calls to createInstance.
      • createSecondaryInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSecondaryInstanceRequest,​com.google.longrunning.Operation> createSecondaryInstanceSettings()
        Returns the builder for the settings used for calls to createSecondaryInstance.
      • createSecondaryInstanceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSecondaryInstanceRequest,​Instance,​OperationMetadata> createSecondaryInstanceOperationSettings()
        Returns the builder for the settings used for calls to createSecondaryInstance.
      • batchCreateInstancesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateInstancesRequest,​com.google.longrunning.Operation> batchCreateInstancesSettings()
        Returns the builder for the settings used for calls to batchCreateInstances.
      • updateInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceRequest,​com.google.longrunning.Operation> updateInstanceSettings()
        Returns the builder for the settings used for calls to updateInstance.
      • updateInstanceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceRequest,​Instance,​OperationMetadata> updateInstanceOperationSettings()
        Returns the builder for the settings used for calls to updateInstance.
      • deleteInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,​com.google.longrunning.Operation> deleteInstanceSettings()
        Returns the builder for the settings used for calls to deleteInstance.
      • deleteInstanceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteInstanceOperationSettings()
        Returns the builder for the settings used for calls to deleteInstance.
      • failoverInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<FailoverInstanceRequest,​com.google.longrunning.Operation> failoverInstanceSettings()
        Returns the builder for the settings used for calls to failoverInstance.
      • failoverInstanceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<FailoverInstanceRequest,​Instance,​OperationMetadata> failoverInstanceOperationSettings()
        Returns the builder for the settings used for calls to failoverInstance.
      • injectFaultSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<InjectFaultRequest,​com.google.longrunning.Operation> injectFaultSettings()
        Returns the builder for the settings used for calls to injectFault.
      • injectFaultOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<InjectFaultRequest,​Instance,​OperationMetadata> injectFaultOperationSettings()
        Returns the builder for the settings used for calls to injectFault.
      • restartInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestartInstanceRequest,​com.google.longrunning.Operation> restartInstanceSettings()
        Returns the builder for the settings used for calls to restartInstance.
      • restartInstanceOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<RestartInstanceRequest,​Instance,​OperationMetadata> restartInstanceOperationSettings()
        Returns the builder for the settings used for calls to restartInstance.
      • getBackupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,​Backup> getBackupSettings()
        Returns the builder for the settings used for calls to getBackup.
      • createBackupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateBackupRequest,​com.google.longrunning.Operation> createBackupSettings()
        Returns the builder for the settings used for calls to createBackup.
      • createBackupOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBackupRequest,​Backup,​OperationMetadata> createBackupOperationSettings()
        Returns the builder for the settings used for calls to createBackup.
      • updateBackupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateBackupRequest,​com.google.longrunning.Operation> updateBackupSettings()
        Returns the builder for the settings used for calls to updateBackup.
      • updateBackupOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBackupRequest,​Backup,​OperationMetadata> updateBackupOperationSettings()
        Returns the builder for the settings used for calls to updateBackup.
      • deleteBackupSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBackupRequest,​com.google.longrunning.Operation> deleteBackupSettings()
        Returns the builder for the settings used for calls to deleteBackup.
      • deleteBackupOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteBackupRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteBackupOperationSettings()
        Returns the builder for the settings used for calls to deleteBackup.
      • getConnectionInfoSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionInfoRequest,​ConnectionInfo> getConnectionInfoSettings()
        Returns the builder for the settings used for calls to getConnectionInfo.
      • getUserSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetUserRequest,​User> getUserSettings()
        Returns the builder for the settings used for calls to getUser.
      • createUserSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateUserRequest,​User> createUserSettings()
        Returns the builder for the settings used for calls to createUser.
      • updateUserSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateUserRequest,​User> updateUserSettings()
        Returns the builder for the settings used for calls to updateUser.
      • deleteUserSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteUserRequest,​com.google.protobuf.Empty> deleteUserSettings()
        Returns the builder for the settings used for calls to deleteUser.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​AlloyDBAdminClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationSettings()
        Returns the builder for the settings used for calls to getLocation.